fuzzyocelot
Programmer
I have a user who needs to be able to edit and run DTS packages on SQL 2005. We will migrate the DTS packages to Integration Services down the road. In the meantime, he needs to be able to manually run at least one particular package. He downloaded and installed the 2000 DTS Components for SQL2005. Now he's getting a permissions error and can't even see the packages. The error is below.
The SELECT permission was denied on the object 'sysdtspackages', database 'msdb', schema 'dbo'. (Microsoft SQL Server, Error: 229)
Do I need to give him explicit permissions to this table? Or is there something else I need to do?
Thanks!
The SELECT permission was denied on the object 'sysdtspackages', database 'msdb', schema 'dbo'. (Microsoft SQL Server, Error: 229)
Do I need to give him explicit permissions to this table? Or is there something else I need to do?
Thanks!