Posts
Sort by recent activity
Permissions
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 'd...
Compare diferent named tables
Is it possible to compare two tables that are named different?
For example on db A I have table:
user1.Table1
On db B I have the same table but here it has the name:
user2.somepreffix_Table1
The tw...