Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

EXECUTE stored procedure in a SELECT statemet

Status
Not open for further replies.

vrazzazi

MIS
Aug 28, 2002
4
NL
How can I exec a stored procedure in a SELECT state that the parameter of the stored procedure is a column in SELECT
THANKS FOR YOUR HELP
 
You cannot execute a stored procedure from a SELECT query. If you have SQL Server 2000, you can create a user-defined function from the stored procedure. Terry L. Broadbent - DBA
Computing Links:
faq183-874 contains "Suggestions for Getting Quick and Appropriate Answers" to your questions.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top