<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - michanne</title>
<link>http://snipplr.com/users/michanne</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 11:20:09 GMT</pubDate>
<item>
<title>(Windows PowerShell) Compare TFS Server Paths</title>
<link>http://snipplr.com/view/56347/compare-tfs-server-paths/</link>
<description><![CDATA[ <p>Compares two TFS paths after $startdate and returns a list of files that are different. 
First section outputs owner, changeset, servername that are only on the Left side. 
The second outputs owner, changeset L&amp;R, servername for files that are different. Constrained to files where the Left side change date is after the right side change date.</p> ]]></description>
<pubDate>Sat, 09 Jul 2011 08:48:16 GMT</pubDate>
<guid>http://snipplr.com/view/56347/compare-tfs-server-paths/</guid>
</item>
<item>
<title>(Windows PowerShell) Find Empty Folders</title>
<link>http://snipplr.com/view/55041/find-empty-folders/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 09 Jun 2011 03:46:38 GMT</pubDate>
<guid>http://snipplr.com/view/55041/find-empty-folders/</guid>
</item>
<item>
<title>(SQL) Lots of Table Info</title>
<link>http://snipplr.com/view/55040/lots-of-table-info/</link>
<description><![CDATA[ <p>SQL Server - everything you want to know (or not) about a table.</p> ]]></description>
<pubDate>Thu, 09 Jun 2011 03:35:08 GMT</pubDate>
<guid>http://snipplr.com/view/55040/lots-of-table-info/</guid>
</item>
<item>
<title>(SQL) Function: TruncStrOnDeliminator</title>
<link>http://snipplr.com/view/55039/function-truncstrondeliminator/</link>
<description><![CDATA[ <p>Function to truncate a string at the last instance of deliminator before exceeding cutoff.
Example:

select dbo.TruncStrOnDeliminator( 'Aggregates, Asphalt Cleaning, Coating, Cracks, Patching, Repairs, Sealing, Striping',60,default)</p> ]]></description>
<pubDate>Thu, 09 Jun 2011 03:33:33 GMT</pubDate>
<guid>http://snipplr.com/view/55039/function-truncstrondeliminator/</guid>
</item>
<item>
<title>(SQL) TFS Database Queries</title>
<link>http://snipplr.com/view/55035/tfs-database-queries/</link>
<description><![CDATA[ <p>Sometimes it is just more convenient to query the db. Returns Pending changes with local path. Have not investigated what lock status translates to.</p> ]]></description>
<pubDate>Thu, 09 Jun 2011 03:09:27 GMT</pubDate>
<guid>http://snipplr.com/view/55035/tfs-database-queries/</guid>
</item>
<item>
<title>(Windows PowerShell) SSRS RDL File Command Text</title>
<link>http://snipplr.com/view/53329/ssrs-rdl-file-command-text/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 11 May 2011 08:27:30 GMT</pubDate>
<guid>http://snipplr.com/view/53329/ssrs-rdl-file-command-text/</guid>
</item>
<item>
<title>(SQL) Sample Table Sample</title>
<link>http://snipplr.com/view/53263/sample-table-sample/</link>
<description><![CDATA[ <p>Alternate to tablesample clause. Example from BOL

"The expression CAST(CHECKSUM(NEWID(), SalesOrderID) &amp; 0x7fffffff AS float / CAST (0x7fffffff AS int) evaluates to a random float value between 0 and 1"</p> ]]></description>
<pubDate>Tue, 10 May 2011 04:18:38 GMT</pubDate>
<guid>http://snipplr.com/view/53263/sample-table-sample/</guid>
</item>
<item>
<title>(SQL) Clean a string</title>
<link>http://snipplr.com/view/53028/clean-a-string/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 05 May 2011 05:08:30 GMT</pubDate>
<guid>http://snipplr.com/view/53028/clean-a-string/</guid>
</item>
<item>
<title>(SQL) Split a string function</title>
<link>http://snipplr.com/view/53027/split-a-string-function/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 05 May 2011 04:55:03 GMT</pubDate>
<guid>http://snipplr.com/view/53027/split-a-string-function/</guid>
</item>
<item>
<title>(SQL) SSRS Report Parmeters and description</title>
<link>http://snipplr.com/view/52765/ssrs-report-parmeters-and-description/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 29 Apr 2011 02:02:05 GMT</pubDate>
<guid>http://snipplr.com/view/52765/ssrs-report-parmeters-and-description/</guid>
</item>
<item>
<title>(SQL) List of Weeks</title>
<link>http://snipplr.com/view/51104/list-of-weeks/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 25 Mar 2011 10:22:50 GMT</pubDate>
<guid>http://snipplr.com/view/51104/list-of-weeks/</guid>
</item>
<item>
<title>(SQL) SQL Server Backup and Restore Snippets</title>
<link>http://snipplr.com/view/51046/sql-server-backup-and-restore-snippets/</link>
<description><![CDATA[ <p>Backup by using Copy_Only. Use to make a copy of the db with or without a new name. Specifies that the backup is a copy-only backup, which does not affect the normal sequence of backups.	Copy_only option is 2005 on.</p> ]]></description>
<pubDate>Thu, 24 Mar 2011 03:38:44 GMT</pubDate>
<guid>http://snipplr.com/view/51046/sql-server-backup-and-restore-snippets/</guid>
</item>
<item>
<title>(SQL) SQL Server SP/FN Set Options</title>
<link>http://snipplr.com/view/50564/sql-server-spfn-set-options/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 12 Mar 2011 07:34:14 GMT</pubDate>
<guid>http://snipplr.com/view/50564/sql-server-spfn-set-options/</guid>
</item>
<item>
<title>(Windows PowerShell) Powershell snips</title>
<link>http://snipplr.com/view/46270/powershell-snips/</link>
<description><![CDATA[ <p>Short Random lines of code mostly from Powershell.com</p> ]]></description>
<pubDate>Thu, 30 Dec 2010 04:55:15 GMT</pubDate>
<guid>http://snipplr.com/view/46270/powershell-snips/</guid>
</item>
<item>
<title>(Other) SSIS Log File Name</title>
<link>http://snipplr.com/view/46065/ssis-log-file-name/</link>
<description><![CDATA[ <p>Basic Datetime format based on Package name. 
MyPackage_20101222-13_16_34.log.xml</p> ]]></description>
<pubDate>Thu, 23 Dec 2010 07:36:13 GMT</pubDate>
<guid>http://snipplr.com/view/46065/ssis-log-file-name/</guid>
</item>
<item>
<title>(Windows PowerShell) Searches for a string in file and returns the lines per array</title>
<link>http://snipplr.com/view/45799/searches-for-a-string-in-file-and-returns-the-lines-per-array/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 16 Dec 2010 08:22:12 GMT</pubDate>
<guid>http://snipplr.com/view/45799/searches-for-a-string-in-file-and-returns-the-lines-per-array/</guid>
</item>
<item>
<title>(Windows PowerShell) Get File Version Information for dlls</title>
<link>http://snipplr.com/view/45666/get-file-version-information-for-dlls/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 13 Dec 2010 06:52:31 GMT</pubDate>
<guid>http://snipplr.com/view/45666/get-file-version-information-for-dlls/</guid>
</item>
</channel>
</rss>