Reputation: 1744
i have data stored in xlsx file with one column of image.
how can i transfer my data from xlsx file to mdf database table
Upvotes: 0
Views: 1202
Reputation: 48597
I don't think that you can convert it, but you can certainly import the xlsx
file into a table
within a SQL Server database.
How to import data from Excel to SQL Server
Upvotes: 1