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

Information_Schema.Routine_Columns returns 0 rows

Status
Not open for further replies.

SBendBuckeye

Programmer
May 22, 2002
2,166
US
Hello All,

Am I missing something obvious here. I have run other Information_Schema views with no problem. sp_sproc_columns works also but anything I try with Routine_Columns returns 0 rows. Any ideas and/or suggestions? Thanks!

Have a great day!

j2consulting@yahoo.com
 
Routine_Columns returns columns only for table-valued function s (UDF).

The same is not possible for stored procs for obvious reasons - procedural code.

------
[small]select stuff(stuff(replicate('<P> <B> ', 14), 109, 0, '<.'), 112, 0, '/')[/small]
[banghead]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top