SELECT ob.id,ob.name
FROM sys.sysobjects AS ob INNER JOIN
sys.syscomments AS comm ON ob.id = comm.id
where ob.xtype='P' and ob.uid=1 and comm.text like '%(list%'
Sunday, September 4, 2011
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment