pass paramter to SQL server stored procedure
I have a SQL server procedure like following:
MystoredProc @DateLow as DateTime, @DateHigh as DateTime
I would like to use Excel to retrieve information.
I wanted to use MS SQL and pass cell A1 as DateLow and A2 as DateHigh.
Is it possible to do this?
If yes, Can you please give me some instructions to do it?
Thanks millions,
|