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
Exchange 2007 Mail-enabled public folder problem !!!
Group Policy fails to reset local policy settings to "not configured" after they have been set to "enabled" by another GPO.
Can't run any executable (install anything) on Server 2003 server
Where are proclarity views stored on the local machine if they have not been saved out as .bpk?
Conventions about sending email
Folder redirection error for XP workstations on a Server 2003 domain
using apache rewriterule in directory
How do I sort exchange 2007 global address book by surname instead of first name?
in ruby how to I subtract time "12/21/08 17:00:02" from "12/21/08 17:00:25"
SQL trigger- only insert select details