Viewing 2 posts - 1 through 2 (of 2 total)
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...
April 15, 2011 at 5:46 am
#1312048
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) ...
November 22, 2010 at 1:35 am
#1253615