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!

Stored procedure in a view 1

Status
Not open for further replies.

jobi

Technical User
Jun 30, 2000
24
NO
SQL Server 2000:

Instead of
SELECT *
FROM table1

I need
SELECT *
FROM stored_procedure1

But I don't know the syntax.
 
You can't use a stored procedure in a select statement. Look at functions instead.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top