Posts
Sort by recent activity
What does the Use Keyboard Shortcuts option do?
In looking at the two available options on the SQL Tab Magic toolbar, I can't help but wonder what the "Use Keyboard Shortcuts" option does. I can't find any documentation on this feature at all.
WITH NOCHECK issue
If you create a foreign key using ALTER TABLE ... WITH CHECK ADD CONSTRAINT in one database and in another database you create the same key using ALTER TABLE ... WITH NOCHECK ADD CONSTRAINT followe...
Minimum Permissions Needed to Run SQL Compare
I need to compare to a database that I'm not allowed to change. I will give the scripts to another team to make the modifications. I need to know the minimum rights that I need in the database to b...
Transaction with Try Catch Snippet
May I suggest a snippet to include in future releases?
Snippet: ttc
Description: Transaction with Try Catch and Error Reporting, Contributed by Kevin Hazzard (DevJourney.com)BEGIN TRANSACTION;
BEGI...
Detecting Report Image Location
After generating a SQL compare report in HTML, I like to be able to send the report to my mates without having to zip up the images folder. But I always have to modify the HTML inserting the follow...