Forum Replies Created

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

  • RE: Create new user role

    In addition to permissions: : select, insert, update, delete, exec SP only on CustomerDB1 and AdminDB, the "limited user" has to has also possibility to "TRUNCATE TABLE"

    From...

  • RE: Export old data

    I have implemented Export by using the Linked Servers and following SP:

    'SELECT Top 100 ' + @id_field + ' INTO #tmp_table FROM ' + @src_table WITH (NOLOCK) ...

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