<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>SQL Server Reporter Latest Posts</title>
        <description>SQL Server Reporter -- Single Source for the Latest SQL Server Jobs and Info</description>
        <link>http://www.sqlserverreporter.com</link>
        <lastBuildDate>Wed, 10 Mar 2010 00:25:46 -0500</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <image>
            <url>http://www.sqlserverreporter.com/logo.jpg</url>
            <title>SQL Server Reporter logo</title>
            <link>http://www.sqlserverreporter.com</link>
            <description>Feed provided by SQL Server Reporter -- Single Source for the Latest SQL Server Jobs and Info.</description>
        </image>
        <item>
            <title>Its OK to take a Shortcut Sometimes</title>
            <link>http://www.sqlserverreporter.com/newsreader.php?newsid=6494</link>
            <description>I was working this weekend with a fairly simple Excel spreadsheet, and I had to decompose one cell in it out to three columns in a SQL Server table. There are tools within SQL Server Integration Services (SSIS) that should be able to do that, but I just couldnt find my way around them properly.  Im not as familiar with SSIS as I would like to be  its just not my day-to-day tool. ...</description>
            <pubDate>Mon, 08 Mar 2010 00:00:00 -0500</pubDate>
        </item>
        <item>
            <title>SQL Server 2008 R2 UNICODE Compression  what happens in the background?</title>
            <link>http://www.sqlserverreporter.com/newsreader.php?newsid=6462</link>
            <description>SQL Server 2008 R2 added a much requested feature: Unicode compression. It addresses the need to compress Unicode strings. It is implemented as part of ROW compression, which was added in SQL 2008. That is; if ROW compression (on SQL 2008 R2) is enabled on a table that contains NCHAR / NVARCHAR datatypes, then the Unicode compression algorithm will kick in for each individual Unicode column. ...</description>
            <pubDate>Wed, 03 Mar 2010 00:00:00 -0500</pubDate>
        </item>
        <item>
            <title>Enabling Partition Level Locking in SQL Server 2008</title>
            <link>http://www.sqlserverreporter.com/newsreader.php?newsid=6468</link>
            <description>Author: Thomas Kejser      Reviewers: Juergen Thomas, Sanjay Mishra, Stuart Ozer, Lubor Kollar, Kevin Cox, Kun Cheng  In this blog, we will provide additional details on a well-hidden feature in SQL Server 2008  partition-level locking. But before we illustrate the feature, heres a bit of background about lock escalation and lock granularities.  Background  SQL Server has a lock manager that tracks which database objects are locked. ...</description>
            <pubDate>Wed, 03 Mar 2010 00:00:00 -0500</pubDate>
        </item>
        <item>
            <title>Performance tips of using XML data in SQL Server</title>
            <link>http://www.sqlserverreporter.com/newsreader.php?newsid=6457</link>
            <description>Author: Kun ChengReviewers: Peter Carlin, Mike Ruthruff, Thomas Kejser, Nicholas DritsasXML data type is usually used to store semi-structured data with great flexibility and query capabilities. Its a good choice for developing platform agnostic applications to separate storage of complex data from processing at application layer, which understands the complex data relationship. ...</description>
            <pubDate>Mon, 01 Mar 2010 00:00:00 -0500</pubDate>
        </item>
        <item>
            <title>Trouble seeing &quot;Birth of Venus&quot; image in the SSMS spatial results tab?</title>
            <link>http://www.sqlserverreporter.com/newsreader.php?newsid=6452</link>
            <description>Michael J Swart posted a SQL query on his blog that produced a rendition of Botticelli&amp;rsquo;s Birth of Venus, in the spatial results tab of SQL Server Management Studio when executed. But, when everyone rushed over in anxious anticipation, some folks could execute the query but couldn&amp;#39;t see the picture on their 64-bit editions. Here&amp;#39;s why... It&amp;#39;s an obscure problem with rendering spatially invalid results that surfaced around SP1 timeframe. ...</description>
            <pubDate>Sun, 28 Feb 2010 00:00:00 -0500</pubDate>
        </item>
        <item>
            <title>PowerShell Version Two  Get Continuous Perf Counters</title>
            <link>http://www.sqlserverreporter.com/newsreader.php?newsid=6431</link>
            <description>In version 2.0 of PowerShell, you can now use a direct command-let (get-Counter) to get at the Performance Monitor counters. For instance, to show the current value of the Processor Percent Time, use this command:  &amp;#160;Get-Counter 'Processor(*)% Processor Time'&amp;#160;&amp;#160;&amp;#160;   The interesting part of get-Counter is that you can add a parameter at the end to keep sampling:  &amp;#160;Get-Counter 'Processor(*)% Processor Time' - Continuous&amp;#160;&amp;#160;&amp;#160;   ...</description>
            <pubDate>Thu, 25 Feb 2010 00:00:00 -0500</pubDate>
        </item>
        <item>
            <title>SQL Server 2008 R2 Management Studio Express and SQL Azure</title>
            <link>http://www.sqlserverreporter.com/newsreader.php?newsid=6427</link>
            <description>If you want to get started right away using tools like SSMS against SQL Azure, you are in luck. It turns out that the SQL Server 2008 R2 November CTP release includes SSMS Express package for 32 and 64 bit systems. Check out the Tools Only section on...(read more)[Image]</description>
            <pubDate>Wed, 24 Feb 2010 00:00:00 -0500</pubDate>
        </item>
        <item>
            <title>How to take ownership of your local SQL Server 2008 Express</title>
            <link>http://www.sqlserverreporter.com/newsreader.php?newsid=6428</link>
            <description>Ward Beattie, one of our developers, has published a nice script thatallows you to get sysadmin privilege to your local SQL Server Express instance.Obviously, you need to have administrative rights on your machine or access toan account that does. ...</description>
            <pubDate>Wed, 24 Feb 2010 00:00:00 -0500</pubDate>
        </item>
        <item>
            <title>How It Works: SQL Server 2008 NUMA and Foreign Pages</title>
            <link>http://www.sqlserverreporter.com/newsreader.php?newsid=6438</link>
            <description>   I have received numerous questions about 'foreign pages' so I have put this post together to answer the questions.     The SQL Server buffer pool goes through three (3) distinct states.                                Initial / Ramp-up                                                                                This state is established during buffer pool initialization and only transitions once committed buffers reaches the target. ...</description>
            <pubDate>Tue, 23 Feb 2010 00:00:00 -0500</pubDate>
        </item>
        <item>
            <title>How to get Microsoft to speak at your event</title>
            <link>http://www.sqlserverreporter.com/newsreader.php?newsid=6432</link>
            <description>If youre holding a special event, such as a SQL Saturday or a user group, one of the challenges is to get speakers for the event. Now, the best speakers come from the community  people who use the product day-in, day-out. They have a wealth of expertise, and many of them are really great presenters.  But from time to time you might want to get a Microsoft person to speak at your group or event. ...</description>
            <pubDate>Mon, 22 Feb 2010 00:00:00 -0500</pubDate>
        </item>
    </channel>
</rss>
