August 1, 2007 at 9:36 am
Is there a way to link an excel file to SQL Server 7.0 like in Microsoft Access?
August 1, 2007 at 9:49 am
Convert XLS to CSV and use bulk insert command.
OR Use DTS in enterprise manager.
Hope this will help u.
Amit Choudhary
August 1, 2007 at 10:18 am
Thanks! I think it will help...
August 1, 2007 at 2:22 pm
What if the data contains commas?
August 1, 2007 at 3:22 pm
As long as the data is in distinct columns in Excel, it should be fine importing the data, even if the column data contains commas.
August 1, 2007 at 4:00 pm
How does DTS know whether the comma is regular or a delimiter?
August 1, 2007 at 7:30 pm
I believe it uses the TAB delimiter for Excel spreadsheets...
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply