Tagged Questions
7
votes
17answers
4k views
Would you consider using an alternative to MS SQL Server Management Studio?
At work we recently upgraded from Microsoft SQL Server 7 to SQL 2005. The database engine is a lot more advanced, but the management studio is pretty awful in a number of ways. Most of our ...
3
votes
5answers
910 views
SQL Server: How to abort a series of batches in Query Analyzer?
i have a series of T-SQL statements separated by the special Query Analyzer batch separator keyword:
GO
If one batch fails, i need Query Analyzer to not try subsequent batches - i want it to stop ...