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
Installing VMWare on 64bit Server 2008?
SQL Server updateusage
Hyperlinking to chapter points in a WMV file
Internet Explorer won't open new window
DumpSec Help
OLE DB provider 'MSDASQL' reported an error. The provider did not give any information about the error.
"LSASS.exe bad" "The application or DLL c:\windows\system32\LSASRV<wbr />.dll is not a valid windows image"
Unable to load IsapiModule in IIS
Windows 2003 to 2003 R2 Upgrade.
Word 07 - How do I remove the margins completely so that a tilte spreads across an entire A4 page?