<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Search Trigger Text SQL Server 2005</title>
	<atom:link href="http://www.sharpdeveloper.net/content/archive/2007/06/26/search-trigger-text-sql-server-2005.aspx/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sharpdeveloper.net/content/archive/2007/06/26/search-trigger-text-sql-server-2005.aspx</link>
	<description>C# articles and tutorials on SharpDeveloper.NET</description>
	<lastBuildDate>Mon, 12 Dec 2011 15:06:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: STU</title>
		<link>http://www.sharpdeveloper.net/content/archive/2007/06/26/search-trigger-text-sql-server-2005.aspx/comment-page-1#comment-8360</link>
		<dc:creator>STU</dc:creator>
		<pubDate>Tue, 09 Mar 2010 15:21:34 +0000</pubDate>
		<guid isPermaLink="false">http://migrate.sharpdeveloper.net/content/?p=127#comment-8360</guid>
		<description>Would be more helpful if it list the tables too. Thanks</description>
		<content:encoded><![CDATA[<p>Would be more helpful if it list the tables too. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick </title>
		<link>http://www.sharpdeveloper.net/content/archive/2007/06/26/search-trigger-text-sql-server-2005.aspx/comment-page-1#comment-56</link>
		<dc:creator>Nick </dc:creator>
		<pubDate>Thu, 28 Aug 2008 11:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://migrate.sharpdeveloper.net/content/?p=127#comment-56</guid>
		<description>  or use following statemant. it will produce same results, just fewer lines in T-SQL
SELECT * FROM sys.triggers WHERE name LIKE &#039;%your_search_here%&#039; </description>
		<content:encoded><![CDATA[<p>or use following statemant. it will produce same results, just fewer lines in T-SQL<br />
SELECT * FROM sys.triggers WHERE name LIKE &#8216;%your_search_here%&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 2qvbk217zqc1val@mail.misterpinba</title>
		<link>http://www.sharpdeveloper.net/content/archive/2007/06/26/search-trigger-text-sql-server-2005.aspx/comment-page-1#comment-30</link>
		<dc:creator>2qvbk217zqc1val@mail.misterpinba</dc:creator>
		<pubDate>Fri, 14 Mar 2008 14:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://migrate.sharpdeveloper.net/content/?p=127#comment-30</guid>
		<description>personlaly I prefer:

SELECT text
FROM syscomments
WHERE [text] LIKE &#039;%trigger%&#039;
-- if you want a trg attached to specific table
AND [text] LIKE &#039;%On Tablename%&#039; </description>
		<content:encoded><![CDATA[<p>personlaly I prefer:</p>
<p>SELECT text<br />
FROM syscomments<br />
WHERE [text] LIKE &#8216;%trigger%&#8217;<br />
&#8211; if you want a trg attached to specific table<br />
AND [text] LIKE &#8216;%On Tablename%&#8217;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

