Hi all,
I want to run BULK INSERT command from ASP.NET.. But, I get Error "You dont have permission to use BULK INSERT Command...". And i try to find out the solution from Internet and a lot of people say that I have to create user under Sysadmin or BULKadmin role.
But I dont see Sysadmin and BULKadmin from my MSSQL Enterprise manager. What I see is only Admin and Sys... Any solution??
Thanks
Suigion
Hi,
use sp_addsrvrolemember to add
SysAdmin and BulkAdmin are types of fixed server roles. You can find them under Security, Server Roles node in EM.
Hope this helps you
No comments:
Post a Comment