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
Running XP Home Edition w/SP 1a. Problem with search screen/windows explorer. Search screen turns on unbidden.
Printers keep changing ports in a terminal server environment
Google & Yahoo stopped crawling my homepage
ER Diagram for storefront
Microsoft Exchange Server 2000 MBX Deleted?
Validation List VBA - Item index?
Restricting all the sites to access internet except one site...
Cisco VPN Client cannot access anything in the internal network
Exmerge file over 2GB
reportlab python