<?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>DTS - Techyaz.com</title>
	<atom:link href="https://techyaz.com/category/sql-server/dts/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Tips, Tutorials and How-to Topics</description>
	<lastBuildDate>Wed, 17 Jan 2018 15:08:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.1</generator>

<image>
	<url>https://techyaz.com/wp-content/uploads/2017/11/cropped-Site-icon-150x150.png</url>
	<title>DTS - Techyaz.com</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Not able to open DTS package in sql server 2008 or sql server 2005.</title>
		<link>https://techyaz.com/sql-server/dts/not-able-to-open-dts-package-in-sql-server-2008-or-sql-server-2005/</link>
					<comments>https://techyaz.com/sql-server/dts/not-able-to-open-dts-package-in-sql-server-2008-or-sql-server-2005/#comments</comments>
		
		<dc:creator><![CDATA[Manvendra Deo Singh]]></dc:creator>
		<pubDate>Mon, 02 Aug 2010 11:20:00 +0000</pubDate>
				<category><![CDATA[DTS]]></category>
		<guid isPermaLink="false">http://techyaz.com/big-data/not-able-to-open-dts-package-in-sql-server-2008-or-sql-server-2005/</guid>

					<description><![CDATA[<p>When you get below DTS package error during accessing it then you should apply solution given in below section to fix this issue. SQL Server 2000 DTS Designer components are required to edit DTS packages. Install the special Web download,&#46;&#46;&#46;</p>
<p>The post <a href="https://techyaz.com/sql-server/dts/not-able-to-open-dts-package-in-sql-server-2008-or-sql-server-2005/">Not able to open DTS package in sql server 2008 or sql server 2005.</a> appeared first on <a href="https://techyaz.com">Techyaz.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>When you get below DTS package error during accessing it then you should apply solution given in below section to fix this issue.</p>
<p><span style="color: #ff0000;"><em>SQL Server 2000 DTS Designer components are required to edit DTS packages. Install the special Web download, “SQL Server 2000 DTS Designer Components” to use this feature. (Microsoft.SqlServer.DtsObjectExplorerUI)</em></span></p>
<h4><span style="color: #333399;">Solution</span></h4>
<p>Follow below step by step points to resolve this issue.</p>
<p>1-Install Sql Server 2000 DTS Designer Components<br />
Download from <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=536fd7d5-013f-49bc-9fc7-77dede4bb075&amp;displaylang=en">here</a>. This is the most current version as of the writing of this article.</p>
<p>2-Install Sql Server 2005 backward compatibility components<br />
Download from <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=C6C3E9EF-BA29-4A43-8D69-A2BED18FE73C&amp;displaylang=en">here</a>. This is the most current version as of the writing of this article.<br />
This is available with the installation media for SQL Server 2008.</p>
<p>3-Verify your path environment variable. The SQL 2000 path should be placed in the string prior to the SQL 2008 variable. As a sample, this is what mine looks like.</p>
<p>%SystemRoot%system32;%SystemRoot%;%SystemRoot%System32Wbem;%SYSTEMROOT%System32WindowsPowerShellv1.0;C:Program FilesMicrosoft SQL Server80ToolsBinn;C:Program FilesMicrosoft SQL Server90Toolsbinn;C:Program FilesMicrosoft SQL Server90DTSBinn;C:Program FilesMicrosoft SQL Server90ToolsBinnVSShellCommon7IDE;C:Program FilesMicrosoft Visual Studio 8Common7IDEPrivateAssemblies;C:Program FilesMicrosoft SQL Server100DTSBinn;C:Program FilesMicrosoft SQL Server100ToolsBinnVSShellCommon7IDE;C:Program FilesMicrosoft SQL Server100ToolsBinn;C:Program FilesMicrosoft Visual Studio 9.0Common7IDEPrivateAssemblies</p>
<p>*You can access the environment variables in Windows 7 by: Right Click My Computer -&gt; Properties -&gt; Click Advanced System Settings -&gt; Click Environment Variables -&gt; Scroll to “Path” -&gt; Click “Path” and then click Edit…</p>
<p>4-SSMS – Manually Copy Files.</p>
<p><strong><span style="color: #008000;">DLL Files to copy</span></strong><br />
<em>semsfc.dll, sqlgui.dll, sqlsvc.dll</em><br />
<strong>Source</strong><br />
%Program Files%Microsoft SQL Server80ToolsBinn</p>
<p><strong>Destination</strong><br />
%Program Files%Microsoft SQL Server100ToolsBinnVSShellCommon7IDE<br />
%Program Files%Microsoft SQL Server100ToolsBinnVSShellCommon7IDE%lang_id%</p>
<p><span style="color: #008000;"><strong>RLL Files to copy</strong></span><br />
semsfc.rll, sqlgui.rll, sqlsvc.rll<br />
<strong>Source</strong><br />
%Program Files%Microsoft SQL Server80ToolsBinnResources%lang_id%</p>
<p><strong>Destination</strong><br />
%Program Files%Microsoft SQL Server100ToolsBinnVSShellCommon7IDEResources%lang_id%</p>
<p>5-BIDS Manually Copy Files<br />
<span style="color: #008000;"><strong>DLL Files to copy</strong></span><br />
semsfc.dll, sqlgui.dll, sqlsvc.dll</p>
<p><strong>Source</strong><br />
%Program Files%Microsoft SQL Server80ToolsBinn</p>
<p><strong>Destination</strong><br />
%Program Files%Microsoft Visual Studio 9.0Common7IDE</p>
<p><strong><span style="color: #008000;">RLL Files to copy</span></strong><br />
semsfc.rll, sqlgui.rll, sqlsvc.rll<br />
<strong>Source</strong><br />
%Program Files%Microsoft SQL Server80ToolsBinnResources%lang_id%</p>
<p><strong>Destination</strong><br />
%Program Files%Microsoft Visual Studio 9.0Common7IDEResources%lang_id%</p>
<p>I had to create the Resources Subdirectory<br />
%Program Files%Microsoft Visual Studio 9.0Common7IDE%lang_id%<br />
The last step was not applicable in my case since the file version already matched<br />
stardds.dll File version: 2000.80.2151.0</p>
<p>The post <a href="https://techyaz.com/sql-server/dts/not-able-to-open-dts-package-in-sql-server-2008-or-sql-server-2005/">Not able to open DTS package in sql server 2008 or sql server 2005.</a> appeared first on <a href="https://techyaz.com">Techyaz.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://techyaz.com/sql-server/dts/not-able-to-open-dts-package-in-sql-server-2008-or-sql-server-2005/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Move all DTS Packages between servers.</title>
		<link>https://techyaz.com/sql-server/dts/move-all-dts-packages-between-servers/</link>
					<comments>https://techyaz.com/sql-server/dts/move-all-dts-packages-between-servers/#respond</comments>
		
		<dc:creator><![CDATA[Manvendra Deo Singh]]></dc:creator>
		<pubDate>Sat, 26 Dec 2009 06:33:00 +0000</pubDate>
				<category><![CDATA[DTS]]></category>
		<guid isPermaLink="false">http://techyaz.com/big-data/move-all-dts-packages-between-servers/</guid>

					<description><![CDATA[<p>We can move all DTS packages from one server to another server through given two methods:Method1: If you save your dts packages under local packages, they are stored in the msdb.dbo.sysdtspackages table.1) create a new dts package with connections to&#46;&#46;&#46;</p>
<p>The post <a href="https://techyaz.com/sql-server/dts/move-all-dts-packages-between-servers/">Move all DTS Packages between servers.</a> appeared first on <a href="https://techyaz.com">Techyaz.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>We can move all DTS packages from one server to another server through given two methods:<br />Method1:</p>
<p>If you save your dts packages under local packages, they are stored in the msdb.dbo.sysdtspackages table.<br />1) create a new dts package with connections to the two servers<br />2) create a datapump between the connection<br />3) because you cannot select the sysdtspackages table from the pull-down list, you need to use disconnected edit to manually modify the datapump to set the SourceTable and the DestinationTable to [msdb].[dbo].[sysdtspackages]<br />4) now close the disconnected edit<br />5) choose properties of the datapump and let dts perform the auto-mapping in the transfermations tab.<br />6) run it!<br />This will transform the rows in sysdtspackages from one server to the other, and PRESTO! All the packages have been moved, including all the version history!You could also set up a source query to select specific packages based on the name, or only the current version based on the create date.</p>
<p>Method 2:<br />Quite easy step!!!!!!1<br />&#8211;restore msdb db with msdbnew name from from source server to the target server then run below script:<br />insert into sysdtspackages ( name, id, versionid, description, categoryid, createdate, owner, packagedata, owner_sid, packagetype)<br />select name, id, versionid, description, categoryid, createdate, owner, packagedata, owner_sid, packagetype from msdbnew..sysdtspackages /* this is msdb from old server*/</p>
<p>The post <a href="https://techyaz.com/sql-server/dts/move-all-dts-packages-between-servers/">Move all DTS Packages between servers.</a> appeared first on <a href="https://techyaz.com">Techyaz.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://techyaz.com/sql-server/dts/move-all-dts-packages-between-servers/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
