
<rss version="2.0">
<channel>
<title>MSSQLTips - Latest SQL Server  Tips</title>
<link>http://www.mssqltips.com/</link>
<description>Last five SQL Server  tips from MSSQLTips.com</description>
<language>en-us</language>
<image>
<url>http://www.mssqltips.com/images/mssqllogo.gif</url>
<link>http://www.mssqltips.com</link>
<width>119</width>
<height>70</height>
</image>

<lastBuildDate>Thu, 11 Mar 2010 08:00:00 GMT</lastBuildDate>
<item>
<title>Leaving a SQL Server DBA Job Gracefully </title>
<description>You’re leaving your current employer for a new opportunity and want to make the move as smooth as possible. You don’t want to burn your bridges and want to make sure that everything you’ve left behind can be managed by the people you’ve left behind or the DBA who is replacing you.  So, you’ve done your handover documentation and trained up the new guy. You definitely don’t want to be that DBA who is cursed the week after they leave when their network account is disabled and a bunch of stuff ‘breaks’.
</description>
<link>http://www.mssqltips.com/tip.asp?tip=1960</link>
<pubDate>Thu, 11 Mar 2010 08:00:00 GMT</pubDate>
</item>
<item>
<title>SQL Server 2008 Audit Change Group </title>
<description>Auditing your SQL Server instances has become more of a concern these days. SQL Server 2008 introduced a new feature named SQL Server Audit. Enabling this feature can be done in just a few simple steps, but so could disabling this feature. And when it comes to audits, many times you are asked to provide proof that the audit itself has not been tampered with. </description>
<link>http://www.mssqltips.com/tip.asp?tip=1959</link>
<pubDate>Wed, 10 Mar 2010 08:00:00 GMT</pubDate>
</item>
<item>
<title>SQL Server CROSS APPLY and OUTER APPLY</title>
<description>SQL Server 2005 introduced the APPLY operator, which is very much like a join clause and which allows joining between two table expressions i.e. joining a left/outer table expression with a right/inner table expression. The difference between join and APPLY operator becomes evident when you have a table-valued expression on the right side and you want this table-valued expression to be evaluated for each row from the left table expression. In this tip I am going to demonstrate what APPLY operator is, how it differs from regular JOINs and what are few of its applications.</description>
<link>http://www.mssqltips.com/tip.asp?tip=1958</link>
<pubDate>Tue, 9 Mar 2010 08:00:00 GMT</pubDate>
</item>
<item>
<title>How to make an SSIS Merge Join transformation fail-safe from sorting irregularities</title>
<description>The SQL Server Integration Services (SSIS) Merge Join transformation requires input data streams to be sorted for its operation. If during the design time you try to join two non-sorted inputs, it won't allow you to do so. One of the options is to sort the data in the database rather than using the Sort transformation in SSIS, which is a more speedier option. But if the sort order is changed unknowingly, SSIS would not raise an exception and the results would be unpredictable.
</description>
<link>http://www.mssqltips.com/tip.asp?tip=1957</link>
<pubDate>Mon, 8 Mar 2010 08:00:00 GMT</pubDate>
</item>
<item>
<title>SQL Server XML Bulk Loading Example</title>
<description>The institution I work with receives data files in a variety of formats for import into a central SQL Server 2000 repository. We have a good handle on importing the files; however, some of the providers want to send data using XML files. Is there a simple process I can create to import these files? 
</description>
<link>http://www.mssqltips.com/tip.asp?tip=1956</link>
<pubDate>Fri, 5 Mar 2010 08:00:00 GMT</pubDate>
</item>
</channel></rss>