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
sap, mm, 4.7
Unable to Modify Exchange 2003 Send/Recieve Restrictions
Outlook 2007 Search not working
Unable to access ODBC through a citrix connection
Company trying to sabotage our SEO
what is the syntax to add a new user?
windows Batch script to test whether uid/pwd of the remote server is correct.
GPO to configure auto-save functionality for open documents??
public store problem - database not up to date
Sendmail error "lost input channel from" using Sendmail version 8.13.1