How can we help you today? How can we help you today?
Spud

Activity overview

Latest activity by Spud

Connecting sql source control with SSDT / db project
Hopefully just a quickie... We use sql source control to check in & getlatest, and wish to continue doing so. I want to use SSDT / Sql Server Database project in order to create a dacpac that defin...
2 followers 2 comments 0 votes
Ok after a little investigation there are some funny shenanigans going on with the command line arguments, and what causes all these statements to be generated, but at least I have a workaround. If I run this: "C:\Program Files (x86)\Red Gate\SQL Compare 10\sqlcompare.exe" /project:"C:\Users\MyUser\Documents\SQL Compare\SharedProjects\redgateprojectfile.scp" /scriptfile:output.sql /password1:password /force /verbose /Options:Default,ForceColumnOrder,IgnoreCollations,oec,IncludeDependencies then it doesn't create the sp_refreshview statements But it I then append either of these to the end: a) "/Report:output.html /reportType:Simple" b) "/include:identical" then in each case any change cause sqlcompare to include a sp_refreshview statement for every view in the database, even if the only change was (for example) creating a new table "hello" which has no dependant objects in the database. Therefore if I run two statements instead, both of which start: "C:\Program Files (x86)\Red Gate\SQL Compare 10\sqlcompare.exe" /project:"C:\Users\MyUser\Documents\SQL Compare\SharedProjects\redgateprojectfile.scp" /password1:password /force /verbose /Options:Default,ForceColumnOrder,IgnoreCollations,oec,IncludeDependencies and apend this to the first: /include:identical /Report:output.html /reportType:Simple and this to the second /scriptfile:output.sql Then I've created my report and output file correctly (without the statements) but with the downside that obviously the build will take longer due to running the statement twice. Hope this helps someone anyway. I'll let you raise a bug if you think it needs one, as there's obviously something a bit quirky going on... / comments
Ok after a little investigation there are some funny shenanigans going on with the command line arguments, and what causes all these statements to be generated, but at least I have a workaround. If...
0 votes
Does SQL Compare work against a db on a hosted server?
As per the title really. When I try to compare a database on a hosted off-site server, the database dropdown does not list available databases. This I would expect - I shouldn't be able to see othe...
1 follower 1 comment 0 votes
Compare 10.3 Web links up the swanny
Just a heads up - as I type this many (not checked all of them!) of your 10.3 links to sql compare on your site return 404's. e.g. this works:http://www.red-gate.com/supportcenter/C ... usingthecl ...
1 follower 1 comment 0 votes
Command line & filter shenanigans
I've a couple of saved projects that I'm using from the command line to compare a database with TFS. One of my databases has a large number of asp.net related tables which all include "aspnet" in t...
1 follower 1 comment 0 votes