Tagged Questions
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 ...
2
votes
2answers
45 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 ...
1
vote
1answer
30 views
SQL Server - SQL Compare - Automatic identification and replacement of differing database names?
I have two development databases locally
Alpha
Beta_Dev
I have two production databases remotely
Alpha
Beta
I use SQL Compare to sync the schema of the two Alpha databases.
Sometimes, stored ...
1
vote
1answer
310 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 ...