Comments
Sort by recent activity
Keith,
I apologise for the time it's taken to sort this out. We're going to work on a patch to add an 'Ignore users' option so we can get this working. This will take a few days.
In the short term, there are a couple of options:
1) You could set the options to ignore all permissions
2) You could remove the ASPNET and KBARROWS users' permissions and set up an ASP and MYUSERS groups, add the users to those groups, and then set the permissions for those groups. You will still need to edit the script, but only 1 line.
The second option is probably the best - it will make it a lot easier in the future for you.
- Neil / comments
Keith,
I apologise for the time it's taken to sort this out. We're going to work on a patch to add an 'Ignore users' option so we can get this working. This will take a few days.
In the short term,...
We're hoping for some time next week or so.
Out of interest, where did you read that DBCC TRACEON(3604) causes problems? It should only change an informational setting for the current connection. It shouldn't cause performance issues / crash the server. / comments
We're hoping for some time next week or so.
Out of interest, where did you read that DBCC TRACEON(3604) causes problems? It should only change an informational setting for the current connection. I...
Can you confirm that the tables have a primary key / unique index on them? SQL Data Compare requires one of these to work.
- Neil / comments
Can you confirm that the tables have a primary key / unique index on them? SQL Data Compare requires one of these to work.
- Neil
Vince,
I have e-mailed you separately about this.
- Neil / comments
Vince,
I have e-mailed you separately about this.
- Neil
Can you specify a DEFAULT value for those columns? / comments
Can you specify a DEFAULT value for those columns?
Sorry, I'm not aware of any product for Access. / comments
Sorry, I'm not aware of any product for Access.
Could you let me know what errors you are getting? SQL Compare shouldn't normally generate any errors.
- Neil / comments
Could you let me know what errors you are getting? SQL Compare shouldn't normally generate any errors.
- Neil
Are you adding columns which are marked as NOT NULL here? If you are, then you should specify a default so SQL Server knows what values to insert. / comments
Are you adding columns which are marked as NOT NULL here? If you are, then you should specify a default so SQL Server knows what values to insert.
This is not possible, but it is a good idea. I will log it as something to include in a future release (probably the next but one). / comments
This is not possible, but it is a good idea. I will log it as something to include in a future release (probably the next but one).