Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Dynamic SQL

    what error does it throw?

    have you written

    'declare @tablevariable varchar(100)

    set @tablevariable = 'any valid table name'

    Before code C?

    map @tablevariable to one of your database table, select that database as current...

Viewing post 1 (of 1 total)