How to convert xlsx file to .mdf extension
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开发者_如何学Python
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
精彩评论