View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bill[_36_] Bill[_36_] is offline
external usenet poster
 
Posts: 1
Default how can I execute stored procedure to download data

I have a stored procedure in a MS SQL database
I want to execute this procedure from excel and have the results load
into a worksheet
How do I do this?