Tagged Questions
22
votes
9answers
5k views
7
votes
3answers
1k views
Red Gate SQL Compare vs. VS2010 Ultimate
I used to use SQL2000 and Red Gate SQL Compare 3.2 and I was a happy camper. I wouldn't worry about tracking the changes that I make to the dev database until all the coding was done and I needed to ...
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 ...
3
votes
8answers
559 views
T-SQL - Is there a (free) way to compare data in two tables?
I have table a and table b. (SQL Server 2008)
Both tables have the exact same schema.
For the purposes of this question, consider table a = my local dev table, table b = the live table.
I need to ...
1
vote
1answer
29 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
2answers
61 views
FOSS version of SQLCompare or something similar?
Actually, free is good enough, it doesn't have to be open source :)
I'm currently using the Schema Compare utility of VS2008, but it doesn't have a command line interface and has some other ...
1
vote
5answers
3k 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 ...