Activity overview
Latest activity by vmasanas
The problem is that with version 3.3.9 (both sql and data compare) this works. And I don't see this is such a paranoid way of security, just the user is ddladmin, not dbo.
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. / comments
The problem is that with version 3.3.9 (both sql and data compare) this works. And I don't see this is such a paranoid way of security, just the user is ddladmin, not dbo.
This is a very common set...
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...