on programming, testing and everything in between
DECLARE @text AS nvarchar(4000)SET @text = '%text to find%'SELECT name, xtype FROM sysobjects o INNER JOIN syscomments c ON o.id = c.id WHERE c.text like @text* This source code was highlighted with Source Code Highlighter.
Post a Comment
No comments:
Post a Comment