![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I have a sql server with authentication set to Windows only I have a DTS pacakge that does a monthly update a some static data. I load the data like: -deletes the table -create the table -fill table with data It's a big table so this is faster then delete the rows I want the user to initiate the update of the data, so they need to execute the package The user has limited permissions, only exec on the needed stored procedures and select on some views and tables. If i run the package with Flags:=DTS.DTSSQLServerStorageFlags.DTSSQLStgFlag_ UseTrustedConnection then i get a permission error on creating the table Is it possible to impersonate an other user for just the execution of this package. I don't want to place any passwords on the client!! How do I make it possible for the user to execute this package without making this user db_owner of starting the package with adding a password in the client Marc |
![]() |
| Thread Tools | |
| Display Modes | |
| |