If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Microsoft Excel > executing a stored procedure on MS SQL Server 2000 within MS Excel 2000

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-06-04, 14:31
Veetold Veetold is offline
Registered User
 
Join Date: Mar 2004
Posts: 3
executing a stored procedure on MS SQL Server 2000 within MS Excel 2000

Hi everybody
I prepared a pivot table based on an external database source (a
table on MS SQL Server 2000).
Now I would like to add a button which will execute a stored procedure on the server (procedure recalculating data in above table) and than will refresh the pivot table.
I can put the following expession:

exec procudure_name

in MS Query (the procedure ends with select expression), but my procedure is time consuming one, so it's not a good solution.
I appreciate any help.
Cheers
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On