Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Table Variables

    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...

  • RE: SSMS Tricks

    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)...

Viewing 2 posts - 1 through 2 (of 2 total)