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
ssis package issue
Checking ASP variable for nulls
Trouble with go to related record
advance image editing via the web
hide a Div
ASP.NET: Browser Slow Down
MAC OS X 10.6 MAIL complex rules not managed by standard GUI from MAIL
Embedded Visual C++ 4 Installation Failed
transfer data between .aspx forms in c#
create zip using VB2005