<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: You CAN execute DTS packages from SQL Server 2005 64-bit</title>
	<atom:link href="http://www.pythian.com/news/1479/you-can-execute-dts-packages-from-sql-server-2005-64-bit/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pythian.com/news/1479/you-can-execute-dts-packages-from-sql-server-2005-64-bit/</link>
	<description>News and views from Pythian DBAs</description>
	<lastBuildDate>Fri, 10 Feb 2012 13:01:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: IR</title>
		<link>http://www.pythian.com/news/1479/you-can-execute-dts-packages-from-sql-server-2005-64-bit/#comment-399417</link>
		<dc:creator>IR</dc:creator>
		<pubDate>Thu, 21 Jan 2010 02:52:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/?p=1479#comment-399417</guid>
		<description>Thanks - it is so even with imported DTS pkgs.
I have about 20 old DTS packages I exported previously then imported into the Legacy-DTS area of my new SQL2005 64bit.
I can certainly run each package with the following cmd line in a stored proc:
SET @cmd = &#039;dtsrun /Sdonc-SQL5 /Npkg_name /E /AgvStartDate:8=&#039; + CAST(@intStartDate AS VARCHAR(8)) 
	exec master..xp_cmdshell @cmd
If using an ODBC data source, pay attention: the DTS pkg will only see 32-bit ODBC DSN data sources. Windows will only see/create 64-bit ODBC Data Sources. You need a way to access the 32-bit ODBC administration area and create separate 32-bit ODBC data sources.</description>
		<content:encoded><![CDATA[<p>Thanks &#8211; it is so even with imported DTS pkgs.<br />
I have about 20 old DTS packages I exported previously then imported into the Legacy-DTS area of my new SQL2005 64bit.<br />
I can certainly run each package with the following cmd line in a stored proc:<br />
SET @cmd = &#8216;dtsrun /Sdonc-SQL5 /Npkg_name /E /AgvStartDate:8=&#8217; + CAST(@intStartDate AS VARCHAR(8))<br />
	exec master..xp_cmdshell @cmd<br />
If using an ODBC data source, pay attention: the DTS pkg will only see 32-bit ODBC DSN data sources. Windows will only see/create 64-bit ODBC Data Sources. You need a way to access the 32-bit ODBC administration area and create separate 32-bit ODBC data sources.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

