Forum Replies Created

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

  • RE: Delete v Truncate

    Choose 3, but actually 4 answers...

    Or I'm too tired...

  • RE: Polymorphed Proc

    rudy komacsar (3/16/2009)


    and yet again to prove why it does work:

    CREATE PROC [;] AS BEGIN

    EXEC ('ALTER PROC [;] AS SELECT NULL')

    EXEC [;]

    DROP PROC [;]

    END

    GO

    EXEC [;]

    Yes, but you...

  • RE: Polymorphed Proc

    The only odd thing is the use of the word GO to name the procedure...

    However, GO is not listed as a reserved word in SQL, so why not?

    The first batch...

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