View Single Post

   
  #1 (permalink)  
Old 02-28-2008, 06:12 PM
Alvin Sebastian
 
Posts: n/a
Default Extract "GroupName" from "sp_helpuser"

Hi all,

I want to create a stored procedure which will extract the "GroupName"
from the record returned by "sp_helpuser". In order to do this I need
to execute "sp_helpuser" which returns the entire record. I want to
just extract the "GroupName" from the record and return it to my
application. How do I go about this?

Thanks in advance,

Alvin
Reply With Quote