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.
Author |
Topic |
laddu
Constraint Violating Yak Guru
332 Posts |
Posted - 2014-08-25 : 22:55:30
|
We have one and same DTS package(sql 2000 version) in both production and test servers. both prod and test sql server version 2005.
I want to copy DTS package from prod to test environment to test something.
I copied from DTS package like this.
TEST server SQL Managementstudio expand MANAGEMENT\LEGACY\DTS and open package and save as to target server.
it worked and i could see the package in test sql server. but when I connected to integration services in test. I don't see the package. when i query from msdb.sysdtspackages I get the package details row. Just wondering whether the package is copied successfully? Please let me know. |
|
|
|
|