I am new to using stored procedures I have an excel file that has few columns and data. I want to be able to read and insert the rows in respective columns in the table, but only using Stored procedures. I am using sql server 2017
-
A simple internet search will find many, many discussions of importing information from excel files.SMor– SMor2019-04-02 13:51:23 +00:00Commented Apr 2, 2019 at 13:51
-
Import data from Excel to SQL Server or Azure SQL Database. That said, I'm voting to close this question as too broad.Eric Brandt– Eric Brandt2019-04-02 13:52:09 +00:00Commented Apr 2, 2019 at 13:52
-
@SMor i posted this question after intensively searching..... also i wanted to know how to resolve my query using only stored procedures... i found many that used mvc, c# interface to achieve the task but i found none that did the same with only stored proceduresNissim Anand– Nissim Anand2019-04-04 05:47:43 +00:00Commented Apr 4, 2019 at 5:47
Add a comment
|