Permissions
vmasanas
Posts: 5
I'm getting an error whenever I try to sync to a database where my user login has limited permissions.
The error is :
Denied permission for SELECT on object 'syslogins', database 'master', owner 'dbo'
The problem is I don't want to sync users, just data on my tables. Using this same account and a previous version of datacompare I can connect to the same db without any problem.
Is there any way to solve this and allow the sync to work?
Thanks
Vicenç
The error is :
Denied permission for SELECT on object 'syslogins', database 'master', owner 'dbo'
The problem is I don't want to sync users, just data on my tables. Using this same account and a previous version of datacompare I can connect to the same db without any problem.
Is there any way to solve this and allow the sync to work?
Thanks
Vicenç
Comments
I suspect that since version 5 of Data Compare shares some of the same components with SQL Compare, this issue has come up. The new components retrieve the schema information in much the same way in both SQL Compare and Data Compare. This normally doesn't happen unless the databases are locked down in an extremely paranoid way.
In this case, I can't suggest any workarounds that would help.
This is a very common setup in ISPs so this feature is a must when you have to replicate data/structure to a solution hosted on an internet provider.