<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://sqlblog.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>disallow results from triggers</title><link>http://sqlblog.com/blogs/louis_davidson/archive/2009/06/06/disallow-results-from-triggers.aspx</link><description>A setting that I noticed a while back when looking at sys.configurations was disallow results from triggers. &amp;#160; Triggers are one of my favorite subjects, and you will find a lot of good uses of them in my book (triggers are also well named, as poor</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP2 (Build: 61129.1)</generator><item><title>re: disallow results from triggers</title><link>http://sqlblog.com/blogs/louis_davidson/archive/2009/06/06/disallow-results-from-triggers.aspx#38158</link><pubDate>Tue, 30 Aug 2011 14:59:58 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:38158</guid><dc:creator>Koenraad Dendievel</dc:creator><description>&lt;p&gt;Thanks man, i was searching for this for a long time.&lt;/p&gt;
&lt;p&gt;I have some exec statements(e.g. starting asynchronous threads) in some of my triggers wich return empty resultsets (no way to suppress them). It messed up loads of things like insert statements from PHP wich don't expect more then 'x row(s) affected' or even certain things in MS-access &lt;/p&gt;
&lt;p&gt;This should be disabled by default!!!&lt;/p&gt;</description></item></channel></rss>