Posts
Sort by recent activity
SQL Compare - can I ignore Linked server requirement?
There is one stored procedure that requires a linked server and the deployment will fail.
I get an error similar to this:
[7391] The operation could not be performed because OLE DB provider "SQLNCL...
SQL Compare fails due to applying null constraint to table
I am trying to deploy changes FROM a live database, so my local instance that I got from a test server. I want to slap all the differences onto my local instance and start my changes from there. ...
New to SQL Source Control - how to get initial source commit
Have SVN and a repository structure like so:
Tags
Branches
Trunk
How do I get a scripted copy of my database(s) into trunk?
Typically, trunk is reserved for merging changes INTO from other branches...