Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Importing delimited/csv file
Message
From
03/07/2004 09:54:05
Alan Harris-Reid
Baseline Data Services
Devon, United Kingdom
 
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Miscellaneous
Thread ID:
00919598
Message ID:
00920427
Views:
16
>from within a T-SQL script you can use Bulk Insert
>
>/* load the tables with sample data */
>BULK INSERT dbo.rm_source_codes
> FROM '\\Todd\JobLog\ph_sc.CSV'
>

That's the neatest solution I've found yet.

Many thanks,
Alan
Previous
Reply
Map
View

Click here to load this message in the networking platform