Comments
Sort by recent activity
Thanks for your post.
Check for updates needs to contact update.red-gate.com (http://update.red-gate.com/UpdateServer/check.asmx) / comments
Thanks for your post.
Check for updates needs to contact update.red-gate.com (http://update.red-gate.com/UpdateServer/check.asmx)
Thanks for your post.
I'm afraid we don't have any specific support to handle cdc enabled databases. I think you would need to disable cdc on the object before you try to deploy the changes with SQL Compare and then turn it on again afterwards.
This might be something that SQL Compare could do as part of the deployment script, so it might be worth logging a feature request for it on our uservoice site: http://redgate.uservoice.com/forums/141 ... uggestions / comments
Thanks for your post.
I'm afraid we don't have any specific support to handle cdc enabled databases. I think you would need to disable cdc on the object before you try to deploy the changes with SQ...
Thanks for your post.
I'm afraid this isn't possible in the current version. I've added you as another vote for the feature request SC-4543.
Sorry for the inconvenience. / comments
Thanks for your post.
I'm afraid this isn't possible in the current version. I've added you as another vote for the feature request SC-4543.
Sorry for the inconvenience.
That sounds the same as the problem above. The bug report SB-5388 was logged for it and should be fixed in the next update. / comments
That sounds the same as the problem above. The bug report SB-5388 was logged for it and should be fixed in the next update.
Sorry for the delay.
I've confirmed this as a bug with the current and previous versions, and case SB-5388 has been raised for it. This will be fixed and available in the next update.
If you can't wait for the next update, then we might be able to send you a private patch. / comments
Sorry for the delay.
I've confirmed this as a bug with the current and previous versions, and case SB-5388 has been raised for it. This will be fixed and available in the next update.
If you can't...
This doesn't appear to work in v7 either. The help file seems think the syntax should be supported, so I'll see what's up. / comments
This doesn't appear to work in v7 either. The help file seems think the syntax should be supported, so I'll see what's up.
It's normally the number of columns in a database that cause this sort of behaviour. Can you run the following and let me know the result:
SELECT COUNT(*) FROM sys.syscolumns AS S
Can you also run:
SELECT COUNT(*) FROM sys.sysobjects AS S / comments
It's normally the number of columns in a database that cause this sort of behaviour. Can you run the following and let me know the result:
SELECT COUNT(*) FROM sys.syscolumns AS S
Can you also run:...
Thanks for your post.
Which exact version of SQL Prompt are you using? I believe a recent update had some code added that would stop registering objects if it was going to cause it to run out of memory.
What happens after you unload the databases? Is this a performance issue, or does it mean you can't use any of the refactoring functionality? / comments
Thanks for your post.
Which exact version of SQL Prompt are you using? I believe a recent update had some code added that would stop registering objects if it was going to cause it to run out of me...
What does the file look like in Team Explorer? Are there any 'Pending Changes' to check in? SQL Source Control will only see the checked in files. / comments
What does the file look like in Team Explorer? Are there any 'Pending Changes' to check in? SQL Source Control will only see the checked in files.
What's the process for adding the object outside of SQL Source Control?
Is the file being directly added to TFS, or is it added to the shared database first and then added to TFS manually?
I don't think the shared model will check what's already in TFS as a shared database will always be on the latest version.
If the object is added to the shared database first and then added to TFS then I would think it *shouldn't* show the item as new.
I can test it out if that isn't the case. / comments
What's the process for adding the object outside of SQL Source Control?
Is the file being directly added to TFS, or is it added to the shared database first and then added to TFS manually?
I don't ...