<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SSIS Archives - AzureOps</title>
	<atom:link href="https://azureops.org/articles/category/microsoft-bi/ssis/feed/" rel="self" type="application/rss+xml" />
	<link>https://azureops.org/articles/category/microsoft-bi/ssis/</link>
	<description>Notable things about Cloud, Data and DevOps.</description>
	<lastBuildDate>Fri, 29 May 2026 13:59:58 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://i0.wp.com/azureops.org/wp-content/uploads/2021/04/cropped-android-chrome-512x512-1.png?fit=32%2C32&#038;ssl=1</url>
	<title>SSIS Archives - AzureOps</title>
	<link>https://azureops.org/articles/category/microsoft-bi/ssis/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">190208641</site>	<item>
		<title>Transferring Sensitive Data During SSIS Catalog Migrations to Another Server</title>
		<link>https://azureops.org/articles/transferring-sensitive-data-during-ssis-catalog-migrations-to-another-server/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 03 Jul 2025 11:34:19 +0000</pubDate>
				<category><![CDATA[Microsoft BI]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SSIS]]></category>
		<category><![CDATA[SSIS Catalog Migration]]></category>
		<category><![CDATA[ssis environment varriables]]></category>
		<category><![CDATA[ssis project parameters]]></category>
		<category><![CDATA[ssisdb encryption key]]></category>
		<guid isPermaLink="false">https://azureops.org/?p=8534</guid>

					<description><![CDATA[<p>Migrating your SQL Server Integration Services (SSIS) Catalog to a new server or instance is a common administrative task, but it often brings with it a significant challenge: the secure handling of sensitive data. Packages within the SSIS Catalog frequently contain connection managers with sensitive information like database credentials, API keys, or other confidential parameters. [&#8230;]</p>
<p>The post <a href="https://azureops.org/articles/transferring-sensitive-data-during-ssis-catalog-migrations-to-another-server/">Transferring Sensitive Data During SSIS Catalog Migrations to Another Server</a> appeared first on <a href="https://azureops.org">AzureOps</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Migrating your SQL Server Integration Services (SSIS) Catalog to a new server or instance is a common administrative task, but it often brings with it a significant challenge: the secure handling of <strong>sensitive data</strong>. Packages within the SSIS Catalog frequently contain connection managers with sensitive information like database credentials, API keys, or other confidential parameters.<sup></sup> The thought of exposing or mishandling this data during <strong>SSIS migration</strong> can be a daunting prospect.</p>



<p class="wp-block-paragraph">Traditionally, <strong>migrating SSIS Catalog</strong>, especially when dealing with encrypted sensitive data, could be a complex affair. One of the major hurdles was the perceived need to know the <code>SSISDB</code> encryption key from the source server. This key is crucial for decrypting sensitive data stored within the catalog. If this key was lost, unknown, or not easily accessible, the <strong>SSIS Catalog migration process</strong> could become a nightmare, often leading to manual reconfiguration or even data loss.</p>



<p class="wp-block-paragraph">This is where tools like the <a href="https://ssiscataloger.azureops.org/" target="_blank" rel="noreferrer noopener">SSIS Catalog Migration Wizard</a> truly shine, revolutionizing how we approach <strong>SSIS Catalog migrations</strong>, particularly concerning sensitive data and environment-specific configurations.</p>



<h3 class="wp-block-heading">SSIS Catalog Migration Wizard: A Secure and Streamlined Solution for SSIS Data</h3>



<p class="wp-block-paragraph">The <strong>SSIS Catalog Migration Wizard</strong> is a powerful and user-friendly tool designed to simplify the process of moving your SSIS Catalog between SQL Server instances.<sup></sup> Its most significant advantage when it comes to sensitive data is its ability to handle encrypted information without requiring the user to possess the <code>SSISDB</code> encryption key from the source server. Beyond sensitive data, it offers critical features for managing environment and parameter values during the transfer.</p>



<p class="wp-block-paragraph"><strong>How it addresses sensitive data and configuration concerns during SSIS migration:</strong></p>



<ul class="wp-block-list">
<li class=""><strong>No <code>SSISDB</code> Encryption Key Required:</strong> This is the paramount feature. The Wizard intelligently extracts the necessary components, including encrypted sensitive data, from the source SSISDB and correctly re-encrypts them on the destination SSISDB using the <em>destination&#8217;s</em> encryption key. This means you don&#8217;t need to go through the arduous process of retrieving, backing up, or restoring the <strong>source SSISDB encryption key</strong>. This drastically reduces the risk of exposing sensitive data and simplifies the <strong>SSIS Catalog migration</strong> significantly.</li>



<li class=""><strong>Seamless Re-encryption:</strong> The Wizard handles the decryption and re-encryption process behind the scenes. When an <strong>SSIS package with sensitive data</strong> is migrated, the Wizard ensures that this data is correctly encrypted with the destination server&#8217;s <code>SSISDB</code> encryption key, maintaining the integrity and security of your sensitive information.</li>



<li class=""><strong>Replace Environment Variable and Parameter Values:</strong> A significant pain point in manual migrations is updating countless environment variables and parameter values to match the new environment. The <strong>SSIS Catalog Migration Wizard</strong> offers the crucial capability to define and replace these values <em>during the migration process itself</em>. This means you can proactively map old server names, database names, file paths, or other environment-specific settings to their new counterparts.</li>



<li class=""><strong>Reduced Manual Intervention:</strong> By automating the handling of sensitive data and providing the ability to replace environment-specific values, the Wizard minimizes the need for manual intervention post-migration. This reduces the chances of human error that could lead to data exposure, corruption, or broken package execution. You won&#8217;t have to manually update connection strings, package parameters, or environment variables one by one, saving significant time and effort in <strong>SSIS data migration</strong> and configuration.</li>



<li class=""><strong>Comprehensive Migration:</strong> Beyond sensitive data and configurable parameters, the Wizard migrates your entire SSIS Catalog structure, including projects, environments, references, etc. This ensures a consistent and complete transfer of your SSIS deployment.</li>
</ul>



<h3 class="wp-block-heading">Proactive Strategies for Seamless Variable and Parameter Value Replacement</h3>



<p class="wp-block-paragraph">To leverage the Wizard&#8217;s capability for variable and parameter value replacement effectively, consider SCMW&#8217;s <a href="https://ssiscataloger.azureops.org/getting-started/#replace-environment-variable-and-parameter-values">proactive suggestions</a>:</p>



<ul class="wp-block-list">
<li class=""><strong>Simplified Updating:</strong> The wizard streamlines the process of updating environment variables and parameter values to match the target environment during migration. </li>



<li class=""><strong>Configurable Key-Value Pairs:</strong> Users can set up specific key-value pairs to replace existing values in both environment variables and SSIS project/package parameters. </li>



<li class=""><strong>Intelligent Suggestions:</strong> The wizard features a &#8220;Suggest&#8221; button that provides recommendations for replacements based on the chosen &#8220;Replace Scope,&#8221; aiding users in configuring the correct values. </li>



<li class=""><strong>Detailed Review:</strong> Users can review the specific environment variables and parameters that will be affected by clicking on the &#8220;Ref&#8221; column, which displays detailed mappings, ensuring accuracy and control over the migration process.</li>
</ul>



<figure class="wp-block-image size-full"><a href="https://i0.wp.com/azureops.org/wp-content/uploads/2025/06/ReplaceVariables.gif?ssl=1"><img fetchpriority="high" decoding="async" width="1200" height="672" data-attachment-id="8543" data-permalink="https://azureops.org/articles/transferring-sensitive-data-during-ssis-catalog-migrations-to-another-server/replacevariables/" data-orig-file="https://i0.wp.com/azureops.org/wp-content/uploads/2025/06/ReplaceVariables.gif?fit=1200%2C672&amp;ssl=1" data-orig-size="1200,672" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="ReplaceVariables" data-image-description="" data-image-caption="" data-large-file="https://i0.wp.com/azureops.org/wp-content/uploads/2025/06/ReplaceVariables.gif?fit=1200%2C672&amp;ssl=1" src="https://i0.wp.com/azureops.org/wp-content/uploads/2025/06/ReplaceVariables.gif?fit=1200%2C672&amp;ssl=1" alt="Migrating SSISDB Sensitive Environment Variables" class="wp-image-8543"/></a></figure>



<p class="wp-block-paragraph">This functionality ensures that SSIS packages and projects are correctly configured for the new environment without manual intervention, saving time and reducing potential errors.</p>



<h3 class="wp-block-heading">Best Practices for a Secure SSIS Catalog Migration</h3>



<p class="wp-block-paragraph">While the <strong>SSIS Catalog Migration Wizard</strong> significantly simplifies the process, it&#8217;s still crucial to adhere to best practices for a truly secure migration:</p>



<ol class="wp-block-list">
<li class=""><strong>Plan Thoroughly:</strong> Before initiating any migration, have a clear plan. Identify all projects, environments, sensitive data, and environment-specific configurations involved.</li>



<li class=""><strong>Backup Everything:</strong> Always perform full backups of both the source and destination <code>SSISDB</code> databases before starting the migration. This provides a rollback point in case of any unforeseen issues. You can consider backing us SSISDB to .scmv file using SSIS Catalog Migration Wizard.</li>



<li class=""><strong>Test in a Non-Production Environment:</strong> If possible, perform a test migration to a non-production environment first. This allows you to identify and resolve any potential issues, including incorrect parameter replacements, before impacting your production systems.</li>



<li class=""><strong>Validate Post-Migration:</strong> After the migration is complete, thoroughly validate that all packages and connections are functioning correctly. Pay special attention to packages that use sensitive data and those relying on replaced environment variables to ensure they are executing as expected.</li>



<li class=""><strong>Secure Destination Environment:</strong> Ensure your destination SQL Server instance and SSISDB are configured with appropriate security measures, including strong passwords, least privilege principles, and network security.</li>
</ol>



<h2 class="wp-block-heading">Conclusion</h2>



<p class="wp-block-paragraph"><strong>Migrating SSIS Catalogs</strong>, especially those containing <strong>sensitive data</strong> and requiring intricate environment-specific adjustments, can be a complex undertaking. However, with the advent of tools like the <strong>SSIS Catalog Migration Wizard</strong>, this process has become significantly more manageable and secure. By eliminating the need to know the <strong>source <code>SSISDB</code> encryption key</strong> and automating the re-encryption process, coupled with the powerful ability to replace environment variable and parameter values during migration, the Wizard empowers administrators to perform <strong>SSIS migrations</strong> with confidence. This ensures the integrity and confidentiality of their sensitive data while proactively managing configuration changes throughout the transition. Embrace this powerful tool to streamline your next <strong>SSIS Catalog migration</strong>, and experience a truly hassle-free and secure transfer.</p>



<h2 class="wp-block-heading" id="how-to-install">Installation</h2>



<p class="wp-block-paragraph">SSIS Catalog Migration Wizard can be installed as an extension to:</p>



<p class="wp-block-paragraph">1.&nbsp;<a href="https://marketplace.visualstudio.com/items?itemName=AzureOps.ssiscatalogerpro&amp;ssr=false#overview" target="_blank" rel="noreferrer noopener">Visual Studio 2017</a>,&nbsp;<a href="https://marketplace.visualstudio.com/items?itemName=AzureOps.ssiscatalogerpro&amp;ssr=false#overview" target="_blank" rel="noreferrer noopener">Visual Studio 2019</a>&nbsp;&amp;&nbsp;<a href="https://marketplace.visualstudio.com/items?itemName=AzureOps.SSISCataloger2022" target="_blank" rel="noreferrer noopener">Visual Studio 2022</a>.<br>2. SSMS 18, 19, 20, 21(preview)<br>3. Standalone tool.</p>



<p class="wp-block-paragraph">More details are available in this&nbsp;<a href="https://youtu.be/VcYksuavI54" target="_blank" rel="noreferrer noopener">tutorial</a>.</p>



<h2 class="wp-block-heading">See more</h2>



<iframe width="700" height="394" src="https://www.youtube.com/embed/t2h6xNVFQkc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>



<div class="wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex">
<div class="is-style-fill wp-block-button"><a class="wp-block-button__link has-white-color has-blush-light-purple-gradient-background has-text-color has-background has-link-color wp-element-button" href="https://azureops.org/product/ssis-catalog-migration-wizard-pro/" target="_blank" rel="noreferrer noopener">Download Now</a></div>
</div>

    <div class="xs_social_share_widget xs_share_url after_content 		main_content  wslu-style-1 wslu-share-box-shaped wslu-fill-colored wslu-none wslu-share-horizontal wslu-theme-font-no wslu-main_content">

		
        <ul>
			        </ul>
    </div> 
<p>The post <a href="https://azureops.org/articles/transferring-sensitive-data-during-ssis-catalog-migrations-to-another-server/">Transferring Sensitive Data During SSIS Catalog Migrations to Another Server</a> appeared first on <a href="https://azureops.org">AzureOps</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">8534</post-id>	</item>
		<item>
		<title>CS2001 Missing AssemblyAttributes.cs when executing SSIS package deployed to the server</title>
		<link>https://azureops.org/articles/missing-assemblyattributes-when-executing-ssis-package/</link>
		
		<dc:creator><![CDATA[Kunal Rathi]]></dc:creator>
		<pubDate>Wed, 05 Mar 2025 07:02:00 +0000</pubDate>
				<category><![CDATA[Microsoft BI]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SSIS]]></category>
		<category><![CDATA[SSIS Catalog Migration]]></category>
		<category><![CDATA[SSIS Errors]]></category>
		<guid isPermaLink="false">https://azureops.org/?p=8153</guid>

					<description><![CDATA[<p>How to resolve error : CS2001 Missing AssemblyAttributes.cs when executing SSIS package deployed to the server.</p>
<p>The post <a href="https://azureops.org/articles/missing-assemblyattributes-when-executing-ssis-package/">CS2001 Missing AssemblyAttributes.cs when executing SSIS package deployed to the server</a> appeared first on <a href="https://azureops.org">AzureOps</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Error at Script Task: The binary code for the script is not found. Please open the script in the designer by clicking Edit Script button and make sure it builds successfully.<br>Error at Script Task: There were errors during task validation.</p>



<figure class="wp-block-image size-full"><a href="https://i0.wp.com/azureops.org/wp-content/uploads/2024/12/Missing-AssemblyAttributes-SSIS-1.png?ssl=1"><img data-recalc-dims="1" decoding="async" width="1159" height="182" data-attachment-id="8156" data-permalink="https://azureops.org/articles/missing-assemblyattributes-when-executing-ssis-package/missing-assemblyattributes-ssis-2/" data-orig-file="https://i0.wp.com/azureops.org/wp-content/uploads/2024/12/Missing-AssemblyAttributes-SSIS-1.png?fit=1159%2C182&amp;ssl=1" data-orig-size="1159,182" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Missing AssemblyAttributes SSIS" data-image-description="" data-image-caption="" data-large-file="https://i0.wp.com/azureops.org/wp-content/uploads/2024/12/Missing-AssemblyAttributes-SSIS-1.png?fit=1159%2C182&amp;ssl=1" src="https://i0.wp.com/azureops.org/wp-content/uploads/2024/12/Missing-AssemblyAttributes-SSIS-1.png?resize=1159%2C182&#038;ssl=1" alt="" class="wp-image-8156" srcset="https://i0.wp.com/azureops.org/wp-content/uploads/2024/12/Missing-AssemblyAttributes-SSIS-1.png?w=1159&amp;ssl=1 1159w, https://i0.wp.com/azureops.org/wp-content/uploads/2024/12/Missing-AssemblyAttributes-SSIS-1.png?resize=300%2C47&amp;ssl=1 300w, https://i0.wp.com/azureops.org/wp-content/uploads/2024/12/Missing-AssemblyAttributes-SSIS-1.png?resize=768%2C121&amp;ssl=1 768w, https://i0.wp.com/azureops.org/wp-content/uploads/2024/12/Missing-AssemblyAttributes-SSIS-1.png?resize=450%2C71&amp;ssl=1 450w, https://i0.wp.com/azureops.org/wp-content/uploads/2024/12/Missing-AssemblyAttributes-SSIS-1.png?resize=600%2C94&amp;ssl=1 600w" sizes="(max-width: 1159px) 100vw, 1159px" /></a></figure>



<p class="wp-block-paragraph">To resolve the CS2001 &#8220;Missing AssemblyAttributes.cs&#8221; error when executing an SSIS package on a deployed server, follow these steps to adjust folder permissions:</p>



<ol class="wp-block-list">
<li class="">Open <strong>Windows Explorer</strong> and navigate to <code>C:\Windows\Temp\</code>.</li>



<li class="">Right-click the folder and select <strong>Properties</strong>.</li>



<li class="">Switch to the <strong>Security</strong> tab and click <strong>Advanced</strong>.</li>



<li class="">In the <strong>Permissions</strong> tab, select <strong>Change Permissions</strong>.</li>



<li class="">Locate the relevant permission entry, then choose <strong>Edit</strong>.</li>



<li class="">Ensure the following permissions are enabled with <strong>Allow</strong> checked:
<ul class="wp-block-list">
<li class=""><strong>Traverse folder / Execute file</strong></li>



<li class=""><strong>Create files / Write data</strong></li>



<li class=""><strong>Create folders / Append data</strong></li>



<li class=""><strong>List folder / Read data</strong></li>



<li class=""><strong>Take ownership</strong></li>
</ul>
</li>



<li class="">Click <strong>OK</strong> to save the changes and close the window.</li>



<li class="">Press <strong>Apply to confirm</strong> any prompts that appear.</li>
</ol>



<p class="wp-block-paragraph">Even if the logged-in user already has full control, modifying the permissions for the &#8220;Users&#8221; group resolved the issue.</p>



<h2 class="wp-block-heading">See more</h2>



<iframe width="700" height="394" src="https://www.youtube.com/embed/t2h6xNVFQkc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>



<div class="wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex">
<div class="is-style-fill wp-block-button"><a class="wp-block-button__link has-white-color has-blush-light-purple-gradient-background has-text-color has-background has-link-color wp-element-button" href="https://azureops.org/product/ssis-catalog-migration-wizard-pro/" target="_blank" rel="noreferrer noopener">Download Now</a></div>
</div>

    <div class="xs_social_share_widget xs_share_url after_content 		main_content  wslu-style-1 wslu-share-box-shaped wslu-fill-colored wslu-none wslu-share-horizontal wslu-theme-font-no wslu-main_content">

		
        <ul>
			        </ul>
    </div> 
<p>The post <a href="https://azureops.org/articles/missing-assemblyattributes-when-executing-ssis-package/">CS2001 Missing AssemblyAttributes.cs when executing SSIS package deployed to the server</a> appeared first on <a href="https://azureops.org">AzureOps</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">8153</post-id>	</item>
		<item>
		<title>The specified provider is not supported. Please choose different provider in connection manager SSIS</title>
		<link>https://azureops.org/articles/the-specified-provider-is-not-supported/</link>
		
		<dc:creator><![CDATA[Kunal Rathi]]></dc:creator>
		<pubDate>Sun, 09 Feb 2025 04:05:13 +0000</pubDate>
				<category><![CDATA[Microsoft BI]]></category>
		<category><![CDATA[SSIS]]></category>
		<category><![CDATA[SSIS Errors]]></category>
		<guid isPermaLink="false">https://azureops.org/?p=8290</guid>

					<description><![CDATA[<p>If you encounter an error in SQL Server Data Tools (SSDT) for Visual Studio while working with SQL Server Integration Services (SSIS), it could be due to the missing OLE DB or ADO.NET provider on your machine. This missing component prevents SSIS from establishing a connection, leading to the following error message:</p>
<p>The post <a href="https://azureops.org/articles/the-specified-provider-is-not-supported/">The specified provider is not supported. Please choose different provider in connection manager SSIS</a> appeared first on <a href="https://azureops.org">AzureOps</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">An error in SQL Server Data Tools (SSDT) for Visual Studio while working with SQL Server Integration Services (SSIS) could be due to the missing OLE DB or ADO.NET provider on your machine. This missing component prevents SSIS from establishing a connection, leading to the following error message:</p>



<figure class="wp-block-image size-full is-resized"><a href="https://i0.wp.com/azureops.org/wp-content/uploads/2025/02/image.png?ssl=1"><img data-recalc-dims="1" decoding="async" width="804" height="655" data-attachment-id="8292" data-permalink="https://azureops.org/articles/the-specified-provider-is-not-supported/image-30/" data-orig-file="https://i0.wp.com/azureops.org/wp-content/uploads/2025/02/image.png?fit=804%2C655&amp;ssl=1" data-orig-size="804,655" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="image" data-image-description="" data-image-caption="" data-large-file="https://i0.wp.com/azureops.org/wp-content/uploads/2025/02/image.png?fit=804%2C655&amp;ssl=1" src="https://i0.wp.com/azureops.org/wp-content/uploads/2025/02/image.png?resize=804%2C655&#038;ssl=1" alt="The specified provider is not supported. Please choose different provider in connection manager SSIS" class="wp-image-8292" style="width:679px;height:auto" srcset="https://i0.wp.com/azureops.org/wp-content/uploads/2025/02/image.png?w=804&amp;ssl=1 804w, https://i0.wp.com/azureops.org/wp-content/uploads/2025/02/image.png?resize=300%2C244&amp;ssl=1 300w, https://i0.wp.com/azureops.org/wp-content/uploads/2025/02/image.png?resize=761%2C620&amp;ssl=1 761w, https://i0.wp.com/azureops.org/wp-content/uploads/2025/02/image.png?resize=768%2C626&amp;ssl=1 768w, https://i0.wp.com/azureops.org/wp-content/uploads/2025/02/image.png?resize=450%2C367&amp;ssl=1 450w, https://i0.wp.com/azureops.org/wp-content/uploads/2025/02/image.png?resize=600%2C489&amp;ssl=1 600w" sizes="(max-width: 804px) 100vw, 804px" /></a></figure>



<p class="wp-block-paragraph">TITLE: Connection Manager <br>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; The specified provider is not supported. Please choose different provider in connection manager. <br>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; BUTTONS: OK &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>



<h2 class="wp-block-heading">Cause of the Issue</h2>



<p class="wp-block-paragraph">The error typically occurs when the SQL Server Native Client required for database connectivity is missing or not installed properly. This provider is essential for SSIS to communicate with SQL Server using OLE DB.</p>



<h2 class="wp-block-heading">Solution</h2>



<p class="wp-block-paragraph">To resolve this issue, you need to install the SQL Server Native Client on your machine. Follow the step-by-step guide below to download and install it properly.</p>



<h3 class="wp-block-heading">Step-by-Step Guide to Install SQL Server Native Client</h3>



<h4 class="wp-block-heading">1. Download the Installer:</h4>



<ul class="wp-block-list">
<li class="">Visit the <a href="https://www.microsoft.com/en-us/download/details.aspx?id=56041">Microsoft Download Center</a>.</li>



<li class="">Locate the <strong>SQL Server Native Client (sqlncli.msi)</strong> download link on the page.</li>



<li class="">Click the <strong>Download</strong> button to start the process.</li>
</ul>



<figure class="wp-block-image size-large is-resized"><a href="https://i0.wp.com/azureops.org/wp-content/uploads/2025/02/Download-sqlncli.png?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" width="1200" height="393" data-attachment-id="8291" data-permalink="https://azureops.org/articles/the-specified-provider-is-not-supported/download-sqlncli/" data-orig-file="https://i0.wp.com/azureops.org/wp-content/uploads/2025/02/Download-sqlncli.png?fit=1210%2C396&amp;ssl=1" data-orig-size="1210,396" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Download sqlncli" data-image-description="" data-image-caption="" data-large-file="https://i0.wp.com/azureops.org/wp-content/uploads/2025/02/Download-sqlncli.png?fit=1200%2C393&amp;ssl=1" src="https://i0.wp.com/azureops.org/wp-content/uploads/2025/02/Download-sqlncli.png?resize=1200%2C393&#038;ssl=1" alt="specified provider is not supported" class="wp-image-8291" style="width:838px;height:auto" srcset="https://i0.wp.com/azureops.org/wp-content/uploads/2025/02/Download-sqlncli.png?resize=1200%2C393&amp;ssl=1 1200w, https://i0.wp.com/azureops.org/wp-content/uploads/2025/02/Download-sqlncli.png?resize=300%2C98&amp;ssl=1 300w, https://i0.wp.com/azureops.org/wp-content/uploads/2025/02/Download-sqlncli.png?resize=768%2C251&amp;ssl=1 768w, https://i0.wp.com/azureops.org/wp-content/uploads/2025/02/Download-sqlncli.png?resize=450%2C147&amp;ssl=1 450w, https://i0.wp.com/azureops.org/wp-content/uploads/2025/02/Download-sqlncli.png?resize=600%2C196&amp;ssl=1 600w, https://i0.wp.com/azureops.org/wp-content/uploads/2025/02/Download-sqlncli.png?w=1210&amp;ssl=1 1210w" sizes="(max-width: 1200px) 100vw, 1200px" /></a></figure>



<figure class="is-style-default wp-block-image size-large is-resized"><a href="https://marketplace.visualstudio.com/items?itemName=AzureOps.ssiscatalogerpro&amp;ssr=false#overview" target="_blank" rel="noopener"><img data-recalc-dims="1" loading="lazy" decoding="async" width="1200" height="148" data-attachment-id="4839" data-permalink="https://azureops.org/articles/azure-data-studio-for-sql-developers/scmw-horizontal-ad/" data-orig-file="https://i0.wp.com/azureops.org/wp-content/uploads/2023/01/SCMW-horizontal-ad.png?fit=1326%2C163&amp;ssl=1" data-orig-size="1326,163" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="SCMW-horizontal-ad" data-image-description="" data-image-caption="" data-large-file="https://i0.wp.com/azureops.org/wp-content/uploads/2023/01/SCMW-horizontal-ad.png?fit=1200%2C148&amp;ssl=1" src="https://i0.wp.com/azureops.org/wp-content/uploads/2023/01/SCMW-horizontal-ad.png?resize=1200%2C148&#038;ssl=1" alt="" class="wp-image-4839" style="object-fit:cover;width:811px;height:99px" srcset="https://i0.wp.com/azureops.org/wp-content/uploads/2023/01/SCMW-horizontal-ad.png?resize=1200%2C148&amp;ssl=1 1200w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/01/SCMW-horizontal-ad.png?resize=450%2C55&amp;ssl=1 450w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/01/SCMW-horizontal-ad.png?resize=600%2C74&amp;ssl=1 600w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/01/SCMW-horizontal-ad.png?resize=300%2C37&amp;ssl=1 300w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/01/SCMW-horizontal-ad.png?resize=768%2C94&amp;ssl=1 768w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/01/SCMW-horizontal-ad.png?w=1326&amp;ssl=1 1326w" sizes="(max-width: 1200px) 100vw, 1200px" /></a></figure>



<h4 class="wp-block-heading">2. Install the Native Client:</h4>



<ul class="wp-block-list">
<li class="">Double-click the downloaded sqlncli.msi file.</li>



<li class="">Follow the on-screen instructions in the setup wizard.</li>



<li class="">Accept the license agreement and complete the installation process.</li>
</ul>



<h4 class="wp-block-heading">3. Restart Visual Studio:</h4>



<ul class="wp-block-list">
<li class="">Once the installation is complete, restart<strong> </strong>Visual Studio (which contains SQL Server Data Tools).</li>



<li class="">Open your SSIS project again and check if the issue is resolved.</li>
</ul>



<h2 class="wp-block-heading">Conclusion</h2>



<p class="wp-block-paragraph">By installing the SQL Server Native Client, you enable Visual Studio (SSDT) to correctly recognize the required provider, resolving the error and allowing smooth SSIS operations. If the problem persists, ensure that your Visual Studio and SSDT versions are up to date.</p>



<p class="has-background wp-block-paragraph" style="background-color:#bdefca"><strong>Pro tips:<br></strong>1. <a href="https://azureops.org/articles/migrate-ssisdb-to-a-new-server/" target="_blank" rel="noreferrer noopener">Learn </a>how to migrate SSISDB from one server to another in just a few clicks.<br>2. You may come accross below error while trying to run older SSIS packages in SSIS 2022 (SSISDB).<br>The requested OLE DB provider SQLNCLI11.1 is not registered. If the 64-bit driver is not installed, run the package in 32-bit mode. Error code: 0x00000000. An OLE DB record is available. Source: &#8220;Microsoft OLE DB Service Components&#8221; Hresult: 0x80040154 Description: &#8220;Class not registered&#8221;.<br>Use the same above solution to fix this issue on the SSISDB server.</p>



<h2 class="wp-block-heading">See more</h2>



<iframe width="700" height="394" src="https://www.youtube.com/embed/t2h6xNVFQkc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>



<div class="wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex">
<div class="is-style-fill wp-block-button"><a class="wp-block-button__link has-white-color has-blush-light-purple-gradient-background has-text-color has-background has-link-color wp-element-button" href="https://azureops.org/product/ssis-catalog-migration-wizard-pro/" target="_blank" rel="noreferrer noopener">Download Now</a></div>
</div>



<p class="wp-block-paragraph"></p>

    <div class="xs_social_share_widget xs_share_url after_content 		main_content  wslu-style-1 wslu-share-box-shaped wslu-fill-colored wslu-none wslu-share-horizontal wslu-theme-font-no wslu-main_content">

		
        <ul>
			        </ul>
    </div> 
<p>The post <a href="https://azureops.org/articles/the-specified-provider-is-not-supported/">The specified provider is not supported. Please choose different provider in connection manager SSIS</a> appeared first on <a href="https://azureops.org">AzureOps</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">8290</post-id>	</item>
		<item>
		<title>An error occurred in the microsoft .net framework while trying to load assembly id 65536 SSIS</title>
		<link>https://azureops.org/articles/an-error-occurred-in-the-microsoft-net-framework-while-trying-to-load-assembly-id-65536-ssis/</link>
		
		<dc:creator><![CDATA[Kunal Rathi]]></dc:creator>
		<pubDate>Wed, 22 Nov 2023 11:59:24 +0000</pubDate>
				<category><![CDATA[Microsoft BI]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SSIS]]></category>
		<guid isPermaLink="false">https://azureops.org/?p=6903</guid>

					<description><![CDATA[<p>Error An error occurred in the Microsoft .NET Framework while trying to load assembly id 65536. The server may be running out of resources, or the assembly may not be trusted. Run the query again, or check documentation to see how to solve the assembly trust issues. For more information about this error:System.IO.FileLoadException: Could not [&#8230;]</p>
<p>The post <a href="https://azureops.org/articles/an-error-occurred-in-the-microsoft-net-framework-while-trying-to-load-assembly-id-65536-ssis/">An error occurred in the microsoft .net framework while trying to load assembly id 65536 SSIS</a> appeared first on <a href="https://azureops.org">AzureOps</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading">Error</h2>



<p class="wp-block-paragraph">An error occurred in the Microsoft .NET Framework while trying to load assembly id 65536. The server may be running out of resources, or the assembly may not be trusted. Run the query again, or check documentation to see how to solve the assembly trust issues. For more information about this error:<br>System.IO.FileLoadException: Could not load file or assembly &#8216;microsoft.sqlserver.integrationservices.server, Version=13.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91&#8217; or one of its dependencies. An error relating to security occurred. (Exception from HRESULT: 0x8013150A)<br>System.IO.FileLoadException:&#8230;</p>



<h2 class="wp-block-heading">Cause</h2>



<p class="wp-block-paragraph">When the backup of <a href="https://learn.microsoft.com/en-us/sql/integration-services/catalog/ssis-catalog?view=sql-server-ver16" target="_blank" rel="noreferrer noopener">SSISDB</a> from one SQL Server is restored on another SQL Server and creating an SSISB object on the target SQL Server Integration Services Catalog, you may get this error. </p>



<h2 class="wp-block-heading">Solution</h2>



<p class="wp-block-paragraph">While the nature of the solution will depend significantly on the SQL Server versions, you can try the solutions below to resolve the issue.</p>



<h4 class="wp-block-heading">Solution 1. Run the script below on target SSISDB.</h4>


<div class="wp-block-syntaxhighlighter-code "><pre class="brush: sql; gutter: false; title: ; notranslate">
USE &#x5B;SSISDB]
EXEC sp_configure &#039;clr enabled&#039;, 1
RECONFIGURE
ALTER DATABASE SSISDB SET TRUSTWORTHY ON;
EXEC sp_changedbowner &#039;sa&#039;
</pre></div>


<h4 class="wp-block-heading">Solution 2. Recreate SSISDB in target SQL Server (Recommended).</h4>



<p class="wp-block-paragraph">Delete SSISDB (Integration Services Catalog) from the target SQL Server and create a new SSISDB in the target SQL Server. Once the SSISDB is created, migrate your SSISDB objects from source SSISDB to target. You can use the <a href="https://azureops.org/product/ssis-catalog-migration-wizard-pro/" target="_blank" rel="noreferrer noopener">SSIS Catalog Migration Wizard</a> to bulk-migrate SSIS objects with just a few clicks.</p>



<h2 class="wp-block-heading">See more</h2>



<iframe width="700" height="394" src="https://www.youtube.com/embed/t2h6xNVFQkc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>



<div class="wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex">
<div class="is-style-fill wp-block-button"><a class="wp-block-button__link has-white-color has-blush-light-purple-gradient-background has-text-color has-background has-link-color wp-element-button" href="https://azureops.org/product/ssis-catalog-migration-wizard-pro/" target="_blank" rel="noreferrer noopener">Download Now</a></div>
</div>

    <div class="xs_social_share_widget xs_share_url after_content 		main_content  wslu-style-1 wslu-share-box-shaped wslu-fill-colored wslu-none wslu-share-horizontal wslu-theme-font-no wslu-main_content">

		
        <ul>
			        </ul>
    </div> 
<p>The post <a href="https://azureops.org/articles/an-error-occurred-in-the-microsoft-net-framework-while-trying-to-load-assembly-id-65536-ssis/">An error occurred in the microsoft .net framework while trying to load assembly id 65536 SSIS</a> appeared first on <a href="https://azureops.org">AzureOps</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6903</post-id>	</item>
		<item>
		<title>Create SSIS Catalog in SQL Server</title>
		<link>https://azureops.org/articles/create-ssis-catalog/</link>
		
		<dc:creator><![CDATA[Kunal Rathi]]></dc:creator>
		<pubDate>Sat, 17 Jun 2023 08:20:29 +0000</pubDate>
				<category><![CDATA[Microsoft BI]]></category>
		<category><![CDATA[SSIS]]></category>
		<category><![CDATA[how to create ssisdb catalog]]></category>
		<category><![CDATA[SSIS Catalog]]></category>
		<category><![CDATA[ssis environments]]></category>
		<guid isPermaLink="false">https://azureops.org/?p=4934</guid>

					<description><![CDATA[<p>This article describes step by step approach to create SSISDB under Integration Services Catalog in SQL Server.</p>
<p>The post <a href="https://azureops.org/articles/create-ssis-catalog/">Create SSIS Catalog in SQL Server</a> appeared first on <a href="https://azureops.org">AzureOps</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">From SQL Server 2012 onwards, Microsoft introduced a new deployment model in SSIS called the <a href="https://learn.microsoft.com/en-us/sql/integration-services/packages/deploy-integration-services-ssis-projects-and-packages?view=sql-server-ver16" target="_blank" rel="noreferrer noopener">project deployment model</a>. This new model has many benefits in managing SSIS project deployments, executions, and configurations. These are stored in a standard SQL Server database called SSISDB. Every new version of SQL Server also upgrades the SSIS Catalog with new features. In this article, I will describe how to create SSIS Catalog in SQL Server to deploy SSIS projects and their configurations.</p>



<p class="wp-block-paragraph">The SSIS Integration Services Catalog consists of the following artifacts:</p>



<ul class="wp-block-list">
<li>SSIS Builds (.ispac files) &#8211; Contains several SSIS packages with project and package parameters.</li>



<li>Environments &#8211; Stores configurations of SSIS projects. These variables are used to configure the SSIS project and package parameters of SSIS projects.</li>
</ul>



<p class="has-pale-cyan-blue-background-color has-background wp-block-paragraph"><strong>Pre-requisites:</strong><br>1. User should have sufficient rights to create SSISDB Catalog under Integration Services Catalog in SQL Server.</p>



<h3 class="wp-block-heading">Steps to create SSIS Catalog in SQL Server.</h3>



<p class="wp-block-paragraph">1. Connect to SQL Server using SQL Server Management Studio (SSMS). Right-click on Integration Services Catalog and select Create Catalog option.</p>



<figure class="wp-block-image size-full is-resized"><img data-recalc-dims="1" loading="lazy" decoding="async" width="558" height="488" data-attachment-id="6032" data-permalink="https://azureops.org/articles/create-ssis-catalog/image-1-7/" data-orig-file="https://i0.wp.com/azureops.org/wp-content/uploads/2023/06/image-1.png?fit=558%2C488&amp;ssl=1" data-orig-size="558,488" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="image-1" data-image-description="" data-image-caption="" data-large-file="https://i0.wp.com/azureops.org/wp-content/uploads/2023/06/image-1.png?fit=558%2C488&amp;ssl=1" src="https://i0.wp.com/azureops.org/wp-content/uploads/2023/06/image-1.png?resize=558%2C488&#038;ssl=1" alt="" class="wp-image-6032" style="width:419px;height:366px" srcset="https://i0.wp.com/azureops.org/wp-content/uploads/2023/06/image-1.png?w=558&amp;ssl=1 558w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/06/image-1.png?resize=450%2C394&amp;ssl=1 450w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/06/image-1.png?resize=300%2C262&amp;ssl=1 300w" sizes="(max-width: 558px) 100vw, 558px" /></figure>



<figure class="is-style-default wp-block-image size-large is-resized"><a href="https://marketplace.visualstudio.com/items?itemName=AzureOps.ssiscatalogerpro&amp;ssr=false#overview" target="_blank" rel="noopener"><img data-recalc-dims="1" loading="lazy" decoding="async" width="1200" height="148" data-attachment-id="4839" data-permalink="https://azureops.org/articles/azure-data-studio-for-sql-developers/scmw-horizontal-ad/" data-orig-file="https://i0.wp.com/azureops.org/wp-content/uploads/2023/01/SCMW-horizontal-ad.png?fit=1326%2C163&amp;ssl=1" data-orig-size="1326,163" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="SCMW-horizontal-ad" data-image-description="" data-image-caption="" data-large-file="https://i0.wp.com/azureops.org/wp-content/uploads/2023/01/SCMW-horizontal-ad.png?fit=1200%2C148&amp;ssl=1" src="https://i0.wp.com/azureops.org/wp-content/uploads/2023/01/SCMW-horizontal-ad.png?resize=1200%2C148&#038;ssl=1" alt="" class="wp-image-4839" style="object-fit:cover;width:811px;height:99px" srcset="https://i0.wp.com/azureops.org/wp-content/uploads/2023/01/SCMW-horizontal-ad.png?resize=1200%2C148&amp;ssl=1 1200w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/01/SCMW-horizontal-ad.png?resize=450%2C55&amp;ssl=1 450w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/01/SCMW-horizontal-ad.png?resize=600%2C74&amp;ssl=1 600w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/01/SCMW-horizontal-ad.png?resize=300%2C37&amp;ssl=1 300w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/01/SCMW-horizontal-ad.png?resize=768%2C94&amp;ssl=1 768w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/01/SCMW-horizontal-ad.png?w=1326&amp;ssl=1 1326w" sizes="(max-width: 1200px) 100vw, 1200px" /></a></figure>



<p class="wp-block-paragraph">2. On Catalog Creation Wizard, Enable CLR Integration. Provide a password for data encryption. Store this password for the future. And click OK.</p>



<figure class="wp-block-image size-large is-resized"><img data-recalc-dims="1" loading="lazy" decoding="async" width="1200" height="953" data-attachment-id="6033" data-permalink="https://azureops.org/articles/create-ssis-catalog/image-2-4/" data-orig-file="https://i0.wp.com/azureops.org/wp-content/uploads/2023/06/image-2.png?fit=1240%2C985&amp;ssl=1" data-orig-size="1240,985" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="image-2" data-image-description="" data-image-caption="" data-large-file="https://i0.wp.com/azureops.org/wp-content/uploads/2023/06/image-2.png?fit=1200%2C953&amp;ssl=1" src="https://i0.wp.com/azureops.org/wp-content/uploads/2023/06/image-2.png?resize=1200%2C953&#038;ssl=1" alt="Create SSIS Catalog" class="wp-image-6033" style="width:737px;height:586px" srcset="https://i0.wp.com/azureops.org/wp-content/uploads/2023/06/image-2.png?resize=1200%2C953&amp;ssl=1 1200w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/06/image-2.png?resize=450%2C357&amp;ssl=1 450w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/06/image-2.png?resize=600%2C477&amp;ssl=1 600w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/06/image-2.png?resize=300%2C238&amp;ssl=1 300w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/06/image-2.png?resize=781%2C620&amp;ssl=1 781w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/06/image-2.png?resize=768%2C610&amp;ssl=1 768w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/06/image-2.png?w=1240&amp;ssl=1 1240w" sizes="(max-width: 1200px) 100vw, 1200px" /></figure>



<p class="wp-block-paragraph">This should create SSISDB catalog under Integration Services Catalog. You can now start deploying projects and executing SSIS packages.</p>



<p class="has-background wp-block-paragraph" style="background-color:#bcefca"><strong>Pro tips:</strong><br>1. You can only create one SSISDB per SQL Server. <br>2. Steps to create SSISDB in Azure SSIS runtime are different; refer to <a href="https://learn.microsoft.com/en-us/azure/data-factory/create-azure-ssis-integration-runtime-portal?tabs=data-factory" target="_blank" rel="noreferrer noopener">this </a>post to achieve this.<br>3. If you want to migrate an existing SSISDB from one SQL Server to another, you can use <a href="https://ssiscataloger.azureops.org/" target="_blank" rel="noreferrer noopener">SSIS Catalog Migration Wizard</a> for seamless migration in a few minutes. </p>



<h2 class="wp-block-heading">See more</h2>



<iframe width="700" height="394" src="https://www.youtube.com/embed/t2h6xNVFQkc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>



<div class="wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex">
<div class="is-style-fill wp-block-button"><a class="wp-block-button__link has-white-color has-blush-light-purple-gradient-background has-text-color has-background has-link-color wp-element-button" href="https://azureops.org/product/ssis-catalog-migration-wizard-pro/" target="_blank" rel="noreferrer noopener">Download Now</a></div>
</div>

    <div class="xs_social_share_widget xs_share_url after_content 		main_content  wslu-style-1 wslu-share-box-shaped wslu-fill-colored wslu-none wslu-share-horizontal wslu-theme-font-no wslu-main_content">

		
        <ul>
			        </ul>
    </div> 
<p>The post <a href="https://azureops.org/articles/create-ssis-catalog/">Create SSIS Catalog in SQL Server</a> appeared first on <a href="https://azureops.org">AzureOps</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4934</post-id>	</item>
		<item>
		<title>Open ispac File in Visual Studio</title>
		<link>https://azureops.org/articles/open-ssis-package-from-ispac-file/</link>
		
		<dc:creator><![CDATA[Kunal Rathi]]></dc:creator>
		<pubDate>Fri, 24 Mar 2023 18:37:24 +0000</pubDate>
				<category><![CDATA[Microsoft BI]]></category>
		<category><![CDATA[SSIS]]></category>
		<category><![CDATA[Open ispac file]]></category>
		<category><![CDATA[open ssis package from ispac file]]></category>
		<category><![CDATA[Open SSIS Project in Visual Studio]]></category>
		<guid isPermaLink="false">https://azureops.org/?p=5280</guid>

					<description><![CDATA[<p> This article describes how to Open SSIS Package from ispac file  or from Integration Services Catalog in SQL Server Data tools.</p>
<p>The post <a href="https://azureops.org/articles/open-ssis-package-from-ispac-file/">Open ispac File in Visual Studio</a> appeared first on <a href="https://azureops.org">AzureOps</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">From SQL Server 2012 onwards, Microsoft introduced a new deployment model in SSIS, called the project deployment model. This new model has many benefits in managing SSIS project deployments, executions, and configurations. Every new version of SQL Server also upgrades the SSIS Catalog with new features. This article describes how to open ispac file in visual studio (2017, 2019, or 2022).</p>



<p class="has-pale-cyan-blue-background-color has-background wp-block-paragraph"><strong>Prerequisites:</strong><br>1. SQL: Server Data Tools for any visual studio version, e.g., 2017, 2019, or 2022. You can download it from <a href="https://learn.microsoft.com/en-us/sql/ssdt/download-sql-server-data-tools-ssdt?view=sql-server-ver16" target="_blank" rel="noreferrer noopener">this</a> link.</p>



<p class="wp-block-paragraph"><strong>Let&#8217;s first create a project in visual studio for the ispac file. </strong></p>



<p class="wp-block-paragraph">1. Launch Visual Studio and select &#8220;File&#8221; &gt; &#8220;New&#8221; &gt; &#8220;Project or Click Ctr + Shift + N.<br>2. Choose the &#8216;Integration Services Import Project Wizard&#8217; project type, provide the Project name, Location, and Solution name, and Click Create.</p>



<figure class="wp-block-image size-large is-resized"><img data-recalc-dims="1" loading="lazy" decoding="async" data-attachment-id="5305" data-permalink="https://azureops.org/articles/open-ssis-package-from-ispac-file/1-2/" data-orig-file="https://i0.wp.com/azureops.org/wp-content/uploads/2023/03/1.png?fit=1918%2C980&amp;ssl=1" data-orig-size="1918,980" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="1" data-image-description="" data-image-caption="" data-large-file="https://i0.wp.com/azureops.org/wp-content/uploads/2023/03/1.png?fit=1200%2C613&amp;ssl=1" src="https://i0.wp.com/azureops.org/wp-content/uploads/2023/03/1.png?resize=1133%2C579&#038;ssl=1" alt="Open SSIS Package from ispac file in SQL Server Data tools." class="wp-image-5305" style="width:1133px;height:579px" width="1133" height="579" srcset="https://i0.wp.com/azureops.org/wp-content/uploads/2023/03/1.png?resize=1200%2C613&amp;ssl=1 1200w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/03/1.png?resize=450%2C230&amp;ssl=1 450w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/03/1.png?resize=600%2C307&amp;ssl=1 600w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/03/1.png?resize=300%2C153&amp;ssl=1 300w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/03/1.png?resize=768%2C392&amp;ssl=1 768w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/03/1.png?resize=1536%2C785&amp;ssl=1 1536w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/03/1.png?w=1918&amp;ssl=1 1918w" sizes="(max-width: 1133px) 100vw, 1133px" /></figure>



<figure class="is-style-default wp-block-image size-large is-resized"><a href="https://marketplace.visualstudio.com/items?itemName=AzureOps.ssiscatalogerpro&amp;ssr=false#overview" target="_blank" rel="noopener"><img data-recalc-dims="1" loading="lazy" decoding="async" width="1200" height="148" data-attachment-id="4839" data-permalink="https://azureops.org/articles/azure-data-studio-for-sql-developers/scmw-horizontal-ad/" data-orig-file="https://i0.wp.com/azureops.org/wp-content/uploads/2023/01/SCMW-horizontal-ad.png?fit=1326%2C163&amp;ssl=1" data-orig-size="1326,163" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="SCMW-horizontal-ad" data-image-description="" data-image-caption="" data-large-file="https://i0.wp.com/azureops.org/wp-content/uploads/2023/01/SCMW-horizontal-ad.png?fit=1200%2C148&amp;ssl=1" src="https://i0.wp.com/azureops.org/wp-content/uploads/2023/01/SCMW-horizontal-ad.png?resize=1200%2C148&#038;ssl=1" alt="" class="wp-image-4839" style="object-fit:cover;width:811px;height:99px" srcset="https://i0.wp.com/azureops.org/wp-content/uploads/2023/01/SCMW-horizontal-ad.png?resize=1200%2C148&amp;ssl=1 1200w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/01/SCMW-horizontal-ad.png?resize=450%2C55&amp;ssl=1 450w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/01/SCMW-horizontal-ad.png?resize=600%2C74&amp;ssl=1 600w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/01/SCMW-horizontal-ad.png?resize=300%2C37&amp;ssl=1 300w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/01/SCMW-horizontal-ad.png?resize=768%2C94&amp;ssl=1 768w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/01/SCMW-horizontal-ad.png?w=1326&amp;ssl=1 1326w" sizes="(max-width: 1200px) 100vw, 1200px" /></a></figure>



<p class="wp-block-paragraph">There are two ways to open ispac file in Visual Studio</p>



<h3 class="wp-block-heading">A. Open a project from a Project deployment (.ispac) file.</h3>



<ol class="wp-block-list">
<li>As shown in the image below, select the Project deployment file radio button, navigate to the folder where the .ispac file is located, and select it. Click Next.</li>



<li>Review your selection and click Next. </li>
</ol>



<figure class="wp-block-image size-full"><img data-recalc-dims="1" loading="lazy" decoding="async" width="1200" height="631" data-attachment-id="5300" data-permalink="https://azureops.org/articles/open-ssis-package-from-ispac-file/open-ssis-project-from-ispac-file-using-visual-studio/" data-orig-file="https://i0.wp.com/azureops.org/wp-content/uploads/2023/03/Open-SSIS-Project-from-ispac-file-using-Visual-Studio.gif?fit=1200%2C631&amp;ssl=1" data-orig-size="1200,631" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Open-SSIS-Project-from-ispac-file-using-Visual-Studio" data-image-description="" data-image-caption="" data-large-file="https://i0.wp.com/azureops.org/wp-content/uploads/2023/03/Open-SSIS-Project-from-ispac-file-using-Visual-Studio.gif?fit=1200%2C631&amp;ssl=1" src="https://i0.wp.com/azureops.org/wp-content/uploads/2023/03/Open-SSIS-Project-from-ispac-file-using-Visual-Studio.gif?resize=1200%2C631&#038;ssl=1" alt="Open SSIS Package from ispac file " class="wp-image-5300"/></figure>



<p class="wp-block-paragraph">Visual Studio will automatically extract the SSIS package(s) from the .ispac file and load them into the Solution Explorer. You can then double-click on the package(s) to open them and make the necessary changes.</p>



<h3 class="wp-block-heading">B. Open SSIS packages from SSISDB (Integration Services Catalog)</h3>



<ol class="wp-block-list">
<li>As shown in the image below, select the  Integration Services Catalog radio button, and Enter the SQL Server instance name containing Integration Services Catalog (SSISDB). </li>



<li>Click the Browse button Next to the path and select the SSIS project you want to open. Click Next</li>



<li>Review your selection and click Next. </li>
</ol>



<figure class="wp-block-image size-full"><img data-recalc-dims="1" loading="lazy" decoding="async" width="1200" height="630" data-attachment-id="5303" data-permalink="https://azureops.org/articles/open-ssis-package-from-ispac-file/open-ssis-project-from-ssisdb-ispac-using-visual-studio/" data-orig-file="https://i0.wp.com/azureops.org/wp-content/uploads/2023/03/Open-SSIS-Project-from-SSISDB-ispac-using-Visual-Studio.gif?fit=1200%2C630&amp;ssl=1" data-orig-size="1200,630" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Open-SSIS-Project-from-SSISDB-ispac-using-Visual-Studio" data-image-description="" data-image-caption="" data-large-file="https://i0.wp.com/azureops.org/wp-content/uploads/2023/03/Open-SSIS-Project-from-SSISDB-ispac-using-Visual-Studio.gif?fit=1200%2C630&amp;ssl=1" src="https://i0.wp.com/azureops.org/wp-content/uploads/2023/03/Open-SSIS-Project-from-SSISDB-ispac-using-Visual-Studio.gif?resize=1200%2C630&#038;ssl=1" alt="Open SSIS Package from SSISDB in SQL Server." class="wp-image-5303"/></figure>



<p class="wp-block-paragraph">This will open the selected SSISDB project in Visual Studio. </p>



<p class="has-background wp-block-paragraph" style="background-color:#bcefda"><strong>Pro tips:</strong><br>1. Using <a href="https://azureops.org/product/ssis-catalog-migration-wizard-pro/" target="_blank" rel="noreferrer noopener">SSIS Catalog Migration Wizard</a>, you can migrate SSIS Catalog items from one server to another in just a few clicks. It is an extension to <a href="https://marketplace.visualstudio.com/items?itemName=AzureOps.ssiscatalogerpro" target="_blank" rel="noreferrer noopener">Visual Studio</a>, SQL Server Management Studio and can also work as a standalone tool.</p>



<h2 class="wp-block-heading">See more</h2>



<iframe width="700" height="394" src="https://www.youtube.com/embed/t2h6xNVFQkc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>



<div class="wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex">
<div class="is-style-fill wp-block-button"><a class="wp-block-button__link has-white-color has-blush-light-purple-gradient-background has-text-color has-background has-link-color wp-element-button" href="https://azureops.org/product/ssis-catalog-migration-wizard-pro/" target="_blank" rel="noreferrer noopener">Download Now</a></div>
</div>

    <div class="xs_social_share_widget xs_share_url after_content 		main_content  wslu-style-1 wslu-share-box-shaped wslu-fill-colored wslu-none wslu-share-horizontal wslu-theme-font-no wslu-main_content">

		
        <ul>
			        </ul>
    </div> 
<p>The post <a href="https://azureops.org/articles/open-ssis-package-from-ispac-file/">Open ispac File in Visual Studio</a> appeared first on <a href="https://azureops.org">AzureOps</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">5280</post-id>	</item>
		<item>
		<title>Export and import SSISDB in just a few clicks</title>
		<link>https://azureops.org/articles/export-and-import-ssisdb/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 13 Feb 2023 08:57:23 +0000</pubDate>
				<category><![CDATA[Microsoft BI]]></category>
		<category><![CDATA[SSIS]]></category>
		<category><![CDATA[SSIS Catalog Migration]]></category>
		<guid isPermaLink="false">https://azureops.org/?p=4956</guid>

					<description><![CDATA[<p>In this article, you will learn how to export and import SSISDB using SSIS Catalog Migration Wizard in just a few clicks.</p>
<p>The post <a href="https://azureops.org/articles/export-and-import-ssisdb/">Export and import SSISDB in just a few clicks</a> appeared first on <a href="https://azureops.org">AzureOps</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">From SQL Server 2012 onwards, Microsoft introduced a new deployment model in SSIS called the project deployment model. This new model has many benefits in managing SSIS project deployments, executions, and configurations. Every new version of SQL Server also upgrades the SSIS Catalog with new features. In this article, you will learn how to export and import SSISDB using SSIS Catalog Migration Wizard in just a few clicks.</p>



<p class="wp-block-paragraph">The need for this activity might arise when:</p>



<ol class="wp-block-list">
<li class="">When you want to migrate SSISDB from one server to another but in a different network (without direct connection).</li>



<li class="">When you want to migrate SSISDB from one server to another server that is under a different domain account.</li>
</ol>



<p class="wp-block-paragraph">All the above types of migrations can be achieved in just a few clicks using SSIS Catalog Migration Wizard by the below steps:</p>



<ol class="wp-block-list">
<li class="">Export SSIS Catalog items from the source SQL Server (SSISDB) into the .scmw file.</li>



<li class="">Copy the .scmw export file to the target server.</li>



<li class="">Import the .scmw file to the target SQL Server (SSISDB).</li>
</ol>



<iframe width="700" height="394" src="https://www.youtube.com/embed/AEGsZb-pb2g" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>



<h2 class="wp-block-heading">What is SSIS Catalog Migration Wizard</h2>



<p class="wp-block-paragraph">SSIS Catalog Migration Wizard helps you migrate the full or part of the SSIS catalog to another SQL server. You can move the SSIS catalog to another server between any version of SQL Server (2012, 2014, 2016, 2017, 2019, 2022, 2025, Azure SSIS integration runtime, or Azure SQL managed instance). Apart from one-time migrations, this tool is designed to help you easily manage day-to-day SSIS catalog activities. <a href="https://azureops.org/articles/ssis-catalog-migration-wizard-pro/" target="_blank" rel="noreferrer noopener">Read more</a>.</p>



<h2 class="wp-block-heading">1. Export SSIS Catalog items from the source SQL Server into the .scmw file.</h2>



<p class="wp-block-paragraph">Launch SSIS Catalog Migration Wizard from your installed location and follow the below simple steps to export multiple SSIS projects from SSISDB in just a few clicks.</p>



<h3 class="wp-block-heading" id="choose-source">Choose Source SSISDB</h3>



<p class="wp-block-paragraph">Choose the SQL Server radio button and then provide the SQL Server instance name. To perform operations on the SSIS catalog, we have to use Windows Authentication, and the user running this should have the<em>&nbsp;ssis_admin</em>&nbsp;role.</p>



<figure class="wp-block-image size-full is-resized"><img data-recalc-dims="1" loading="lazy" decoding="async" width="889" height="746" data-attachment-id="4958" data-permalink="https://azureops.org/articles/export-and-import-ssisdb/select-source-sql-database/" data-orig-file="https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-source-SQL-database.png?fit=889%2C746&amp;ssl=1" data-orig-size="889,746" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Select-source-SQL-database" data-image-description="" data-image-caption="" data-large-file="https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-source-SQL-database.png?fit=889%2C746&amp;ssl=1" src="https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-source-SQL-database.png?resize=889%2C746&#038;ssl=1" alt="Export SSIS Catalog items from SQL Server" class="wp-image-4958" style="width:445px;height:373px" srcset="https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-source-SQL-database.png?w=889&amp;ssl=1 889w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-source-SQL-database.png?resize=450%2C378&amp;ssl=1 450w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-source-SQL-database.png?resize=600%2C503&amp;ssl=1 600w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-source-SQL-database.png?resize=300%2C252&amp;ssl=1 300w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-source-SQL-database.png?resize=739%2C620&amp;ssl=1 739w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-source-SQL-database.png?resize=768%2C644&amp;ssl=1 768w" sizes="(max-width: 889px) 100vw, 889px" /></figure>



<h3 class="wp-block-heading">Choose Target</h3>



<p class="wp-block-paragraph">Choose the SCMW file radio button and then the path of the local windows folder where we need to export the SSSI projects. Click Next.</p>



<figure class="wp-block-image size-full is-resized"><img data-recalc-dims="1" loading="lazy" decoding="async" width="897" height="746" data-attachment-id="4959" data-permalink="https://azureops.org/articles/export-and-import-ssisdb/select-target-scmw-file-path/" data-orig-file="https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-target-scmw-file-path.png?fit=897%2C746&amp;ssl=1" data-orig-size="897,746" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Select-target-scmw-file-path" data-image-description="" data-image-caption="" data-large-file="https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-target-scmw-file-path.png?fit=897%2C746&amp;ssl=1" src="https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-target-scmw-file-path.png?resize=897%2C746&#038;ssl=1" alt="" class="wp-image-4959" style="width:449px;height:373px" srcset="https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-target-scmw-file-path.png?w=897&amp;ssl=1 897w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-target-scmw-file-path.png?resize=450%2C374&amp;ssl=1 450w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-target-scmw-file-path.png?resize=600%2C499&amp;ssl=1 600w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-target-scmw-file-path.png?resize=300%2C249&amp;ssl=1 300w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-target-scmw-file-path.png?resize=745%2C620&amp;ssl=1 745w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-target-scmw-file-path.png?resize=768%2C639&amp;ssl=1 768w" sizes="(max-width: 897px) 100vw, 897px" /></figure>



<h3 class="wp-block-heading">Select the SSIS Catalog item to migrate.</h3>



<p class="wp-block-paragraph">From the source catalog view, select the desired SSIS projects that you need to export. Click Next.</p>



<figure class="wp-block-image size-full is-resized"><img data-recalc-dims="1" loading="lazy" decoding="async" width="900" height="746" data-attachment-id="4960" data-permalink="https://azureops.org/articles/export-and-import-ssisdb/select-source-catalog-objects/" data-orig-file="https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-source-catalog-objects.png?fit=900%2C746&amp;ssl=1" data-orig-size="900,746" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Select-source-catalog-objects" data-image-description="" data-image-caption="" data-large-file="https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-source-catalog-objects.png?fit=900%2C746&amp;ssl=1" src="https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-source-catalog-objects.png?resize=900%2C746&#038;ssl=1" alt="Export and import SSISDB" class="wp-image-4960" style="width:450px;height:373px" srcset="https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-source-catalog-objects.png?w=900&amp;ssl=1 900w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-source-catalog-objects.png?resize=450%2C373&amp;ssl=1 450w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-source-catalog-objects.png?resize=600%2C497&amp;ssl=1 600w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-source-catalog-objects.png?resize=300%2C249&amp;ssl=1 300w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-source-catalog-objects.png?resize=748%2C620&amp;ssl=1 748w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-source-catalog-objects.png?resize=768%2C637&amp;ssl=1 768w" sizes="(max-width: 900px) 100vw, 900px" /></figure>



<p class="wp-block-paragraph">Customize the target folder name and replace environment variable values steps are not applicable; hence click Next to skip these steps.</p>



<h3 class="wp-block-heading">Review your choices and click Finish to export.</h3>



<p class="wp-block-paragraph">Review your choices made in all the above steps. If everything looks ok, click Finish.</p>



<figure class="wp-block-image size-full is-resized"><img data-recalc-dims="1" loading="lazy" decoding="async" width="888" height="747" data-attachment-id="4961" data-permalink="https://azureops.org/articles/export-and-import-ssisdb/review-migration/" data-orig-file="https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Review-migration.png?fit=888%2C747&amp;ssl=1" data-orig-size="888,747" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Review-migration" data-image-description="" data-image-caption="" data-large-file="https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Review-migration.png?fit=888%2C747&amp;ssl=1" src="https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Review-migration.png?resize=888%2C747&#038;ssl=1" alt="" class="wp-image-4961" style="width:444px;height:374px" srcset="https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Review-migration.png?w=888&amp;ssl=1 888w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Review-migration.png?resize=450%2C379&amp;ssl=1 450w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Review-migration.png?resize=600%2C505&amp;ssl=1 600w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Review-migration.png?resize=300%2C252&amp;ssl=1 300w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Review-migration.png?resize=737%2C620&amp;ssl=1 737w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Review-migration.png?resize=768%2C646&amp;ssl=1 768w" sizes="(max-width: 888px) 100vw, 888px" /></figure>



<h2 class="wp-block-heading">2. Copy the .scmw export file to the target server.</h2>



<p class="wp-block-paragraph">Copy the .scmw export file to the target server or computer where you have access to the target SQL server (SSISDB).&nbsp;</p>



<h2 class="wp-block-heading">3. Import the .scmw file to the target SQL Server.</h2>



<p class="wp-block-paragraph">Launch SSIS Catalog Migration Wizard from your installed location and follow the below simple steps to import the .scmw file to the target SQL server (SSISDB).</p>



<h3 class="wp-block-heading" id="choose-source">Choose Source (scmw file)</h3>



<p class="wp-block-paragraph">Select the Source as scmw type and browse the export file using the file browser you have exported in step1.&nbsp;</p>



<figure class="wp-block-image size-full is-resized"><img data-recalc-dims="1" loading="lazy" decoding="async" width="894" height="749" data-attachment-id="4962" data-permalink="https://azureops.org/articles/export-and-import-ssisdb/select-scmw-source/" data-orig-file="https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-SCMW-source.png?fit=894%2C749&amp;ssl=1" data-orig-size="894,749" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Select-SCMW-source" data-image-description="" data-image-caption="" data-large-file="https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-SCMW-source.png?fit=894%2C749&amp;ssl=1" src="https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-SCMW-source.png?resize=894%2C749&#038;ssl=1" alt="Import SSIS Catalog items from SQL Server" class="wp-image-4962" style="width:447px;height:375px" srcset="https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-SCMW-source.png?w=894&amp;ssl=1 894w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-SCMW-source.png?resize=450%2C377&amp;ssl=1 450w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-SCMW-source.png?resize=600%2C503&amp;ssl=1 600w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-SCMW-source.png?resize=300%2C251&amp;ssl=1 300w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-SCMW-source.png?resize=740%2C620&amp;ssl=1 740w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-SCMW-source.png?resize=768%2C643&amp;ssl=1 768w" sizes="(max-width: 894px) 100vw, 894px" /></figure>



<h3 class="wp-block-heading">Choose target</h3>



<p class="wp-block-paragraph">Choose the target SQL server to import the scmw file and click Next.</p>



<figure class="wp-block-image size-full is-resized"><img data-recalc-dims="1" loading="lazy" decoding="async" width="894" height="750" data-attachment-id="4963" data-permalink="https://azureops.org/articles/export-and-import-ssisdb/select-target-sql-server/" data-orig-file="https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-target-SQL-server.png?fit=894%2C750&amp;ssl=1" data-orig-size="894,750" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Select-target-SQL-server" data-image-description="" data-image-caption="" data-large-file="https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-target-SQL-server.png?fit=894%2C750&amp;ssl=1" src="https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-target-SQL-server.png?resize=894%2C750&#038;ssl=1" alt="" class="wp-image-4963" style="width:447px;height:375px" srcset="https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-target-SQL-server.png?w=894&amp;ssl=1 894w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-target-SQL-server.png?resize=450%2C378&amp;ssl=1 450w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-target-SQL-server.png?resize=600%2C503&amp;ssl=1 600w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-target-SQL-server.png?resize=300%2C252&amp;ssl=1 300w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-target-SQL-server.png?resize=739%2C620&amp;ssl=1 739w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-target-SQL-server.png?resize=768%2C644&amp;ssl=1 768w" sizes="(max-width: 894px) 100vw, 894px" /></figure>



<h3 class="wp-block-heading">Select the SSIS Catalog item to migrate.</h3>



<p class="wp-block-paragraph">From the source catalog view, select the desired SSIS projects that you need to export. Click Next.</p>



<figure class="wp-block-image size-full is-resized"><img data-recalc-dims="1" loading="lazy" decoding="async" width="891" height="743" data-attachment-id="4964" data-permalink="https://azureops.org/articles/export-and-import-ssisdb/imageedit_15_7646149915/" data-orig-file="https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/imageedit_15_7646149915.png?fit=891%2C743&amp;ssl=1" data-orig-size="891,743" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="imageedit_15_7646149915" data-image-description="" data-image-caption="" data-large-file="https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/imageedit_15_7646149915.png?fit=891%2C743&amp;ssl=1" src="https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/imageedit_15_7646149915.png?resize=891%2C743&#038;ssl=1" alt="" class="wp-image-4964" style="width:446px;height:372px" srcset="https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/imageedit_15_7646149915.png?w=891&amp;ssl=1 891w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/imageedit_15_7646149915.png?resize=450%2C375&amp;ssl=1 450w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/imageedit_15_7646149915.png?resize=600%2C500&amp;ssl=1 600w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/imageedit_15_7646149915.png?resize=300%2C250&amp;ssl=1 300w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/imageedit_15_7646149915.png?resize=743%2C620&amp;ssl=1 743w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/imageedit_15_7646149915.png?resize=768%2C640&amp;ssl=1 768w" sizes="(max-width: 891px) 100vw, 891px" /></figure>



<h3 class="wp-block-heading">Replace environment variable and parameter values.</h3>



<p class="wp-block-paragraph">Configure the key-value pairs you want to replace in the environment variable and parameter values. Suggest button will list suggestions for replacing values based on the selected Replace Scope. Click on the&nbsp;<em>Ref</em> column to view the affected environment variables and parameters, as shown in the image below.</p>



<figure class="wp-block-image size-full is-resized"><img data-recalc-dims="1" loading="lazy" decoding="async" width="887" height="744" data-attachment-id="4965" data-permalink="https://azureops.org/articles/export-and-import-ssisdb/imageedit_19_9953724496/" data-orig-file="https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/imageedit_19_9953724496.png?fit=887%2C744&amp;ssl=1" data-orig-size="887,744" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="imageedit_19_9953724496" data-image-description="" data-image-caption="" data-large-file="https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/imageedit_19_9953724496.png?fit=887%2C744&amp;ssl=1" src="https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/imageedit_19_9953724496.png?resize=887%2C744&#038;ssl=1" alt="" class="wp-image-4965" style="width:444px;height:372px" srcset="https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/imageedit_19_9953724496.png?w=887&amp;ssl=1 887w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/imageedit_19_9953724496.png?resize=450%2C377&amp;ssl=1 450w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/imageedit_19_9953724496.png?resize=600%2C503&amp;ssl=1 600w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/imageedit_19_9953724496.png?resize=300%2C252&amp;ssl=1 300w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/imageedit_19_9953724496.png?resize=739%2C620&amp;ssl=1 739w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/imageedit_19_9953724496.png?resize=768%2C644&amp;ssl=1 768w" sizes="(max-width: 887px) 100vw, 887px" /></figure>



<h3 class="wp-block-heading">Review your choices and click Finish to export.</h3>



<figure class="wp-block-image size-full is-resized"><img data-recalc-dims="1" loading="lazy" decoding="async" width="888" height="747" data-attachment-id="4961" data-permalink="https://azureops.org/articles/export-and-import-ssisdb/review-migration/" data-orig-file="https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Review-migration.png?fit=888%2C747&amp;ssl=1" data-orig-size="888,747" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Review-migration" data-image-description="" data-image-caption="" data-large-file="https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Review-migration.png?fit=888%2C747&amp;ssl=1" src="https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Review-migration.png?resize=888%2C747&#038;ssl=1" alt="" class="wp-image-4961" style="width:444px;height:374px" srcset="https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Review-migration.png?w=888&amp;ssl=1 888w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Review-migration.png?resize=450%2C379&amp;ssl=1 450w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Review-migration.png?resize=600%2C505&amp;ssl=1 600w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Review-migration.png?resize=300%2C252&amp;ssl=1 300w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Review-migration.png?resize=737%2C620&amp;ssl=1 737w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Review-migration.png?resize=768%2C646&amp;ssl=1 768w" sizes="(max-width: 888px) 100vw, 888px" /></figure>



<p class="wp-block-paragraph">We have seen how to export and import SSIS Catalog in just a few clicks using SSIS Catalog Migration Wizard. </p>



<h2 class="wp-block-heading" id="how-to-install">Installation</h2>



<p class="wp-block-paragraph">SSIS Catalog Migration Wizard can be installed as an extension to:</p>



<p class="wp-block-paragraph">1.&nbsp;<a href="https://marketplace.visualstudio.com/items?itemName=AzureOps.ssiscatalogerpro&amp;ssr=false#overview" target="_blank" rel="noreferrer noopener">Visual Studio 2017</a>,&nbsp;<a href="https://marketplace.visualstudio.com/items?itemName=AzureOps.ssiscatalogerpro&amp;ssr=false#overview" target="_blank" rel="noreferrer noopener">Visual Studio 2019</a>,&nbsp;<a href="https://marketplace.visualstudio.com/items?itemName=AzureOps.SSISCataloger2022" target="_blank" rel="noreferrer noopener">Visual Studio 2022</a> &amp; &nbsp;<a href="https://marketplace.visualstudio.com/items?itemName=AzureOps.SSISCataloger2022">Visual Studio 2026</a>.<br>2. SSMS 18, 19, 20, 21.<br>3. Standalone tool.</p>



<p class="wp-block-paragraph">More details are available in this&nbsp;<a href="https://youtu.be/VcYksuavI54" target="_blank" rel="noreferrer noopener">tutorial</a>.</p>



<p class="has-background wp-block-paragraph" style="background-color:#bcefca"><strong>Pro tips:</strong><br>1. If you need to delete SSIS Catalog items in bulk, then select the items you want to delete from source SQL Server. Select target as scmw file and use Migration type as &#8216;move&#8217;. This will export selected catalog items into .scmw file and also delete them from source SQL Server SSISDB.<br>2. <a href="https://azureops.org/articles/copy-ssis-environment-variables-to-another-server/" target="_blank" rel="noreferrer noopener">Learn </a>how to copy SSIS environment from one SQL Server to another in just a few clicks.</p>

    <div class="xs_social_share_widget xs_share_url after_content 		main_content  wslu-style-1 wslu-share-box-shaped wslu-fill-colored wslu-none wslu-share-horizontal wslu-theme-font-no wslu-main_content">

		
        <ul>
			        </ul>
    </div> 
<p>The post <a href="https://azureops.org/articles/export-and-import-ssisdb/">Export and import SSISDB in just a few clicks</a> appeared first on <a href="https://azureops.org">AzureOps</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4956</post-id>	</item>
		<item>
		<title>Step-by-Step Guide : SSISDB Migration to a New Server</title>
		<link>https://azureops.org/articles/migrate-ssisdb-to-a-new-server/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 02 Feb 2023 22:52:07 +0000</pubDate>
				<category><![CDATA[Microsoft BI]]></category>
		<category><![CDATA[SSIS]]></category>
		<category><![CDATA[migrate ssisdb from 2012 to 2019]]></category>
		<category><![CDATA[migrate ssisdb from 2016 to 2019]]></category>
		<category><![CDATA[SSIS Catalog Migration]]></category>
		<guid isPermaLink="false">https://azureops.org/?p=4871</guid>

					<description><![CDATA[<p>SQL Server Integration Services (SSIS) is a powerful data integration tool that allows you to automate complex data migration and transformation tasks. In simple steps, this guide will show you how to migrate the SSISDB catalog from one server to another.</p>
<p>The post <a href="https://azureops.org/articles/migrate-ssisdb-to-a-new-server/">Step-by-Step Guide : SSISDB Migration to a New Server</a> appeared first on <a href="https://azureops.org">AzureOps</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">SQL Server Integration Services (SSIS) is a powerful data integration tool that allows you to automate complex data migration and transformation tasks. In simple steps, this guide will show you how to migrate the SSISDB catalog from one server to another using SSIS Catalog Migration Wizard.</p>



<h2 class="wp-block-heading">What is SSIS Catalog Migration Wizard?</h2>



<p class="wp-block-paragraph">SSIS Catalog Migration Wizard helps in SSISDB migration to another SQL server. You can move the SSIS catalog to another server between any version of SQL Server (2012, 2014, 2016, 2017, 2019, 2022, 2025, Azure SSIS integration runtime, or Azure SQL managed instance). Apart from one-time migrations, this tool is designed to help you easily manage day-to-day SSIS catalog activities<a href="https://azureops.org/articles/ssis-catalog-migration-wizard-pro/">read more</a>.</p>



<iframe width="700" height="394" src="https://www.youtube.com/embed/t2h6xNVFQkc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>



<div class="wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex">
<div class="is-style-fill wp-block-button"><a class="wp-block-button__link has-white-color has-blush-light-purple-gradient-background has-text-color has-background has-link-color wp-element-button" href="https://azureops.org/product/ssis-catalog-migration-wizard-pro/" target="_blank" rel="noreferrer noopener">Download Now</a></div>
</div>



<p class="wp-block-paragraph">To start, launch the wizard from your preferred location.</p>



<h3 class="wp-block-heading" id="choose-source">Choose Source</h3>



<p class="wp-block-paragraph">Choose the SQL Server radio button and then provide the SQL Server instance name. To perform operations on the SSIS catalog, we have to use Windows Authentication, and the user running this should have the<em>&nbsp;ssis_admin</em>&nbsp;role.</p>



<figure class="wp-block-image size-full is-resized"><img data-recalc-dims="1" loading="lazy" decoding="async" width="889" height="746" data-attachment-id="4958" data-permalink="https://azureops.org/articles/export-and-import-ssisdb/select-source-sql-database/" data-orig-file="https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-source-SQL-database.png?fit=889%2C746&amp;ssl=1" data-orig-size="889,746" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Select-source-SQL-database" data-image-description="" data-image-caption="" data-large-file="https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-source-SQL-database.png?fit=889%2C746&amp;ssl=1" src="https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-source-SQL-database.png?resize=889%2C746&#038;ssl=1" alt="SSISDB migration" class="wp-image-4958" style="width:445px;height:373px" srcset="https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-source-SQL-database.png?w=889&amp;ssl=1 889w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-source-SQL-database.png?resize=450%2C378&amp;ssl=1 450w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-source-SQL-database.png?resize=600%2C503&amp;ssl=1 600w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-source-SQL-database.png?resize=300%2C252&amp;ssl=1 300w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-source-SQL-database.png?resize=739%2C620&amp;ssl=1 739w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-source-SQL-database.png?resize=768%2C644&amp;ssl=1 768w" sizes="(max-width: 889px) 100vw, 889px" /></figure>



<h3 class="wp-block-heading" id="choose-target">Choose Target</h3>



<p class="wp-block-paragraph">Choose the SQLServer radio button as shown in the below image. Provide the target SQL Server host name. </p>



<figure class="wp-block-image size-full is-resized"><img data-recalc-dims="1" loading="lazy" decoding="async" width="894" height="750" data-attachment-id="4963" data-permalink="https://azureops.org/articles/export-and-import-ssisdb/select-target-sql-server/" data-orig-file="https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-target-SQL-server.png?fit=894%2C750&amp;ssl=1" data-orig-size="894,750" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Select-target-SQL-server" data-image-description="" data-image-caption="" data-large-file="https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-target-SQL-server.png?fit=894%2C750&amp;ssl=1" src="https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-target-SQL-server.png?resize=894%2C750&#038;ssl=1" alt="" class="wp-image-4963" style="width:447px;height:375px" srcset="https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-target-SQL-server.png?w=894&amp;ssl=1 894w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-target-SQL-server.png?resize=450%2C378&amp;ssl=1 450w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-target-SQL-server.png?resize=600%2C503&amp;ssl=1 600w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-target-SQL-server.png?resize=300%2C252&amp;ssl=1 300w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-target-SQL-server.png?resize=739%2C620&amp;ssl=1 739w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Select-target-SQL-server.png?resize=768%2C644&amp;ssl=1 768w" sizes="(max-width: 894px) 100vw, 894px" /></figure>



<h3 class="wp-block-heading">Select SSISDB Catalog Items to Migrate</h3>



<p class="wp-block-paragraph">Choose the catalog items from the treeview that you wish to migrate.</p>



<figure class="wp-block-image size-full is-resized"><img data-recalc-dims="1" loading="lazy" decoding="async" width="900" height="746" data-attachment-id="5199" data-permalink="https://azureops.org/articles/migrate-ssisdb-to-a-new-server/select-source-catalog-objects-2/" data-orig-file="https://i0.wp.com/azureops.org/wp-content/uploads/2023/03/Select-source-catalog-objects.png?fit=900%2C746&amp;ssl=1" data-orig-size="900,746" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Select-source-catalog-objects" data-image-description="" data-image-caption="" data-large-file="https://i0.wp.com/azureops.org/wp-content/uploads/2023/03/Select-source-catalog-objects.png?fit=900%2C746&amp;ssl=1" src="https://i0.wp.com/azureops.org/wp-content/uploads/2023/03/Select-source-catalog-objects.png?resize=900%2C746&#038;ssl=1" alt="" class="wp-image-5199" style="width:450px;height:373px" srcset="https://i0.wp.com/azureops.org/wp-content/uploads/2023/03/Select-source-catalog-objects.png?w=900&amp;ssl=1 900w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/03/Select-source-catalog-objects.png?resize=450%2C373&amp;ssl=1 450w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/03/Select-source-catalog-objects.png?resize=600%2C497&amp;ssl=1 600w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/03/Select-source-catalog-objects.png?resize=300%2C249&amp;ssl=1 300w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/03/Select-source-catalog-objects.png?resize=748%2C620&amp;ssl=1 748w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/03/Select-source-catalog-objects.png?resize=768%2C637&amp;ssl=1 768w" sizes="(max-width: 900px) 100vw, 900px" /></figure>



<h3 class="wp-block-heading">Replace your environment variable values.</h3>



<p class="wp-block-paragraph">Configure the key-value pairs you want to replace in the environment variable and parameter values. Suggest button will list suggestions for replacing values based on the selected&nbsp;<em>Replace Scope</em>. Click on the&nbsp;<em>Ref</em>&nbsp;column to view the affected environment variables and parameters, as shown in the image below. Refer to the <a href="https://ssiscataloger.azureops.org/getting-started/#replace-environment-variable-and-parameter-values" target="_blank" rel="noreferrer noopener">documentation</a> for more details.</p>



<figure class="wp-block-image size-full is-resized"><img data-recalc-dims="1" loading="lazy" decoding="async" width="887" height="744" data-attachment-id="4965" data-permalink="https://azureops.org/articles/export-and-import-ssisdb/imageedit_19_9953724496/" data-orig-file="https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/imageedit_19_9953724496.png?fit=887%2C744&amp;ssl=1" data-orig-size="887,744" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="imageedit_19_9953724496" data-image-description="" data-image-caption="" data-large-file="https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/imageedit_19_9953724496.png?fit=887%2C744&amp;ssl=1" src="https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/imageedit_19_9953724496.png?resize=887%2C744&#038;ssl=1" alt="" class="wp-image-4965" style="width:444px;height:372px" srcset="https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/imageedit_19_9953724496.png?w=887&amp;ssl=1 887w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/imageedit_19_9953724496.png?resize=450%2C377&amp;ssl=1 450w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/imageedit_19_9953724496.png?resize=600%2C503&amp;ssl=1 600w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/imageedit_19_9953724496.png?resize=300%2C252&amp;ssl=1 300w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/imageedit_19_9953724496.png?resize=739%2C620&amp;ssl=1 739w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/imageedit_19_9953724496.png?resize=768%2C644&amp;ssl=1 768w" sizes="(max-width: 887px) 100vw, 887px" /></figure>



<h3 class="wp-block-heading">Complete the Wizard</h3>



<p class="wp-block-paragraph">In the end, you can view the summary based on your selections. Review the deployment summary. And if everything looks ok, click Finish.</p>



<figure class="wp-block-image size-full is-resized"><img data-recalc-dims="1" loading="lazy" decoding="async" width="888" height="747" data-attachment-id="4961" data-permalink="https://azureops.org/articles/export-and-import-ssisdb/review-migration/" data-orig-file="https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Review-migration.png?fit=888%2C747&amp;ssl=1" data-orig-size="888,747" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Review-migration" data-image-description="" data-image-caption="" data-large-file="https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Review-migration.png?fit=888%2C747&amp;ssl=1" src="https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Review-migration.png?resize=888%2C747&#038;ssl=1" alt="" class="wp-image-4961" style="width:444px;height:374px" srcset="https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Review-migration.png?w=888&amp;ssl=1 888w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Review-migration.png?resize=450%2C379&amp;ssl=1 450w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Review-migration.png?resize=600%2C505&amp;ssl=1 600w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Review-migration.png?resize=300%2C252&amp;ssl=1 300w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Review-migration.png?resize=737%2C620&amp;ssl=1 737w, https://i0.wp.com/azureops.org/wp-content/uploads/2023/02/Review-migration.png?resize=768%2C646&amp;ssl=1 768w" sizes="(max-width: 888px) 100vw, 888px" /></figure>



<p class="wp-block-paragraph">Any warning or error during the migration gets shown next to the respective folder in the Result column tooltip of the grid. The success items are all noted as &#8220;Passed&#8221; in the above image.</p>



<h2 class="wp-block-heading" id="how-to-install">Installation</h2>



<p class="wp-block-paragraph">SSIS Catalog Migration Wizard can be installed as an extension to:</p>



<p class="wp-block-paragraph">1. <a href="https://marketplace.visualstudio.com/items?itemName=AzureOps.ssiscatalogerpro&amp;ssr=false#overview" target="_blank" rel="noreferrer noopener">Visual Studio 2017</a>, <a href="https://marketplace.visualstudio.com/items?itemName=AzureOps.ssiscatalogerpro&amp;ssr=false#overview" target="_blank" rel="noreferrer noopener">Visual Studio 2019</a>, <a href="https://marketplace.visualstudio.com/items?itemName=AzureOps.SSISCataloger2022" target="_blank" rel="noreferrer noopener">Visual Studio 2022</a> &amp; <a href="https://marketplace.visualstudio.com/items?itemName=AzureOps.SSISCataloger2022">Visual Studio 2026</a>.<br>2. SSMS 18, 19, 20, 21.<br>3. Standalone tool.</p>



<p class="wp-block-paragraph">More details are available in this&nbsp;<a href="https://youtu.be/VcYksuavI54" target="_blank" rel="noreferrer noopener">tutorial</a>.</p>



<p class="has-background wp-block-paragraph" style="background-color:#bcefda"><strong>Pro tips</strong>:<br>1. <a href="https://azureops.org/articles/open-ssis-package-from-ispac-file/" target="_blank" rel="noreferrer noopener">This</a> article describes how to Open SSIS Packages from ispac file.<br>2. Restoring SSISDB to another server can be problematic as the SSISDB database design differs in higher versions of SSISDB (Integration services catalog). If you want to create a new SSIS Catalog, follow this <a href="https://azureops.org/articles/create-ssis-catalog/" target="_blank" rel="noreferrer noopener">article</a>.</p>

    <div class="xs_social_share_widget xs_share_url after_content 		main_content  wslu-style-1 wslu-share-box-shaped wslu-fill-colored wslu-none wslu-share-horizontal wslu-theme-font-no wslu-main_content">

		
        <ul>
			        </ul>
    </div> 
<p>The post <a href="https://azureops.org/articles/migrate-ssisdb-to-a-new-server/">Step-by-Step Guide : SSISDB Migration to a New Server</a> appeared first on <a href="https://azureops.org">AzureOps</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4871</post-id>	</item>
		<item>
		<title>Export SSIS project from SQL Server</title>
		<link>https://azureops.org/articles/export-ssis-project-from-sql-server/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 23 Oct 2022 10:55:55 +0000</pubDate>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SSIS]]></category>
		<guid isPermaLink="false">https://azureops.org/?p=3954</guid>

					<description><![CDATA[<p> In this article, I will describe how to export SSIS projects from SQL Server in bulk using SSIS Catalog Migration Wizard in just a few clicks.</p>
<p>The post <a href="https://azureops.org/articles/export-ssis-project-from-sql-server/">Export SSIS project from SQL Server</a> appeared first on <a href="https://azureops.org">AzureOps</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">From SQL Server 2012 onwards, Microsoft introduced a new deployment model in SSIS called the project deployment model. This new model has many benefits in managing SSIS project deployments, executions, and configurations. Every new version of SQL Server also upgrades the SSIS Catalog with new features. In this article, I will describe how to export SSIS projects from SQL Server in bulk using SSIS Catalog Migration Wizard in just a few clicks.</p>



<h2 class="wp-block-heading">What is SSIS Catalog Migration Wizard</h2>



<p class="wp-block-paragraph">SSIS Catalog Migration Wizard helps you migrate the full or part of the SSIS catalog to another SQL server. You can move the SSIS catalog to another server between any version of SQL Server (2012, 2014, 2016, 2017, 2019, 2022(preview), Azure SSIS integration runtime, or Azure SQL managed instance). Apart from one-time migrations, this tool is designed to help you manage day-to-day SSIS catalog activities with ease&nbsp;<a href="https://azureops.org/articles/ssis-catalog-migration-wizard-pro/" target="_blank" rel="noreferrer noopener">Read more</a>.</p>



<iframe width="700" height="394" src="https://www.youtube.com/embed/AEGsZb-pb2g" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>



<h2 class="wp-block-heading">How to Export SSIS Project from SSISDB in SQL Server</h2>



<p class="wp-block-paragraph">Launch SSIS Catalog Migration Wizard from your installed location and follow the below simple steps to export multiple SSIS projects from SSISDB in just a few clicks.</p>



<h3 class="wp-block-heading" id="choose-source">Choose Source SSISDB</h3>



<p class="wp-block-paragraph">Choose the SQL Server radio button and then provide the SQL Server instance name. To perform operations on the SSIS catalog, we have to use Windows Authentication, and the user running this should have the<em>&nbsp;ssis_admin</em>&nbsp;role.</p>



<figure class="wp-block-image size-full is-resized"><img data-recalc-dims="1" loading="lazy" decoding="async" data-attachment-id="1460" data-permalink="https://azureops.org/?attachment_id=1460" data-orig-file="https://i0.wp.com/azureops.org/wp-content/uploads/2021/10/ChooseSource.png?fit=900%2C750&amp;ssl=1" data-orig-size="900,750" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="ChooseSource" data-image-description="" data-image-caption="" data-large-file="https://i0.wp.com/azureops.org/wp-content/uploads/2021/10/ChooseSource.png?fit=900%2C750&amp;ssl=1" src="https://i0.wp.com/azureops.org/wp-content/uploads/2021/10/ChooseSource.png?resize=450%2C375&#038;ssl=1" alt="" class="wp-image-1460" style="width:450px;height:375px" width="450" height="375" srcset="https://i0.wp.com/azureops.org/wp-content/uploads/2021/10/ChooseSource.png?w=900&amp;ssl=1 900w, https://i0.wp.com/azureops.org/wp-content/uploads/2021/10/ChooseSource.png?resize=450%2C375&amp;ssl=1 450w, https://i0.wp.com/azureops.org/wp-content/uploads/2021/10/ChooseSource.png?resize=600%2C500&amp;ssl=1 600w, https://i0.wp.com/azureops.org/wp-content/uploads/2021/10/ChooseSource.png?resize=300%2C250&amp;ssl=1 300w, https://i0.wp.com/azureops.org/wp-content/uploads/2021/10/ChooseSource.png?resize=744%2C620&amp;ssl=1 744w, https://i0.wp.com/azureops.org/wp-content/uploads/2021/10/ChooseSource.png?resize=768%2C640&amp;ssl=1 768w" sizes="(max-width: 450px) 100vw, 450px" /></figure>



<h3 class="wp-block-heading" id="choose-target">Choose Target</h3>



<p class="wp-block-paragraph">Choose the SCMW file radio button and then the path of the local Windows folder where we need to export the SSSI projects. Click Next.</p>



<figure class="wp-block-image size-full is-resized"><img data-recalc-dims="1" loading="lazy" decoding="async" data-attachment-id="3961" data-permalink="https://azureops.org/articles/export-ssis-project-from-sql-server/export-ssis-catalog-select-target/" data-orig-file="https://i0.wp.com/azureops.org/wp-content/uploads/2022/10/Export-SSIS-Catalog-Select-target.png?fit=872%2C750&amp;ssl=1" data-orig-size="872,750" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Export-SSIS-Catalog-Select-target" data-image-description="" data-image-caption="" data-large-file="https://i0.wp.com/azureops.org/wp-content/uploads/2022/10/Export-SSIS-Catalog-Select-target.png?fit=872%2C750&amp;ssl=1" src="https://i0.wp.com/azureops.org/wp-content/uploads/2022/10/Export-SSIS-Catalog-Select-target.png?resize=436%2C375&#038;ssl=1" alt="Export SSIS project from SQL Server" class="wp-image-3961" style="width:436px;height:375px" width="436" height="375" srcset="https://i0.wp.com/azureops.org/wp-content/uploads/2022/10/Export-SSIS-Catalog-Select-target.png?w=872&amp;ssl=1 872w, https://i0.wp.com/azureops.org/wp-content/uploads/2022/10/Export-SSIS-Catalog-Select-target.png?resize=450%2C387&amp;ssl=1 450w, https://i0.wp.com/azureops.org/wp-content/uploads/2022/10/Export-SSIS-Catalog-Select-target.png?resize=600%2C516&amp;ssl=1 600w, https://i0.wp.com/azureops.org/wp-content/uploads/2022/10/Export-SSIS-Catalog-Select-target.png?resize=300%2C258&amp;ssl=1 300w, https://i0.wp.com/azureops.org/wp-content/uploads/2022/10/Export-SSIS-Catalog-Select-target.png?resize=721%2C620&amp;ssl=1 721w, https://i0.wp.com/azureops.org/wp-content/uploads/2022/10/Export-SSIS-Catalog-Select-target.png?resize=768%2C661&amp;ssl=1 768w" sizes="(max-width: 436px) 100vw, 436px" /></figure>



<h3 class="wp-block-heading">Select SSIS Catalog items to migrate</h3>



<p class="wp-block-paragraph">From the source catalog view, select the desired SSIS projects that you need to export. Click Next.</p>



<figure class="wp-block-image size-full is-resized"><img data-recalc-dims="1" loading="lazy" decoding="async" data-attachment-id="3962" data-permalink="https://azureops.org/articles/export-ssis-project-from-sql-server/select-ssis-projects-to-export-from-ssisdb/" data-orig-file="https://i0.wp.com/azureops.org/wp-content/uploads/2022/10/Select-SSIS-projects-to-export-from-SSISDB.png?fit=894%2C750&amp;ssl=1" data-orig-size="894,750" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Select-SSIS-projects-to-export-from-SSISDB" data-image-description="" data-image-caption="" data-large-file="https://i0.wp.com/azureops.org/wp-content/uploads/2022/10/Select-SSIS-projects-to-export-from-SSISDB.png?fit=894%2C750&amp;ssl=1" src="https://i0.wp.com/azureops.org/wp-content/uploads/2022/10/Select-SSIS-projects-to-export-from-SSISDB.png?resize=447%2C375&#038;ssl=1" alt="Export SSIS project from SQL Server" class="wp-image-3962" style="width:447px;height:375px" width="447" height="375" srcset="https://i0.wp.com/azureops.org/wp-content/uploads/2022/10/Select-SSIS-projects-to-export-from-SSISDB.png?w=894&amp;ssl=1 894w, https://i0.wp.com/azureops.org/wp-content/uploads/2022/10/Select-SSIS-projects-to-export-from-SSISDB.png?resize=450%2C378&amp;ssl=1 450w, https://i0.wp.com/azureops.org/wp-content/uploads/2022/10/Select-SSIS-projects-to-export-from-SSISDB.png?resize=600%2C503&amp;ssl=1 600w, https://i0.wp.com/azureops.org/wp-content/uploads/2022/10/Select-SSIS-projects-to-export-from-SSISDB.png?resize=300%2C252&amp;ssl=1 300w, https://i0.wp.com/azureops.org/wp-content/uploads/2022/10/Select-SSIS-projects-to-export-from-SSISDB.png?resize=739%2C620&amp;ssl=1 739w, https://i0.wp.com/azureops.org/wp-content/uploads/2022/10/Select-SSIS-projects-to-export-from-SSISDB.png?resize=768%2C644&amp;ssl=1 768w" sizes="(max-width: 447px) 100vw, 447px" /></figure>



<p class="wp-block-paragraph">Customize the target folder name and replace environment variable values steps are not applicable; hence click Next to skip these steps.</p>



<h3 class="wp-block-heading">Review your choices</h3>



<p class="wp-block-paragraph">Review your choices made in all the above steps. If everything looks ok, click Finish.</p>



<figure class="wp-block-image size-full is-resized"><img data-recalc-dims="1" loading="lazy" decoding="async" data-attachment-id="3963" data-permalink="https://azureops.org/articles/export-ssis-project-from-sql-server/scmw-review-choices-made-in-the-wizard/" data-orig-file="https://i0.wp.com/azureops.org/wp-content/uploads/2022/10/SCMW-review-choices-made-in-the-wizard.png?fit=900%2C750&amp;ssl=1" data-orig-size="900,750" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="SCMW-review-choices-made-in-the-wizard" data-image-description="" data-image-caption="" data-large-file="https://i0.wp.com/azureops.org/wp-content/uploads/2022/10/SCMW-review-choices-made-in-the-wizard.png?fit=900%2C750&amp;ssl=1" src="https://i0.wp.com/azureops.org/wp-content/uploads/2022/10/SCMW-review-choices-made-in-the-wizard.png?resize=450%2C375&#038;ssl=1" alt="" class="wp-image-3963" style="width:450px;height:375px" width="450" height="375" srcset="https://i0.wp.com/azureops.org/wp-content/uploads/2022/10/SCMW-review-choices-made-in-the-wizard.png?w=900&amp;ssl=1 900w, https://i0.wp.com/azureops.org/wp-content/uploads/2022/10/SCMW-review-choices-made-in-the-wizard.png?resize=450%2C375&amp;ssl=1 450w, https://i0.wp.com/azureops.org/wp-content/uploads/2022/10/SCMW-review-choices-made-in-the-wizard.png?resize=600%2C500&amp;ssl=1 600w, https://i0.wp.com/azureops.org/wp-content/uploads/2022/10/SCMW-review-choices-made-in-the-wizard.png?resize=300%2C250&amp;ssl=1 300w, https://i0.wp.com/azureops.org/wp-content/uploads/2022/10/SCMW-review-choices-made-in-the-wizard.png?resize=744%2C620&amp;ssl=1 744w, https://i0.wp.com/azureops.org/wp-content/uploads/2022/10/SCMW-review-choices-made-in-the-wizard.png?resize=768%2C640&amp;ssl=1 768w" sizes="(max-width: 450px) 100vw, 450px" /></figure>



<h3 class="wp-block-heading">Monitor the progress</h3>



<p class="wp-block-paragraph">Monitor the progress. If there is no error or warning, you should be able to see the export file on the selected target folder.</p>



<figure class="wp-block-image size-full is-resized"><img data-recalc-dims="1" loading="lazy" decoding="async" data-attachment-id="3964" data-permalink="https://azureops.org/articles/export-ssis-project-from-sql-server/scmw-finish-the-export/" data-orig-file="https://i0.wp.com/azureops.org/wp-content/uploads/2022/10/SCMW-finish-the-export.png?fit=888%2C753&amp;ssl=1" data-orig-size="888,753" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="SCMW-finish-the-export" data-image-description="" data-image-caption="" data-large-file="https://i0.wp.com/azureops.org/wp-content/uploads/2022/10/SCMW-finish-the-export.png?fit=888%2C753&amp;ssl=1" src="https://i0.wp.com/azureops.org/wp-content/uploads/2022/10/SCMW-finish-the-export.png?resize=444%2C377&#038;ssl=1" alt="" class="wp-image-3964" style="width:444px;height:377px" width="444" height="377" srcset="https://i0.wp.com/azureops.org/wp-content/uploads/2022/10/SCMW-finish-the-export.png?w=888&amp;ssl=1 888w, https://i0.wp.com/azureops.org/wp-content/uploads/2022/10/SCMW-finish-the-export.png?resize=450%2C382&amp;ssl=1 450w, https://i0.wp.com/azureops.org/wp-content/uploads/2022/10/SCMW-finish-the-export.png?resize=600%2C509&amp;ssl=1 600w, https://i0.wp.com/azureops.org/wp-content/uploads/2022/10/SCMW-finish-the-export.png?resize=300%2C254&amp;ssl=1 300w, https://i0.wp.com/azureops.org/wp-content/uploads/2022/10/SCMW-finish-the-export.png?resize=731%2C620&amp;ssl=1 731w, https://i0.wp.com/azureops.org/wp-content/uploads/2022/10/SCMW-finish-the-export.png?resize=768%2C651&amp;ssl=1 768w" sizes="(max-width: 444px) 100vw, 444px" /></figure>



<h3 class="wp-block-heading">Extract the .scmw export file to get the exported SSIS projects</h3>



<figure class="wp-block-image size-full is-resized"><img data-recalc-dims="1" loading="lazy" decoding="async" data-attachment-id="3965" data-permalink="https://azureops.org/articles/export-ssis-project-from-sql-server/unzip-export-scmw-file/" data-orig-file="https://i0.wp.com/azureops.org/wp-content/uploads/2022/10/Unzip-export-scmw-file.gif?fit=1200%2C633&amp;ssl=1" data-orig-size="1200,633" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Unzip-export-scmw-file" data-image-description="" data-image-caption="" data-large-file="https://i0.wp.com/azureops.org/wp-content/uploads/2022/10/Unzip-export-scmw-file.gif?fit=1200%2C633&amp;ssl=1" src="https://i0.wp.com/azureops.org/wp-content/uploads/2022/10/Unzip-export-scmw-file.gif?resize=600%2C317&#038;ssl=1" alt="Export SSIS project from SQL Server" class="wp-image-3965" style="width:600px;height:317px" width="600" height="317"/></figure>



<h3 class="wp-block-heading wp-embed-aspect-16-9 wp-has-aspect-ratio">Automation</h3>



<p class="wp-block-paragraph">If you want to automate the export SSIS project from SQL Server, use SSIS Catalog Migration Wizard command-line utility. You can run the below command from the command prompt or schedule it in any scheduler. Read more about it <a href="https://azureops.org/articles/ssis-catalog-migration-wizard-pro/" target="_blank" rel="noreferrer noopener">here</a>.</p>


<div class="wp-block-syntaxhighlighter-code "><pre class="brush: bash; gutter: false; title: ; notranslate">
&quot;C:\program files (x86)\microsoft sql server management studio 18\common7\ide\extensions\ssis cataloger\SSIS.Cataloger.Pro.exe&quot; /st:0 /ssn:LAPTOP-R9A0KU50 /tt:2 /scmwfp:&quot;D:\SCMW exports\LAPTOP-R9A0KU50_2022-10-23_04-42-17.scmw&quot;
</pre></div>


<p class="wp-block-paragraph">We have seen how to Export SSIS project from SQL Server in bulk using SSIS Catalog Migration Wizard.</p>



<h2 class="wp-block-heading" id="how-to-install">Installation</h2>



<p class="wp-block-paragraph">SSIS Catalog Migration Wizard can be installed as an extension to:</p>



<p class="wp-block-paragraph">1.&nbsp;<a href="https://marketplace.visualstudio.com/items?itemName=AzureOps.ssiscatalogerpro&amp;ssr=false#overview" target="_blank" rel="noreferrer noopener">Visual Studio 2017</a>,&nbsp;<a href="https://marketplace.visualstudio.com/items?itemName=AzureOps.ssiscatalogerpro&amp;ssr=false#overview" target="_blank" rel="noreferrer noopener">Visual Studio 2019</a>&nbsp;&amp;&nbsp;<a href="https://marketplace.visualstudio.com/items?itemName=AzureOps.SSISCataloger2022" target="_blank" rel="noreferrer noopener">Visual Studio 2022</a>.<br>2. SSMS 18, SSMS 19.<br>3. Standalone tool.</p>



<p class="wp-block-paragraph">More details are available in this&nbsp;<a href="https://youtu.be/VcYksuavI54" target="_blank" rel="noreferrer noopener">tutorial</a>.</p>



<h2 class="wp-block-heading">Trusted by leading brands worldwide</h2>



<figure class="wp-block-image size-large is-resized"><a href="https://marketplace.visualstudio.com/items?itemName=AzureOps.ssiscatalogerpro&amp;ssr=false#review-details" target="_blank" rel="noreferrer noopener"><img data-recalc-dims="1" loading="lazy" decoding="async" data-attachment-id="5896" data-permalink="https://azureops.org/?attachment_id=5896" data-orig-file="https://i0.wp.com/azureops.org/wp-content/uploads/2021/08/and-100s-of-customers-trust-AzureOps-wordwide-1.jpg?fit=1920%2C474&amp;ssl=1" data-orig-size="1920,474" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="" data-image-description="" data-image-caption="" data-large-file="https://i0.wp.com/azureops.org/wp-content/uploads/2021/08/and-100s-of-customers-trust-AzureOps-wordwide-1.jpg?fit=1200%2C296&amp;ssl=1" src="https://i0.wp.com/azureops.org/wp-content/uploads/2021/08/and-100s-of-customers-trust-AzureOps-wordwide-1.jpg?resize=845%2C208&#038;ssl=1" alt="" class="wp-image-5896" width="845" height="208" srcset="https://i0.wp.com/azureops.org/wp-content/uploads/2021/08/and-100s-of-customers-trust-AzureOps-wordwide-1.jpg?resize=1200%2C296&amp;ssl=1 1200w, https://i0.wp.com/azureops.org/wp-content/uploads/2021/08/and-100s-of-customers-trust-AzureOps-wordwide-1.jpg?resize=450%2C111&amp;ssl=1 450w, https://i0.wp.com/azureops.org/wp-content/uploads/2021/08/and-100s-of-customers-trust-AzureOps-wordwide-1.jpg?resize=600%2C148&amp;ssl=1 600w, https://i0.wp.com/azureops.org/wp-content/uploads/2021/08/and-100s-of-customers-trust-AzureOps-wordwide-1.jpg?resize=300%2C74&amp;ssl=1 300w, https://i0.wp.com/azureops.org/wp-content/uploads/2021/08/and-100s-of-customers-trust-AzureOps-wordwide-1.jpg?resize=768%2C190&amp;ssl=1 768w, https://i0.wp.com/azureops.org/wp-content/uploads/2021/08/and-100s-of-customers-trust-AzureOps-wordwide-1.jpg?resize=1536%2C379&amp;ssl=1 1536w, https://i0.wp.com/azureops.org/wp-content/uploads/2021/08/and-100s-of-customers-trust-AzureOps-wordwide-1.jpg?w=1920&amp;ssl=1 1920w" sizes="(max-width: 845px) 100vw, 845px" /></a></figure>

    <div class="xs_social_share_widget xs_share_url after_content 		main_content  wslu-style-1 wslu-share-box-shaped wslu-fill-colored wslu-none wslu-share-horizontal wslu-theme-font-no wslu-main_content">

		
        <ul>
			        </ul>
    </div> 
<p>The post <a href="https://azureops.org/articles/export-ssis-project-from-sql-server/">Export SSIS project from SQL Server</a> appeared first on <a href="https://azureops.org">AzureOps</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3954</post-id>	</item>
		<item>
		<title>Copy SSIS Environment variables to another server</title>
		<link>https://azureops.org/articles/copy-ssis-environment-variables-to-another-server/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 04 Sep 2022 07:35:37 +0000</pubDate>
				<category><![CDATA[Microsoft BI]]></category>
		<category><![CDATA[SSIS]]></category>
		<category><![CDATA[SSIS Catalog Migration]]></category>
		<category><![CDATA[ssis environments]]></category>
		<guid isPermaLink="false">https://azureops.org/?p=3398</guid>

					<description><![CDATA[<p>Launch SSIS Catalog Migration Wizard from your installed location and follow the below simple steps to migrate SSIS environment variables from one SQL server to another.</p>
<p>The post <a href="https://azureops.org/articles/copy-ssis-environment-variables-to-another-server/">Copy SSIS Environment variables to another server</a> appeared first on <a href="https://azureops.org">AzureOps</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">From SQL Server 2012 onwards, Microsoft introduced a new deployment model in SSIS called the <a href="https://learn.microsoft.com/en-us/sql/integration-services/packages/deploy-integration-services-ssis-projects-and-packages?view=sql-server-ver16" target="_blank" rel="noreferrer noopener">project deployment model</a>. This new model has many benefits in managing SSIS project deployments, executions, and configurations. Every new version of SQL Server also upgrades the SSIS Catalog with new features. In this article, you will learn, how to copy SSIS Environment variables to another server using SSIS Catalog Migration Wizard in just a few clicks.</p>



<iframe width="560" height="315" src="https://www.youtube.com/embed/mDVedNWaNXQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>



<h2 class="wp-block-heading">What is SSIS Catalog Migration Wizard</h2>



<p class="wp-block-paragraph">SSIS Catalog Migration Wizard helps you migrate the full or part of the SSIS catalog to another SQL server. You can move the SSIS catalog to another server between any version of SQL Server (2012, 2014, 2016, 2017, 2019, 2022, 2025, Azure SSIS integration runtime, or Azure SQL managed instance). Apart from one-time migrations, this tool is designed to help you manage day-to-day SSIS catalog activities with ease <a href="https://azureops.org/articles/ssis-catalog-migration-wizard-pro/" target="_blank" rel="noreferrer noopener">Read more</a>.</p>



<h2 class="wp-block-heading">Demo &#8211; Copy SSIS Environment variables to another server</h2>



<p class="wp-block-paragraph">Launch SSIS Catalog Migration Wizard from your installed location and follow the below simple steps to migrate SSIS environment variables from one SQL server to another.</p>



<h3 class="wp-block-heading" id="choose-source">Choose Source</h3>



<p class="wp-block-paragraph">Choose the SQL Server radio button and then provide the SQL Server instance name. To perform operations on the SSIS catalog, we have to use Windows Authentication, and the user running this should have the<em>&nbsp;ssis_admin</em>&nbsp;role.</p>



<figure class="wp-block-image size-full is-resized"><img data-recalc-dims="1" loading="lazy" decoding="async" width="900" height="750" data-attachment-id="1460" data-permalink="https://azureops.org/?attachment_id=1460" data-orig-file="https://i0.wp.com/azureops.org/wp-content/uploads/2021/10/ChooseSource.png?fit=900%2C750&amp;ssl=1" data-orig-size="900,750" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="ChooseSource" data-image-description="" data-image-caption="" data-large-file="https://i0.wp.com/azureops.org/wp-content/uploads/2021/10/ChooseSource.png?fit=900%2C750&amp;ssl=1" src="https://i0.wp.com/azureops.org/wp-content/uploads/2021/10/ChooseSource.png?resize=900%2C750&#038;ssl=1" alt="" class="wp-image-1460" style="width:450px;height:375px" srcset="https://i0.wp.com/azureops.org/wp-content/uploads/2021/10/ChooseSource.png?w=900&amp;ssl=1 900w, https://i0.wp.com/azureops.org/wp-content/uploads/2021/10/ChooseSource.png?resize=450%2C375&amp;ssl=1 450w, https://i0.wp.com/azureops.org/wp-content/uploads/2021/10/ChooseSource.png?resize=600%2C500&amp;ssl=1 600w, https://i0.wp.com/azureops.org/wp-content/uploads/2021/10/ChooseSource.png?resize=300%2C250&amp;ssl=1 300w, https://i0.wp.com/azureops.org/wp-content/uploads/2021/10/ChooseSource.png?resize=744%2C620&amp;ssl=1 744w, https://i0.wp.com/azureops.org/wp-content/uploads/2021/10/ChooseSource.png?resize=768%2C640&amp;ssl=1 768w" sizes="(max-width: 900px) 100vw, 900px" /></figure>



<h3 class="wp-block-heading" id="choose-target">Choose Target</h3>



<p class="wp-block-paragraph">Choose the SQL Server radio button and then provide the Target SQL Server instance name. Click Next.</p>



<figure class="wp-block-image size-full is-resized"><img data-recalc-dims="1" loading="lazy" decoding="async" width="594" height="502" data-attachment-id="3442" data-permalink="https://azureops.org/articles/copy-ssis-environment-variables-to-another-server/ssis-catalog-migration-wizard-select-target-screen/" data-orig-file="https://i0.wp.com/azureops.org/wp-content/uploads/2022/09/SSIS-Catalog-Migration-Wizard-Select-Target-screen.png?fit=594%2C502&amp;ssl=1" data-orig-size="594,502" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="SSIS-Catalog-Migration-Wizard-Select-Target-screen" data-image-description="" data-image-caption="" data-large-file="https://i0.wp.com/azureops.org/wp-content/uploads/2022/09/SSIS-Catalog-Migration-Wizard-Select-Target-screen.png?fit=594%2C502&amp;ssl=1" src="https://i0.wp.com/azureops.org/wp-content/uploads/2022/09/SSIS-Catalog-Migration-Wizard-Select-Target-screen.png?resize=594%2C502&#038;ssl=1" alt="" class="wp-image-3442" style="width:446px;height:377px" srcset="https://i0.wp.com/azureops.org/wp-content/uploads/2022/09/SSIS-Catalog-Migration-Wizard-Select-Target-screen.png?w=594&amp;ssl=1 594w, https://i0.wp.com/azureops.org/wp-content/uploads/2022/09/SSIS-Catalog-Migration-Wizard-Select-Target-screen.png?resize=450%2C380&amp;ssl=1 450w, https://i0.wp.com/azureops.org/wp-content/uploads/2022/09/SSIS-Catalog-Migration-Wizard-Select-Target-screen.png?resize=500%2C423&amp;ssl=1 500w, https://i0.wp.com/azureops.org/wp-content/uploads/2022/09/SSIS-Catalog-Migration-Wizard-Select-Target-screen.png?resize=300%2C254&amp;ssl=1 300w" sizes="(max-width: 594px) 100vw, 594px" /></figure>



<h3 class="wp-block-heading">Select SSIS environment(s) to migrate</h3>



<p class="wp-block-paragraph">From the source catalog view, select the desired SSIS environment that you need to migrate to the target SSIS catalog. You can also select multiple SSIS environments. Click Next.</p>



<figure class="wp-block-image size-full is-resized"><img data-recalc-dims="1" loading="lazy" decoding="async" width="594" height="500" data-attachment-id="3443" data-permalink="https://azureops.org/articles/copy-ssis-environment-variables-to-another-server/scmw-select-ssis-environment-to-migrate/" data-orig-file="https://i0.wp.com/azureops.org/wp-content/uploads/2022/09/SCMW-Select-SSIS-Environment-to-migrate.png?fit=594%2C500&amp;ssl=1" data-orig-size="594,500" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="SCMW-Select-SSIS-Environment-to-migrate" data-image-description="" data-image-caption="" data-large-file="https://i0.wp.com/azureops.org/wp-content/uploads/2022/09/SCMW-Select-SSIS-Environment-to-migrate.png?fit=594%2C500&amp;ssl=1" src="https://i0.wp.com/azureops.org/wp-content/uploads/2022/09/SCMW-Select-SSIS-Environment-to-migrate.png?resize=594%2C500&#038;ssl=1" alt="Copy SSIS Environment variables to another server - SCMW" class="wp-image-3443" style="width:446px;height:375px" srcset="https://i0.wp.com/azureops.org/wp-content/uploads/2022/09/SCMW-Select-SSIS-Environment-to-migrate.png?w=594&amp;ssl=1 594w, https://i0.wp.com/azureops.org/wp-content/uploads/2022/09/SCMW-Select-SSIS-Environment-to-migrate.png?resize=450%2C379&amp;ssl=1 450w, https://i0.wp.com/azureops.org/wp-content/uploads/2022/09/SCMW-Select-SSIS-Environment-to-migrate.png?resize=500%2C421&amp;ssl=1 500w, https://i0.wp.com/azureops.org/wp-content/uploads/2022/09/SCMW-Select-SSIS-Environment-to-migrate.png?resize=300%2C253&amp;ssl=1 300w" sizes="(max-width: 594px) 100vw, 594px" /></figure>



<h3 class="wp-block-heading">Customize the target folder name.</h3>



<p class="wp-block-paragraph">If you wish to change the target folder name of the environment, you can edit the target folder name on this screen. This step is optional. Click Next.</p>



<figure class="wp-block-image size-full is-resized"><img data-recalc-dims="1" loading="lazy" decoding="async" width="593" height="498" data-attachment-id="3447" data-permalink="https://azureops.org/articles/copy-ssis-environment-variables-to-another-server/customise-folder-mapping/" data-orig-file="https://i0.wp.com/azureops.org/wp-content/uploads/2022/09/Customise-folder-mapping.png?fit=593%2C498&amp;ssl=1" data-orig-size="593,498" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Customise-folder-mapping" data-image-description="" data-image-caption="" data-large-file="https://i0.wp.com/azureops.org/wp-content/uploads/2022/09/Customise-folder-mapping.png?fit=593%2C498&amp;ssl=1" src="https://i0.wp.com/azureops.org/wp-content/uploads/2022/09/Customise-folder-mapping.png?resize=593%2C498&#038;ssl=1" alt="" class="wp-image-3447" style="width:445px;height:374px" srcset="https://i0.wp.com/azureops.org/wp-content/uploads/2022/09/Customise-folder-mapping.png?w=593&amp;ssl=1 593w, https://i0.wp.com/azureops.org/wp-content/uploads/2022/09/Customise-folder-mapping.png?resize=450%2C378&amp;ssl=1 450w, https://i0.wp.com/azureops.org/wp-content/uploads/2022/09/Customise-folder-mapping.png?resize=500%2C420&amp;ssl=1 500w, https://i0.wp.com/azureops.org/wp-content/uploads/2022/09/Customise-folder-mapping.png?resize=300%2C252&amp;ssl=1 300w" sizes="(max-width: 593px) 100vw, 593px" /></figure>



<h3 class="wp-block-heading">Replace environment variable values</h3>



<p class="wp-block-paragraph">On this screen, you can replace environment variable values. As shown in the image below, you can replace the current value with the new one.</p>



<figure class="wp-block-image size-full is-resized"><img data-recalc-dims="1" loading="lazy" decoding="async" width="586" height="494" data-attachment-id="3449" data-permalink="https://azureops.org/articles/copy-ssis-environment-variables-to-another-server/scmw-replace-environment-variables/" data-orig-file="https://i0.wp.com/azureops.org/wp-content/uploads/2022/09/SCMW-replace-environment-variables.gif?fit=586%2C494&amp;ssl=1" data-orig-size="586,494" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="SCMW-replace-environment-variables" data-image-description="" data-image-caption="" data-large-file="https://i0.wp.com/azureops.org/wp-content/uploads/2022/09/SCMW-replace-environment-variables.gif?fit=586%2C494&amp;ssl=1" src="https://i0.wp.com/azureops.org/wp-content/uploads/2022/09/SCMW-replace-environment-variables.gif?resize=586%2C494&#038;ssl=1" alt="Move SSIS Environment from one SQL server to another " class="wp-image-3449" style="width:440px;height:371px" srcset="https://i0.wp.com/azureops.org/wp-content/uploads/2022/09/SCMW-replace-environment-variables.gif?w=586&amp;ssl=1 586w, https://i0.wp.com/azureops.org/wp-content/uploads/2022/09/SCMW-replace-environment-variables.gif?resize=450%2C379&amp;ssl=1 450w, https://i0.wp.com/azureops.org/wp-content/uploads/2022/09/SCMW-replace-environment-variables.gif?resize=500%2C422&amp;ssl=1 500w, https://i0.wp.com/azureops.org/wp-content/uploads/2022/09/SCMW-replace-environment-variables.gif?resize=300%2C253&amp;ssl=1 300w" sizes="(max-width: 586px) 100vw, 586px" /></figure>



<h3 class="wp-block-heading">Review your choices</h3>



<p class="wp-block-paragraph">Review your choices made in all the above steps. If everything looks ok, click Finish.</p>



<figure class="wp-block-image size-full is-resized"><img data-recalc-dims="1" loading="lazy" decoding="async" width="590" height="500" data-attachment-id="3451" data-permalink="https://azureops.org/articles/copy-ssis-environment-variables-to-another-server/scmw-review-the-migration/" data-orig-file="https://i0.wp.com/azureops.org/wp-content/uploads/2022/09/SCMW-review-the-migration.png?fit=590%2C500&amp;ssl=1" data-orig-size="590,500" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="SCMW-review-the-migration" data-image-description="" data-image-caption="" data-large-file="https://i0.wp.com/azureops.org/wp-content/uploads/2022/09/SCMW-review-the-migration.png?fit=590%2C500&amp;ssl=1" src="https://i0.wp.com/azureops.org/wp-content/uploads/2022/09/SCMW-review-the-migration.png?resize=590%2C500&#038;ssl=1" alt="" class="wp-image-3451" style="width:443px;height:375px" srcset="https://i0.wp.com/azureops.org/wp-content/uploads/2022/09/SCMW-review-the-migration.png?w=590&amp;ssl=1 590w, https://i0.wp.com/azureops.org/wp-content/uploads/2022/09/SCMW-review-the-migration.png?resize=450%2C381&amp;ssl=1 450w, https://i0.wp.com/azureops.org/wp-content/uploads/2022/09/SCMW-review-the-migration.png?resize=500%2C424&amp;ssl=1 500w, https://i0.wp.com/azureops.org/wp-content/uploads/2022/09/SCMW-review-the-migration.png?resize=300%2C254&amp;ssl=1 300w" sizes="(max-width: 590px) 100vw, 590px" /></figure>



<h3 class="wp-block-heading">Monitor the progress</h3>



<p class="wp-block-paragraph">Monitor the progress. If there is no error or warning, you should be able to see the SSIS environment in the target SSISDB.</p>



<figure class="wp-block-image size-full is-resized"><img data-recalc-dims="1" loading="lazy" decoding="async" width="591" height="501" data-attachment-id="3454" data-permalink="https://azureops.org/articles/copy-ssis-environment-variables-to-another-server/scmw-finish-migration/" data-orig-file="https://i0.wp.com/azureops.org/wp-content/uploads/2022/09/SCMW-finish-migration.png?fit=591%2C501&amp;ssl=1" data-orig-size="591,501" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="SCMW-finish-migration" data-image-description="" data-image-caption="" data-large-file="https://i0.wp.com/azureops.org/wp-content/uploads/2022/09/SCMW-finish-migration.png?fit=591%2C501&amp;ssl=1" src="https://i0.wp.com/azureops.org/wp-content/uploads/2022/09/SCMW-finish-migration.png?resize=591%2C501&#038;ssl=1" alt="" class="wp-image-3454" style="width:443px;height:376px" srcset="https://i0.wp.com/azureops.org/wp-content/uploads/2022/09/SCMW-finish-migration.png?w=591&amp;ssl=1 591w, https://i0.wp.com/azureops.org/wp-content/uploads/2022/09/SCMW-finish-migration.png?resize=450%2C381&amp;ssl=1 450w, https://i0.wp.com/azureops.org/wp-content/uploads/2022/09/SCMW-finish-migration.png?resize=500%2C424&amp;ssl=1 500w, https://i0.wp.com/azureops.org/wp-content/uploads/2022/09/SCMW-finish-migration.png?resize=300%2C254&amp;ssl=1 300w" sizes="(max-width: 591px) 100vw, 591px" /></figure>



<h2 class="wp-block-heading" id="how-to-install">Installation</h2>



<p class="wp-block-paragraph">SSIS Catalog Migration Wizard can be installed as an extension to:</p>



<p class="wp-block-paragraph">1.&nbsp;<a href="https://marketplace.visualstudio.com/items?itemName=AzureOps.ssiscatalogerpro&amp;ssr=false#overview" target="_blank" rel="noreferrer noopener">Visual Studio 2017</a>,&nbsp;<a href="https://marketplace.visualstudio.com/items?itemName=AzureOps.ssiscatalogerpro&amp;ssr=false#overview" target="_blank" rel="noreferrer noopener">Visual Studio 2019</a>&nbsp;&amp;&nbsp;<a href="https://marketplace.visualstudio.com/items?itemName=AzureOps.SSISCataloger2022" target="_blank" rel="noreferrer noopener">Visual Studio 2022</a>.<br>2. SSMS 18, SSMS 19.<br>3. Standalone tool.</p>



<p class="wp-block-paragraph">More details are available in this&nbsp;<a href="https://youtu.be/VcYksuavI54" target="_blank" rel="noreferrer noopener">tutorial</a>.</p>



<p class="has-background wp-block-paragraph" style="background-color:#bcefca"><strong>Pro tips:</strong><br>1. <a href="https://azureops.org/articles/export-and-import-ssisdb/" target="_blank" rel="noreferrer noopener">Learn </a>how to migrate SSISDB across different networks in just a few clicks.</p>

    <div class="xs_social_share_widget xs_share_url after_content 		main_content  wslu-style-1 wslu-share-box-shaped wslu-fill-colored wslu-none wslu-share-horizontal wslu-theme-font-no wslu-main_content">

		
        <ul>
			        </ul>
    </div> 
<p>The post <a href="https://azureops.org/articles/copy-ssis-environment-variables-to-another-server/">Copy SSIS Environment variables to another server</a> appeared first on <a href="https://azureops.org">AzureOps</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3398</post-id>	</item>
	</channel>
</rss>
