Microsoft
Software
Hardware
Network
Question : Bulk insert a excel file
I want to Bulk insert an excel file into a SQL table. Can I use the Bulk insert command for it?
When I tried 'Bulk Insert', I got a truncation error message (the size of the column in table is nvarchar(50) and the field length from the file is not greater than 50.
Thanks
Answer : Bulk insert a excel file
why don't you use OPENROWSET or LinkedServer?
Random Solutions
Using one keyboard and mouse with two computers at the same time
How to get the sum of a varchar column field with SQL
Count in a Query
Google Merchant Account
Dell 5310n - Additional tray not showing in printer settings
T-SQL while loop
Are there any free chart control for 64 bit .net?
Graphics2D.clearPolygon(Po
lygon p) ?
What is the color of a toolstrip in vb.net 2005
MVP's: Is there a currently accepted standard for optimizing workbook calculations?