Dec 2, 2008 #1 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!
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!
Dec 3, 2008 #2 bborissov Programmer May 3, 2005 5,167 BG Code: SELECT * FROM dbo.myFunction() ? Borislav Borissov VFP9 SP2, SQL Server 2000/2005. Upvote 0 Downvote