<?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: TVPs in SSIS	</title>
	<atom:link href="https://lobsterpot.com.au/blog/2013/08/29/tvps-in-ssis/feed/" rel="self" type="application/rss+xml" />
	<link>https://lobsterpot.com.au/blog/2013/08/29/tvps-in-ssis/</link>
	<description></description>
	<lastBuildDate>Mon, 09 Sep 2013 06:22:52 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>
		By: Rob Farley		</title>
		<link>https://lobsterpot.com.au/blog/2013/08/29/tvps-in-ssis/#comment-2379</link>

		<dc:creator><![CDATA[Rob Farley]]></dc:creator>
		<pubDate>Mon, 09 Sep 2013 06:22:52 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.lobsterpot.com.au/?p=3268#comment-2379</guid>

					<description><![CDATA[Yes - you do need to make sure that you&#039;re putting the data in using a method that will cause the triggers to fire.]]></description>
			<content:encoded><![CDATA[<p>Yes &#8211; you do need to make sure that you&#8217;re putting the data in using a method that will cause the triggers to fire.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: csm		</title>
		<link>https://lobsterpot.com.au/blog/2013/08/29/tvps-in-ssis/#comment-2378</link>

		<dc:creator><![CDATA[csm]]></dc:creator>
		<pubDate>Wed, 04 Sep 2013 11:32:35 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.lobsterpot.com.au/?p=3268#comment-2378</guid>

					<description><![CDATA[Hi Rob,
great idea, but it&#039;s important to note that by default, this doesn&#039;t work in SSIS because the default &#034;Data access mode&#034; option in an &#034;OLE DB Destination&#034; is &#034;Table or view - fast load&#034;, which disable the triggers execution 
To solve it, we can add &#034;FIRE_TRIGGERS&#034; option on &#034;FastLoadOptions&#034; in the advanced editor, or selecting &#034;Table or view&#034; on the &#034;Data access mode&#034; option]]></description>
			<content:encoded><![CDATA[<p>Hi Rob,<br />
great idea, but it&#8217;s important to note that by default, this doesn&#8217;t work in SSIS because the default &quot;Data access mode&quot; option in an &quot;OLE DB Destination&quot; is &quot;Table or view &#8211; fast load&quot;, which disable the triggers execution<br />
To solve it, we can add &quot;FIRE_TRIGGERS&quot; option on &quot;FastLoadOptions&quot; in the advanced editor, or selecting &quot;Table or view&quot; on the &quot;Data access mode&quot; option</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
