![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
User has BulkAdmin rights and he is a dbo in the database. |
|
Hello, I am trying to do this and i am getting this error.. create table #temptbl (rec varchar(284)) BULK INSERT #temptbl FROM 'z:\Testline.txt' WITH ( DATAFILETYPE = 'char', FIELDTERMINATOR = '\r\n', CODEPAGE = 'RAW', MAXERRORS = 10000, FIRSTROW = 2) Server: Msg 8104, Level 16, State 2, Line 3 The current user is not the database or object owner of table '#timberline'. Cannot perform SET operation. User has BulkAdmin rights and he is a dbo in the database. Pls advise. Thanks, -- Message posted via http://www.sqlmonster.com |
![]() |
| Thread Tools | |
| Display Modes | |
| |