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 |
tam240579
Starting Member
1 Post |
Posted - 2007-10-03 : 01:01:04
|
When i run function in C# to call dts file. I have a problem:The specified Storage File contains multiple Packages; Loading requires a Name or Guid.Please, show me to fix it...Thanks a lot .... |
|
Zoroaster
Aged Yak Warrior
702 Posts |
Posted - 2007-10-03 : 09:36:16
|
It sounds like exactly what it is saying, you must have saved multiple packages into the same file so now you need to reference the specific one by the name when calling it. You could open the package with DTSRUNUI to see the name if you don't know it. Future guru in the making. |
|
|
|
|
|