Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
v_kash
Starting Member
45 Posts |
Posted - 2009-11-23 : 13:14:05
|
is it possible to execute a stored proc in excel? the only parameter i have is @Qtr (which is an integer). How would i incorporate this into excel 2007? I want to select a Qtr, and then have the output in excel 2007 - thanks! |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2009-11-23 : 13:21:52
|
isnt it enough to execute sp in sql and then pump results onto excel? |
 |
|
v_kash
Starting Member
45 Posts |
Posted - 2009-11-23 : 13:27:09
|
sure i could do it using SSIS, but was wondering if its possible to execute the SP in excel |
 |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2009-11-23 : 13:29:31
|
you can by using odbc connection to sql server |
 |
|
|
|
|