Computing.Net > Forums > Database > SQL2005 stored procedure question

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to get for your free account now!

SQL2005 stored procedure question

Reply to Message Icon

Name: byrnesit
Date: April 13, 2007 at 04:54:27 Pacific
OS: SQL Server 2005 Express
CPU/Ram: PM1.7 1024mb
Manufacturer/Model: Dell
Comment:

Hi people,

I have a question about SQL 2005 stored procedures. I have a stored procedure that determins the current price of a stock item and I want to be able to 'select' the value when querying the stock table. IE: (in the form of a chunk of my main stored procedure)

SELECT
description,
***,
***,
***,
<result of stored procedure with 3 parameters passed to it>,
FROM tblStock
WHERE stockID = @stockID

Is there a way to do this?

Thanks
Matt


Report Offensive Message For Removal
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Database Forum Home


Sponsored links

Ads by Google


Results for: SQL2005 stored procedure question

pl/sql stored procedure syntax www.computing.net/answers/dbase/plsql-stored-procedure-syntax/330.html

stored procedure www.computing.net/answers/dbase/stored-procedure/524.html

assign value to stored pro in SQL server www.computing.net/answers/dbase/assign-value-to-stored-pro-in-sql-server-/594.html