SyntaxFix
Write A Post
Hire A Developer
Questions
you can save the xlsx file as a tab-delimited text file and do
BULK INSERT TableName FROM 'C:\SomeDirectory\my table.txt' WITH ( FIELDTERMINATOR = '\t', ROWTERMINATOR = '\n' ) GO