PDA

View Full Version : T-SQL (Bulk Insert)


lowbo
05-24-2004, 08:23 AM
I have been trying to perform a Bulk Insert using T-SQL with Toad for SQL Server. I receive an error saying I don't have permission to run this statement. Are we not allowed to use standard stored procs of SQL Server? Is there another way to load the data from a file, because single INSERTs is way to tedious.

bruce
05-25-2004, 12:19 PM
bulk insert should be available for you to use.

you may be trying to insert into a database that you do not have access to. eg. the master db

[b]quote:Originally posted by lowbo

I have been trying to perform a Bulk Insert using T-SQL with Toad for SQL Server. I receive an error saying I don't have permission to run this statement. Are we not allowed to use standard stored procs of SQL Server? Is there another way to load the date from a file, because single INSERTs is way to tedious.
</blockquote id="quote"></font id="quote">

lowbo
05-26-2004, 07:06 AM
Here is the response from Tech Support if anyone in the future runs into this problem.

Sorry that we do not allow BULK INSERT in our shared SQL environment. We cannot allow that since only sysadmin and bulkadmin fixed server roles can perform BULKK INSERT, which we cannot add customer to in a shared environment.

Thank you

DiscountASP.NET
The power of ASP.NET for less

bruce
05-27-2004, 11:41 AM
Oops..

[:I]

[b]quote:Originally posted by lowbo

Here is the response from Tech Support if anyone in the future runs into this problem.

Sorry that we do not allow BULK INSERT in our shared SQL environment. We cannot allow that since only sysadmin and bulkadmin fixed server roles can perform BULKK INSERT, which we cannot add customer to in a shared environment.

Thank you

DiscountASP.NET
The power of ASP.NET for less
</blockquote id="quote"></font id="quote">