Posts
Sort by recent activity
Strategy for applications that have config data in the db
SQL Source Control has been working really welll for me so far on my main database.
I wonder if you have any advice on a strategy for versioning a website that stores essential config settings in a...
synonym crash?
I have a sproc with a synonym. The synonym uses a server alias which exists and works on the copy db's server instance (actually, it is the copy's server instance).
I can copy the sproc manually, s...
Datatype change crashes sync
We changed a datatype on a primary key in the live database and now SQL Compare is unable to synchronize with our development copy.
The original datatype was varchar(15) and now it is char(8).
Any ...