Microsoft
Software
Hardware
Network
Question : Bulk Insert in SQL SERVER 2000
I am trying to bulkinsert from the excel file
but i cant do kindly help me out
BULK insert table_name
from 'd:\share\ubl32.xls'
WITH (
FIELDTERMINATOR = '\t',
ROWTERMINATOR = '\n',
);
Answer : Bulk Insert in SQL SERVER 2000
you cannot do that, because the .xls file is NOT flat file with tab delimiters.
you have to either export the .xls file into tab-delimited first, or use a linked server to the excel file.
Random Solutions
Arcserve Console Username/Password
Clearing a combo box selection?
create cmd button to copy db and then rename it.
how was this image achieved?
Probelms with Exchange - cannot send or receive e-mail.. Appears to be LDAP issues
'onclick=' for calling a cfm function (multiple times) - what am I doing wrong?
can we apply ajax on the text that we fetch from database with the help of php?
Touchpad mouse drvier corrupted or not working
exchange 2003 server will not start after upgrade from server 2003 to server 2008 - help needed.... thank you
Replicate Now Problems in Server 2003