|
-
Dec 19th, 2008, 04:06 AM
#1
Thread Starter
Addicted Member
Could not Bulk Insert : Error Path does not exist.
Hi friends,
I want to insert bulk data in my table. I am using the below query. But it giving exception. Could not Bulk Insert:File 'C:\ip-to-country.csv' does not exist.
BULK
INSERT tblAllCountryName
FROM 'C:\ip-to-country.csv'
WITH
(
FIELDTERMINATOR=',',
ROWTERMINATOR='\n'
)
GO
How to solve this proble. Could you please tell me? Hope your's reply soon.
Thanks & Regards
Failing to plan is Planning to fail 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|