Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.
scottpt Posting Yak Master
186 Posts
tkizer Almighty SQL Goddess
38200 Posts
Hyukevain Yak Posting Veteran
66 Posts
timmy Master Smack Fu Yak Hacker
1242 Posts
set rst = cn.Execute("Select Distinct name from msdb.dbo.sysdtspackages")Do While not rst.eof dmo.LoadFromSQLServer "<sourceservername>", , , DTSSQLStgFlag_UseTrustedConnection, , , , rst(0) dmo.SaveToSQLServer "myServer", , , DTSSQLStgFlag_UseTrustedConnection, , , , rst(0) rst.MoveNextLoop
SQLTeam.com Articles via RSS
SQLTeam.com Weblog via RSS
- Advertisement -
Articles
Forums
Blogs
Contact Us
About the Site