Is this possible with DTS? -
07-11-2006
, 08:52 PM
Hi,
I am able to execute a DTS package from a stored procedure just fine using
the login credentials from SQL Server. How can I, in the stored procedure,
change the identity to that of a WINDOWS LOGIN TO EXECUTE THE DTS PACKAGE?.
You see, I am using the MSMQ in DTS, but, my queue is on a remote server and
when I execute the package using the SQL login I get the "Access Denied"
error. The sp is executed by a trigger.
Please advice. |