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
Repairing with eseutil /p - can I set up dialtone database in new folder?
Stop a submit with javascript...
Conditionally Add www To Url In Javascript
How to install GD.pm on Windows 2000
loadMovie() within a loaded movie???
How do I disable EHLO in IIS?
I have Webroot Spysweeper 6.1 and NIS 2009 (on Win XP media center SP3). I have been getting the same messsages that svchost is attempting to delete perfdisk,tcpip, and netbt.
help modifying javascipt for a checkbox control
MS Access: E-mailing a Parameter Query-Based Report
Folder Shares on Windows Server 2003 - Concurrent Connection Limit Reached