Viewing 2 posts - 1 through 2 (of 2 total)
I NEED TO CONVERT THIS AS TSQL not in C#
January 7, 2008 at 3:46 am
#765271
Save the Excel sheet as Csv format ant try this way
BULK INSERT AdventureWorks.Sales.SalesOrderDetail
FROM 'f:\orders\lineitem.tbl'
WITH
(
...
January 6, 2008 at 9:32 pm
#765210