Home All Groups Group Topic Archive Search About

Accessing UDF's that return tables

Author
10 Dec 2004 3:34 AM
Kenneth
Can anyone give a quick example on how to store a Table returned from an SQL
Server User-Defined Function into a DataReader object?

Author
15 Dec 2004 12:35 AM
Robbe Morris - Microsoft MVP C#
select * from dbo.MyUdf('blah')

search in SQL Server Help for this:  user-defined functions, return a table

Show quote
"Kenneth" <kenneth_boe***@hotmail.com> wrote in message
news:cpb5gi$ll6$1@news.xmission.com...
> Can anyone give a quick example on how to store a Table returned from an
> SQL
> Server User-Defined Function into a DataReader object?
>
>

AddThis Social Bookmark Button