Viewing 2 posts - 1 through 2 (of 2 total)
One other thing also is that although
BEGIN TRANSACTION; INSERT INTO @Vendors VALUES (1, 'Wicked Widgets Inc.', 'A'); ROLLBACK TRANSACTION
does not generate any syntax errors, the table variable does NOT...
January 31, 2008 at 8:27 am
#773778
Good article, but there is one thing. You seem to be implying that using -nosplash makes SSMS start faster. If you actually time it (I did before I posted this)...
December 24, 2007 at 8:04 am
#762538