Accessing UDF's that return tables

  • Thread starter Thread starter Kenneth
  • Start date Start date
K

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?
 
select * from dbo.MyUdf('blah')

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top