<?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: ECM Auditing.  Its Limitations and a Solution.</title>
	<atom:link href="http://www.made2mentor.com/2008/10/ecm-auditing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.made2mentor.com/2008/10/ecm-auditing/</link>
	<description>Data Warehousing, Microsoft Business Intelligence, and Other Cool Stuff</description>
	<lastBuildDate>Tue, 10 Jan 2012 15:10:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: David</title>
		<link>http://www.made2mentor.com/2008/10/ecm-auditing/comment-page-1/#comment-24</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sun, 05 Oct 2008 12:37:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.made2mentor.com/?p=234#comment-24</guid>
		<description>Thanks Brent, I completely forgot to mention that.  Incidentally, Brent is a SQL Jedi Master, and one of the people I go to with SQL issues.  

If you use the select into statement, don&#039;t forget to use a Drop Table statement on your temporary table afterward to clean up.  Otherwise, you may run into problems when you migrate Made2Manage.  At the very least, it will show up when you run the &quot;ObjectCheck SQL Script&quot; prior to migration.</description>
		<content:encoded><![CDATA[<p>Thanks Brent, I completely forgot to mention that.  Incidentally, Brent is a SQL Jedi Master, and one of the people I go to with SQL issues.  </p>
<p>If you use the select into statement, don&#8217;t forget to use a Drop Table statement on your temporary table afterward to clean up.  Otherwise, you may run into problems when you migrate Made2Manage.  At the very least, it will show up when you run the &#8220;ObjectCheck SQL Script&#8221; prior to migration.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brent Ozar</title>
		<link>http://www.made2mentor.com/2008/10/ecm-auditing/comment-page-1/#comment-23</link>
		<dc:creator>Brent Ozar</dc:creator>
		<pubDate>Sat, 04 Oct 2008 22:09:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.made2mentor.com/?p=234#comment-23</guid>
		<description>Good advice.  Junior DBAs out there - if you want to be safe, instead of doing a DELETE statement, do this:

SELECT * 
INTO M2MDATAXX.DBO.MyNewArchiveTableName 
FROM M2MDATAXX.DBO......

That &quot;Into&quot; will take the records and insert them into a new table with the table name you&#039;ve chosen.  That way, you&#039;ve got a backup table that will keep yourself safe in case you accidentally delete things you need later.</description>
		<content:encoded><![CDATA[<p>Good advice.  Junior DBAs out there &#8211; if you want to be safe, instead of doing a DELETE statement, do this:</p>
<p>SELECT *<br />
INTO M2MDATAXX.DBO.MyNewArchiveTableName<br />
FROM M2MDATAXX.DBO&#8230;&#8230;</p>
<p>That &#8220;Into&#8221; will take the records and insert them into a new table with the table name you&#8217;ve chosen.  That way, you&#8217;ve got a backup table that will keep yourself safe in case you accidentally delete things you need later.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

