1
vote
5answers
409 views
SQL Server, excecute batch T-SQL script on multiple databases
Our SQL Server 2000 instance hosts several databases which are all similar, one for each of our client. When comes the time to update them all, we use Red Gate SQL Compare to generate a migration …
0
votes
1answer
45 views
Redgate’s SQLCompare Schema Comparison Not Removing or Adding Objects Via Command Line
I have a saved SQLCompare project which I use to synchronize my local database with another "master" database. When I run the project via the GUI, everything works fine. However when I run it via the …
3
votes
6answers
434 views
How to execute 3GB SQL file (Micrsoft SQL Server)?
I have a big SQL file that does not fit into memory and that needs to be executed against Microsoft SQL Server 2008. It seems that the sqlcmd.exe tool always loads it into memory first which is …
2
votes
2answers
34 views
Will Problems Arise from Using SQL2008 to Interact w/ a SQL2005 DB on another machine?
I have SQL2008 installed on my local machine and need to view/alter/select rows and tables from a DB on a remote server running SQL 2005. Will I have any problems doing this. I have seen some people …
10
votes
7answers
797 views
Are there any free alternatives to Red Gate’s tools like SQL Compare
Any tools as useful as these?
1
vote
1answer
160 views
SQL Compare GUI works, but command line gives problems
I recently purchased SQL compare 7.1 pro for the command line capabilities. We have been using the GUI version with no problems for some time now. I am trying to exclude items from the sync, however …
