How to connect Excel to stored procedures in SQL database?

  • Thread starter Thread starter tskogstrom
  • Start date Start date
T

tskogstrom

I need to get data from stored procedures in a sql database. I can't
see the sprocs in the list in "Select database source" window.

How can Iconnect to this information? If not with the user GUI, maybe
with vba?

Lets say the server name = Srv1, database name = DBTest1, user =
User1, pws = empty, sprocs = sptemp_report


Thankful to any help you can offer.
Kind regards
TSkogstrom
 
Back
Top