Viewing post 1 (of 1 total)
CREATE TABLE table1 (
Field1 varchar(255),
Field2 datetime
)
and bulk insert query
BULK INSERT table1 FROM '<path>\xyz.txt' WITH (ROWTERMINATOR = '\n', FIELDTERMINATOR = '\t')
and content of xyz.sql
aa<Tab>getDate()
December 20, 2005 at 12:37 am
#610518