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 |
|
realthing2231
Starting Member
1 Post |
Posted - 2003-06-11 : 09:08:31
|
| I am a new member here, and I am trying to correct a seemingly simple problem I am having with a DTS package being called by a stored proc. The proc calls the package and, upon successful completion, is supposed to return a resultset to the process which called the proc -'success', plus some path and filename data. The proc returns that correctly, but it also returns all of the DTS step information to the calling process. I need to prevent this DTS step detail data from being returned. Anyone have any ideas?Thanks in advance |
|
|
|
|
|