Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Cursors Be Gone!

    if you want to avoid the delete I would try it this way:

    BEGIN

    --

    DECLARE @query VARCHAR(100), @dbname SYSNAME, @i INT, @end INT

    DECLARE @dblist TABLE (seq INT...

Viewing post 1 (of 1 total)