Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 BULK INSERT command from ASP.NET

Author  Topic 

Swati Jain
Posting Yak Master

139 Posts

Posted - 2007-04-04 : 03:39:54
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

harsh_athalye
Master Smack Fu Yak Hacker

5581 Posts

Posted - 2007-04-04 : 03:45:12
SysAdmin and BulkAdmin are types of fixed server roles. You can find them under Security, Server Roles node in EM.

Harsh Athalye
India.
"The IMPOSSIBLE is often UNTRIED"
Go to Top of Page

khtan
In (Som, Ni, Yak)

17689 Posts

Posted - 2007-04-04 : 04:02:02
use sp_addsrvrolemember to add


KH

Go to Top of Page
   

- Advertisement -