Tagged Questions
22
votes
9answers
5k views
4
votes
7answers
2k 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 ...
0
votes
1answer
232 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 ...