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

Help - need a query plan on a table function

Status
Not open for further replies.

takaoki

Programmer
Aug 28, 2008
39
ZA
Hi,

How can I get or simulate a query plan on a table-valued function?

I get this error:

Msg 2809, Level 18, State 1, Line 1
The request for procedure 'myFunction' failed because 'myFunction' is a table valued function object.

Thanks!
 
Code:
SELECT * FROM dbo.myFunction()

?

Borislav Borissov
VFP9 SP2, SQL Server 2000/2005.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top