Posts
Sort by recent activity
Data Compare for Non-Existent tables
If a table exists in the source database, but not in the target database, is it possible to use a combination of SQL Compare/SQL Data Compare to script the schema and the data in one step?
Setting a Default for a New Column
Is it possible to set a default value for a newly created NOT NULL column, without actually setting a default value in the database?
I guess in order to do this the script would have to create the ...