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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

parameters in a view

Status
Not open for further replies.

ascheper

Technical User
Joined
Nov 29, 2001
Messages
45
Location
CA
Is there a way to use parameters in a view like in a query?
 
I never found a way to use parameters in a view-I used sp's instead.
 
No but if you're running SQL Server 2000 you can use user defined functions (you can pass parameters to those) to return a table variable. Mondo useful.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top