<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Search results for 'app:weblogs' matching tag 'SQL Server 2008 R2'</title><link>http://msmvps.com/search/SearchResults.aspx?q=app:weblogs&amp;tag=SQL+Server+2008+R2&amp;orTags=0&amp;o=DateDescending</link><description>Search results for 'app:weblogs' matching tag 'SQL Server 2008 R2'</description><dc:language>en-US</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>Last Execution Date Time of a Stored Procedure</title><link>/http://feedproxy.google.com/~r/SqlServerCitation/~3/YC4pOfnGtxI/last-execution-date-time-of-stored.html</link><pubDate>Sun, 11 Mar 2012 06:00:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1807260</guid><dc:creator>Anonymous</dc:creator><description>&lt;p&gt;On many forums I have found a very basic yet important query - “How can I know when was my Stored Procedure last executed?” And today through this blog I will try to answer this question.&lt;/p&gt;  &lt;p&gt;Actually speaking, without explicit logging or tracing, it is not possible to get this information for each and every Stored Procedure of our Database. However, we can get this detail along with many other relevant information for the stored procedure having it’s execution plan currently &lt;strong&gt;cached &lt;/strong&gt;on the server by using - &lt;strong&gt;sys.dm_exec_procedure_stats &lt;/strong&gt;It’s a system dynamic view that returns aggregate performance statistics for cached stored procedures.&lt;/p&gt;  &lt;p&gt;The important thing to note is that this view returns one row for each cached stored procedure plan, and the lifetime of the row is as long as the stored procedure remains cached. When a stored procedure is removed from the cache, the corresponding row is eliminated from this view.&lt;/p&gt;  &lt;p&gt;So, let’s see a way, using which at least we can find out the some important facts for the cached stored procedures -&lt;/p&gt;  &lt;div id="codeSnippetWrapper" style="border-right:silver 1px solid;padding-right:4px;border-top:silver 1px solid;padding-left:4px;font-size:8pt;padding-bottom:4px;margin:20px 0px 10px;overflow:auto;border-left:silver 1px solid;width:97.5%;cursor:text;direction:ltr;line-height:12pt;padding-top:4px;border-bottom:silver 1px solid;font-family:&amp;#39;Courier New&amp;#39;, courier, monospace;background-color:#f4f4f4;text-align:left;max-height:200px;"&gt;   &lt;div id="codeSnippet" style="padding-right:0px;padding-left:0px;font-size:8pt;padding-bottom:0px;overflow:visible;width:100%;color:black;direction:ltr;border-top-style:none;line-height:12pt;padding-top:0px;font-family:&amp;#39;Courier New&amp;#39;, courier, monospace;border-right-style:none;border-left-style:none;background-color:#f4f4f4;text-align:left;border-bottom-style:none;"&gt;     &lt;pre style="padding-right:0px;padding-left:0px;font-size:8pt;padding-bottom:0px;margin:0em;overflow:visible;width:100%;color:black;direction:ltr;border-top-style:none;line-height:12pt;padding-top:0px;font-family:&amp;#39;Courier New&amp;#39;, courier, monospace;border-right-style:none;border-left-style:none;background-color:white;text-align:left;border-bottom-style:none;"&gt;&lt;span style="color:#0000ff;"&gt;USE&lt;/span&gt; DBName&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;    &lt;pre style="padding-right:0px;padding-left:0px;font-size:8pt;padding-bottom:0px;margin:0em;overflow:visible;width:100%;color:black;direction:ltr;border-top-style:none;line-height:12pt;padding-top:0px;font-family:&amp;#39;Courier New&amp;#39;, courier, monospace;border-right-style:none;border-left-style:none;background-color:#f4f4f4;text-align:left;border-bottom-style:none;"&gt;&lt;span style="color:#0000ff;"&gt;GO&lt;/span&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;    &lt;pre style="padding-right:0px;padding-left:0px;font-size:8pt;padding-bottom:0px;margin:0em;overflow:visible;width:100%;color:black;direction:ltr;border-top-style:none;line-height:12pt;padding-top:0px;font-family:&amp;#39;Courier New&amp;#39;, courier, monospace;border-right-style:none;border-left-style:none;background-color:white;text-align:left;border-bottom-style:none;"&gt;&amp;#160;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;    &lt;pre style="padding-right:0px;padding-left:0px;font-size:8pt;padding-bottom:0px;margin:0em;overflow:visible;width:100%;color:black;direction:ltr;border-top-style:none;line-height:12pt;padding-top:0px;font-family:&amp;#39;Courier New&amp;#39;, courier, monospace;border-right-style:none;border-left-style:none;background-color:#f4f4f4;text-align:left;border-bottom-style:none;"&gt;&lt;span style="color:#0000ff;"&gt;SELECT&lt;/span&gt; &lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;    &lt;pre style="padding-right:0px;padding-left:0px;font-size:8pt;padding-bottom:0px;margin:0em;overflow:visible;width:100%;color:black;direction:ltr;border-top-style:none;line-height:12pt;padding-top:0px;font-family:&amp;#39;Courier New&amp;#39;, courier, monospace;border-right-style:none;border-left-style:none;background-color:white;text-align:left;border-bottom-style:none;"&gt;  O.name,&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;    &lt;pre style="padding-right:0px;padding-left:0px;font-size:8pt;padding-bottom:0px;margin:0em;overflow:visible;width:100%;color:black;direction:ltr;border-top-style:none;line-height:12pt;padding-top:0px;font-family:&amp;#39;Courier New&amp;#39;, courier, monospace;border-right-style:none;border-left-style:none;background-color:#f4f4f4;text-align:left;border-bottom-style:none;"&gt;  PS.last_execution_time&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;    &lt;pre style="padding-right:0px;padding-left:0px;font-size:8pt;padding-bottom:0px;margin:0em;overflow:visible;width:100%;color:black;direction:ltr;border-top-style:none;line-height:12pt;padding-top:0px;font-family:&amp;#39;Courier New&amp;#39;, courier, monospace;border-right-style:none;border-left-style:none;background-color:white;text-align:left;border-bottom-style:none;"&gt;&lt;span style="color:#0000ff;"&gt;FROM&lt;/span&gt; &lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;    &lt;pre style="padding-right:0px;padding-left:0px;font-size:8pt;padding-bottom:0px;margin:0em;overflow:visible;width:100%;color:black;direction:ltr;border-top-style:none;line-height:12pt;padding-top:0px;font-family:&amp;#39;Courier New&amp;#39;, courier, monospace;border-right-style:none;border-left-style:none;background-color:#f4f4f4;text-align:left;border-bottom-style:none;"&gt;  sys.dm_exec_procedure_stats PS &lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;    &lt;pre style="padding-right:0px;padding-left:0px;font-size:8pt;padding-bottom:0px;margin:0em;overflow:visible;width:100%;color:black;direction:ltr;border-top-style:none;line-height:12pt;padding-top:0px;font-family:&amp;#39;Courier New&amp;#39;, courier, monospace;border-right-style:none;border-left-style:none;background-color:white;text-align:left;border-bottom-style:none;"&gt;&lt;span style="color:#0000ff;"&gt;INNER&lt;/span&gt; &lt;span style="color:#0000ff;"&gt;JOIN&lt;/span&gt; sys.objects O &lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;    &lt;pre style="padding-right:0px;padding-left:0px;font-size:8pt;padding-bottom:0px;margin:0em;overflow:visible;width:100%;color:black;direction:ltr;border-top-style:none;line-height:12pt;padding-top:0px;font-family:&amp;#39;Courier New&amp;#39;, courier, monospace;border-right-style:none;border-left-style:none;background-color:#f4f4f4;text-align:left;border-bottom-style:none;"&gt;  &lt;span style="color:#0000ff;"&gt;ON&lt;/span&gt; O.[object_id] = PS.[object_id] &lt;/pre&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;strong&gt;P.S. &lt;/strong&gt;Please replace the &lt;strong&gt;DBName &lt;/strong&gt;with the actual name of the Database.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;The above script will return the name of all the cached stored procedure of the current database with their last execution time.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;For more details on this dynamics view, please refer - &lt;a href="http://msdn.microsoft.com/en-us/library/cc280701.aspx" target="_blank"&gt;sys.dm_exec_procedure_stats (Transact-SQL)&lt;/a&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width="1" height="1" src="https://blogger.googleusercontent.com/tracker/8332641-3824057704994708197?l=www.sql-server-citation.com" alt="" /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/SqlServerCitation?a=YC4pOfnGtxI:sjLpSQ49lOI:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServerCitation?d=yIl2AUoC8zA" border="0" alt="" /&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/SqlServerCitation?a=YC4pOfnGtxI:sjLpSQ49lOI:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServerCitation?d=63t7Ie-LG7Y" border="0" alt="" /&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/SqlServerCitation?a=YC4pOfnGtxI:sjLpSQ49lOI:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServerCitation?d=dnMXMwOfBR0" border="0" alt="" /&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/SqlServerCitation?a=YC4pOfnGtxI:sjLpSQ49lOI:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServerCitation?d=7Q72WNTAKBA" border="0" alt="" /&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/SqlServerCitation?a=YC4pOfnGtxI:sjLpSQ49lOI:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServerCitation?i=YC4pOfnGtxI:sjLpSQ49lOI:V_sGLiPBpWU" border="0" alt="" /&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/SqlServerCitation?a=YC4pOfnGtxI:sjLpSQ49lOI:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServerCitation?d=qj6IDK7rITs" border="0" alt="" /&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/SqlServerCitation?a=YC4pOfnGtxI:sjLpSQ49lOI:KwTdNBX3Jqk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServerCitation?i=YC4pOfnGtxI:sjLpSQ49lOI:KwTdNBX3Jqk" border="0" alt="" /&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/SqlServerCitation?a=YC4pOfnGtxI:sjLpSQ49lOI:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServerCitation?d=l6gmwiTKsz0" border="0" alt="" /&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/SqlServerCitation?a=YC4pOfnGtxI:sjLpSQ49lOI:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServerCitation?i=YC4pOfnGtxI:sjLpSQ49lOI:gIN9vFwOqvQ" border="0" alt="" /&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/SqlServerCitation?a=YC4pOfnGtxI:sjLpSQ49lOI:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServerCitation?d=TzevzKxY174" border="0" alt="" /&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/SqlServerCitation?a=YC4pOfnGtxI:sjLpSQ49lOI:nQ_hWtDbxek"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServerCitation?d=nQ_hWtDbxek" border="0" alt="" /&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/SqlServerCitation/~4/YC4pOfnGtxI" height="1" width="1" alt="" /&gt;</description></item><item><title>Download free eBook for SQL Server 2012</title><link>/http://feedproxy.google.com/~r/SqlServerCitation/~3/Xzg8_qR2VTY/download-free-ebook-for-sql-server-2012.html</link><pubDate>Wed, 29 Feb 2012 06:00:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1806675</guid><dc:creator>Anonymous</dc:creator><description>&lt;p&gt;&lt;font size="3" face="Trebuchet MS"&gt;Microsoft has released one more free eBook, this time it is on &lt;a href="http://blogs.msdn.com/b/microsoft_press/archive/2012/01/31/free-ebook-introducing-microsoft-sql-server-2012-second-draft-preview.aspx" target="_blank"&gt;SQL Server 2012&lt;/a&gt;. However, this is the second draft of this book. SQL Server MVP Ross Mistry and Stacia Misner has covered Administration and BI part, there are 10 chapters in total divided in two part, they are:&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Trebuchet MS"&gt;&lt;font size="3"&gt;&lt;u&gt;&lt;strong&gt;&lt;a href="http://lh3.ggpht.com/-PbwahaqJfoQ/T07xfop-KaI/AAAAAAAAD4c/cq7F-4A5d5M/s1600-h/0068.665156_excerpt2_3D19D01B%25255B2%25255D.jpg"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;float:right;border-top-width:0px;border-bottom-width:0px;margin-left:0px;border-left-width:0px;margin-right:0px;padding-top:0px;" title="0068.665156_excerpt2_3D19D01B" border="0" alt="0068.665156_excerpt2_3D19D01B" align="right" src="http://lh5.ggpht.com/-OxZaifXOXt8/T07xhZ9hlEI/AAAAAAAAD4k/1FMut6P7MN4/0068.665156_excerpt2_3D19D01B_thumb.jpg?imgmax=800" width="201" height="244" /&gt;&lt;/a&gt;PART I&amp;#160;&amp;#160; Database Administration&lt;/strong&gt;&lt;/u&gt;         &lt;br /&gt;CHAPTER 1&amp;#160;&amp;#160; SQL Server 2008 R2 Editions and Enhancements 3         &lt;br /&gt;CHAPTER 2&amp;#160;&amp;#160; Multi-Server Administration 21         &lt;br /&gt;CHAPTER 3&amp;#160;&amp;#160; Data-Tier Applications 41         &lt;br /&gt;CHAPTER 4&amp;#160;&amp;#160; High Availability and Virtualization Enhancements 63         &lt;br /&gt;CHAPTER 5&amp;#160;&amp;#160; Consolidation and Monitoring 85 &lt;/font&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3" face="Trebuchet MS"&gt;&lt;u&gt;&lt;strong&gt;PART II&amp;#160;&amp;#160; Business Intelligence Development&lt;/strong&gt;&lt;/u&gt;       &lt;br /&gt;CHAPTER 6&amp;#160;&amp;#160; Scalable Data Warehousing 109       &lt;br /&gt;CHAPTER 7&amp;#160;&amp;#160; Master Data Services 125       &lt;br /&gt;CHAPTER 8&amp;#160;&amp;#160; Complex Event Processing with StreamInsight 145       &lt;br /&gt;CHAPTER 9&amp;#160;&amp;#160; Reporting Services Enhancements 165       &lt;br /&gt;CHAPTER 10&amp;#160;&amp;#160; Self-Service Analysis with PowerPivot 189 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3" face="Trebuchet MS"&gt;Want to read more and download an eBook for free ? Link –&amp;gt; &lt;a title="Introducing Microsoft SQL Server 2012" href="http://blogs.msdn.com/b/microsoft_press/archive/2012/01/31/free-ebook-introducing-microsoft-sql-server-2012-second-draft-preview.aspx" target="_blank"&gt;Introducing Microsoft SQL Server 2012&lt;/a&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3" face="Trebuchet MS"&gt;For those who missed downloading eBook on SQL Server 2008, here is the link –&amp;gt; &lt;/font&gt;&lt;a title="Introducing Microsoft SQL Server 2008 R2" href="http://blogs.msdn.com/b/microsoft_press/archive/2010/04/14/free-ebook-introducing-microsoft-sql-server-2008-r2.aspx" target="_blank"&gt;&lt;font size="3" face="Trebuchet MS"&gt;Introducing Microsoft SQL Server 2008 R2&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3" face="Trebuchet MS"&gt;-Hemantgiri S Goswami (&lt;a href="http://www.sql-server-citation.com"&gt;http://www.sql-server-citation.com&lt;/a&gt; )&lt;/font&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width="1" height="1" src="https://blogger.googleusercontent.com/tracker/8332641-4309471944716579868?l=www.sql-server-citation.com" alt="" /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/SqlServerCitation?a=Xzg8_qR2VTY:2XQpgOH6Rc0:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServerCitation?d=yIl2AUoC8zA" border="0" alt="" /&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/SqlServerCitation?a=Xzg8_qR2VTY:2XQpgOH6Rc0:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServerCitation?d=63t7Ie-LG7Y" border="0" alt="" /&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/SqlServerCitation?a=Xzg8_qR2VTY:2XQpgOH6Rc0:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServerCitation?d=dnMXMwOfBR0" border="0" alt="" /&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/SqlServerCitation?a=Xzg8_qR2VTY:2XQpgOH6Rc0:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServerCitation?d=7Q72WNTAKBA" border="0" alt="" /&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/SqlServerCitation?a=Xzg8_qR2VTY:2XQpgOH6Rc0:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServerCitation?i=Xzg8_qR2VTY:2XQpgOH6Rc0:V_sGLiPBpWU" border="0" alt="" /&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/SqlServerCitation?a=Xzg8_qR2VTY:2XQpgOH6Rc0:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServerCitation?d=qj6IDK7rITs" border="0" alt="" /&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/SqlServerCitation?a=Xzg8_qR2VTY:2XQpgOH6Rc0:KwTdNBX3Jqk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServerCitation?i=Xzg8_qR2VTY:2XQpgOH6Rc0:KwTdNBX3Jqk" border="0" alt="" /&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/SqlServerCitation?a=Xzg8_qR2VTY:2XQpgOH6Rc0:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServerCitation?d=l6gmwiTKsz0" border="0" alt="" /&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/SqlServerCitation?a=Xzg8_qR2VTY:2XQpgOH6Rc0:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServerCitation?i=Xzg8_qR2VTY:2XQpgOH6Rc0:gIN9vFwOqvQ" border="0" alt="" /&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/SqlServerCitation?a=Xzg8_qR2VTY:2XQpgOH6Rc0:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServerCitation?d=TzevzKxY174" border="0" alt="" /&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/SqlServerCitation?a=Xzg8_qR2VTY:2XQpgOH6Rc0:nQ_hWtDbxek"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServerCitation?d=nQ_hWtDbxek" border="0" alt="" /&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/SqlServerCitation/~4/Xzg8_qR2VTY" height="1" width="1" alt="" /&gt;</description></item><item><title>Rebuild System Databases</title><link>/http://feedproxy.google.com/~r/SqlServerCitation/~3/I5l3VFASArU/rebuild-system-databases.html</link><pubDate>Sun, 29 Jan 2012 06:00:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1805388</guid><dc:creator>Anonymous</dc:creator><description>&lt;p&gt;Yesterday night one of FB Friend have ping me, he has issue with his local SQL Server instance. Our conversation goes like:&lt;/p&gt;  &lt;p&gt;FB Friend: Hi&lt;/p&gt;  &lt;p&gt;I : Hi&lt;/p&gt;  &lt;p&gt;FB Friend: I need your help&lt;/p&gt;  &lt;p&gt;FB Friend : My SQL Server is not starting...&lt;/p&gt;  &lt;p&gt;I : What is an error you are getting?&lt;/p&gt;  &lt;p&gt;FB Friend : Just nothing&lt;/p&gt;  &lt;p&gt;I : Ok, check the SQL Server Error Log and EventViewer&lt;/p&gt;  &lt;p&gt;I : you can find errologs at &lt;em&gt;&lt;strong&gt;C:\Program Files\Microsoft SQL Server\MSSQL11.DENALI\MSSQL\Log&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;I : open it with notepad ....&lt;/p&gt;  &lt;p&gt;FB Friend: Ok&lt;/p&gt;  &lt;p&gt;FB Friend: &lt;em&gt;&lt;strong&gt;Cannot recover the master database. SQL Server is unable to run. Restore master from a full backup, repair it, or rebuild it. For more information about how to rebuild the master database, see SQL Server Books Online.&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;I : Wow, seems like your master database is corrupt, you will need to run repair or you may want to rebuild master database.&lt;/p&gt;  &lt;p&gt;I : Is this a new installation ?&lt;/p&gt;  &lt;p&gt;FB Friend : Yes, this is new installation, and, I don&amp;#39;t want to re-run the installation again, what is my option ?&lt;/p&gt;  &lt;p&gt;I : you will need to rebuild master or restore it&lt;/p&gt;  &lt;p&gt;FB Friend: How do I do it?&lt;/p&gt;  &lt;p&gt;I: Here are your steps&lt;/p&gt;  &lt;h4&gt;&lt;strong&gt;Rebuild Master: &lt;/strong&gt;&lt;/h4&gt;  &lt;p&gt;Step 1: Insert your setup media CD or folder where you have dumped SQL Server Installation&lt;/p&gt;  &lt;p&gt;Step 2: Open command prompt&lt;/p&gt;  &lt;p&gt;Step 3: Go to location (wherever you have setup, Step 1)&lt;/p&gt;  &lt;p&gt;Step 4: setup /ACTION=REBUILDDATABASE /QUIET /INSTANCENAME=MSSQLServer /SQLSYSADMINACCOUNTS=MyAdmin /SAPWD=somePwd&lt;/p&gt;  &lt;p&gt;&lt;img border="0" src="http://www.suratusergroup.org/images/step000.jpg" width="740" height="233" alt="" /&gt;&lt;/p&gt;  &lt;p&gt;Step 5: this will pop up new command window and then disappears&lt;/p&gt;  &lt;p&gt;&lt;img border="0" src="http://www.suratusergroup.org/images/step001.jpg" width="740" height="190" alt="" /&gt;&lt;/p&gt;  &lt;p&gt;Step 6: you will have to refer logs so as to see whether it was successful completed or exit with error&lt;/p&gt;  &lt;p&gt;&lt;img border="0" src="http://www.suratusergroup.org/images/Step003.jpg" width="739" height="147" alt="" /&gt;&lt;/p&gt;  &lt;p&gt;This is it, you system database has been rebuild successfully!!&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Restoring Master Database - An alternative method:&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Step 1:&lt;strong&gt; &lt;/strong&gt;Take backup of master database, in your case, I assume, you already have your master database backed up.&lt;/p&gt;  &lt;p&gt;&lt;img border="0" src="http://www.suratusergroup.org/images/Master001.jpg" width="741" height="333" alt="" /&gt;&lt;/p&gt;  &lt;p&gt;Step 2: Stop SQL Server Services * you will need Administrator permission for this operation&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;img border="0" src="http://www.suratusergroup.org/images/Master0012jpg" alt="" /&gt;&lt;img border="0" src="http://www.suratusergroup.org/images/Master002.jpg" width="721" height="219" alt="" /&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Step 3: Start SQL Server using -C and -M parameter; this will start SQL Server in single user mode which is required to restore Master database&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;img border="0" src="http://www.suratusergroup.org/images/Master003.jpg" width="748" height="408" alt="" /&gt;      &lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Step 4: Restore database using SQLCMD&lt;/p&gt;  &lt;p&gt;&lt;img border="0" src="http://www.suratusergroup.org/images/Master004.jpg" width="737" height="259" alt="" /&gt;&lt;/p&gt;  &lt;p&gt;This is it, you have successfully restore your master database!!!&lt;/p&gt;  &lt;h4&gt;&lt;strong&gt;Is it this simple? No, wait, there are few things we need to be careful with....&lt;/strong&gt;&lt;/h4&gt;  &lt;p&gt;The above example have save you because below conditions are true:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;You have back up of your master database, or &lt;/li&gt;    &lt;li&gt;This server is fresh installation or &lt;/li&gt;    &lt;li&gt;there are no user databases or &lt;/li&gt;    &lt;li&gt;this server is not production box &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;If the above conditions were not true, you will have to perform below steps:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Restore / Rebuild system databases &lt;/li&gt;    &lt;li&gt;Recreate all the Login that you have on your crashed server - &lt;em&gt;&lt;strong&gt;backing up master db&lt;/strong&gt;&lt;/em&gt; helps you here &lt;/li&gt;    &lt;li&gt;you will have to recreate all the jobs and SSIS/DTS Packages that you have - &lt;em&gt;&lt;strong&gt;backing up MSDB database&lt;/strong&gt;&lt;/em&gt; will save you &lt;/li&gt;    &lt;li&gt;similarly &lt;strong&gt;&lt;em&gt;distribution database backup will help you if you have replication configured&lt;/em&gt;&lt;/strong&gt;&lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;Conclusion :&amp;#160; I wish that you have schedule maintenance plan / job to take full backup of your system databases i.e. Master, MSDB, and Distribution(if you have configured replication).&lt;/p&gt;  &lt;p&gt;Disclaimer : The example used here is for illustration purpose only.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width="1" height="1" src="https://blogger.googleusercontent.com/tracker/8332641-6139879342540979116?l=www.sql-server-citation.com" alt="" /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/SqlServerCitation?a=I5l3VFASArU:TjUqO7KGM1U:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServerCitation?d=yIl2AUoC8zA" border="0" alt="" /&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/SqlServerCitation?a=I5l3VFASArU:TjUqO7KGM1U:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServerCitation?d=63t7Ie-LG7Y" border="0" alt="" /&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/SqlServerCitation?a=I5l3VFASArU:TjUqO7KGM1U:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServerCitation?d=dnMXMwOfBR0" border="0" alt="" /&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/SqlServerCitation?a=I5l3VFASArU:TjUqO7KGM1U:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServerCitation?d=7Q72WNTAKBA" border="0" alt="" /&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/SqlServerCitation?a=I5l3VFASArU:TjUqO7KGM1U:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServerCitation?i=I5l3VFASArU:TjUqO7KGM1U:V_sGLiPBpWU" border="0" alt="" /&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/SqlServerCitation?a=I5l3VFASArU:TjUqO7KGM1U:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServerCitation?d=qj6IDK7rITs" border="0" alt="" /&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/SqlServerCitation?a=I5l3VFASArU:TjUqO7KGM1U:KwTdNBX3Jqk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServerCitation?i=I5l3VFASArU:TjUqO7KGM1U:KwTdNBX3Jqk" border="0" alt="" /&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/SqlServerCitation?a=I5l3VFASArU:TjUqO7KGM1U:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServerCitation?d=l6gmwiTKsz0" border="0" alt="" /&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/SqlServerCitation?a=I5l3VFASArU:TjUqO7KGM1U:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServerCitation?i=I5l3VFASArU:TjUqO7KGM1U:gIN9vFwOqvQ" border="0" alt="" /&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/SqlServerCitation?a=I5l3VFASArU:TjUqO7KGM1U:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServerCitation?d=TzevzKxY174" border="0" alt="" /&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/SqlServerCitation?a=I5l3VFASArU:TjUqO7KGM1U:nQ_hWtDbxek"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServerCitation?d=nQ_hWtDbxek" border="0" alt="" /&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/SqlServerCitation/~4/I5l3VFASArU" height="1" width="1" alt="" /&gt;</description></item><item><title>SQL Server 2008 R2 Service Pack 1 CTP - test and feedback #sql #sqltools #ctp</title><link>/http://sqlserver-qa.net/blogs/tools/archive/2011/05/11/sql-server-2008-r2-service-pack-1-ctp-test-and-feedback-sql-sqltools-ctp.aspx</link><pubDate>Wed, 11 May 2011 05:00:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1793005</guid><dc:creator>Anonymous</dc:creator><description>SQL Server 2008 R2 service pack 1 contains all the cumulative update pack releases since RTM release. This means SP1 CTP consist the CU Package releases from 1 to 6, as CU7 has released on April 18th 2011. So before you test the SQL2008R2SP1 CTP, I would encourage to go through the release notes that gives information about list of issues that are fixed and what&amp;#39;s new with this release: The following features are new in Service Pack 1 (SP1). Dynamic Management Views for increased supportability....(&lt;a href="http://sqlserver-qa.net/blogs/tools/archive/2011/05/11/sql-server-2008-r2-service-pack-1-ctp-test-and-feedback-sql-sqltools-ctp.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sqlserver-qa.net/aggbug.aspx?PostID=10095" width="1" height="1" alt="" /&gt;</description></item><item><title>Cannot resolve the collation conflict</title><link>/http://feedproxy.google.com/~r/SqlServerCitation/~3/dHQh6tXXYDc/cannot-resolve-collation-conflict.html</link><pubDate>Sun, 27 Feb 2011 06:00:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1789051</guid><dc:creator>Anonymous</dc:creator><description>&lt;div dir="ltr" style="text-align:left;"&gt;&lt;span style="font-family:Trebuchet MS;font-size:x-small;"&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family:Trebuchet MS;font-size:small;"&gt;Recently when I was referring to SQL Server Forums I saw a question that reads like:&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-size:small;"&gt;&lt;span style="font-family:Trebuchet MS;"&gt;I get an error&amp;nbsp; &lt;span style="color:red;"&gt;Cannot resolve the collation conflict between &amp;quot;Latin1_General_CI_AI&amp;quot; and &amp;quot;SQL_Latin1_General_CP1_CI_AS&amp;quot; in the equal to operation.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;a href="http://lh5.ggpht.com/_qDrgOW_db1A/TWte4ohjgoI/AAAAAAAADyQ/439gpuBUozE/s1600-h/image%5B28%5D.png"&gt;&lt;span style="font-family:Trebuchet MS;font-size:x-small;"&gt;&lt;/span&gt;&lt;/a&gt;&lt;a href="http://lh5.ggpht.com/_qDrgOW_db1A/TWte4ohjgoI/AAAAAAAADyU/oaL833Y9Dlo/s1600-h/image%5B42%5D.png"&gt;&lt;img alt="image" border="0" height="216" src="http://lh5.ggpht.com/_qDrgOW_db1A/TWte75AOVAI/AAAAAAAADyc/uSL1QiOQDjM/image_thumb%5B34%5D.png?imgmax=800" style="border-width:0px;display:inline;" title="image" width="591" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;span style="font-family:Trebuchet MS;font-size:small;"&gt;&lt;b&gt;What is a Collation? &lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family:Trebuchet MS;font-size:small;"&gt;In simple words Collation is the set of rules that ensure proper use of characters for Language or Alphabet. Here are some recommendation from books online about choosing collation: &lt;/span&gt;&lt;br /&gt;
&lt;ul&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-family:Trebuchet MS;font-size:small;"&gt;Select a BINARY2 collation if binary code point based ordering is acceptable. &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family:Trebuchet MS;font-size:small;"&gt;Select a Windows collation for consistent comparison across data types. &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family:Trebuchet MS;font-size:small;"&gt;Use a new 100-level collation for better linguistic sorting support. &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family:Trebuchet MS;font-size:small;"&gt;If you plan to migrate a database to the upgraded instance of SQL Server, select the collation that matches your existing collation of the database.&lt;/span&gt; &lt;/li&gt;
&lt;/ul&gt;&lt;/ul&gt;&lt;span style="font-family:Trebuchet MS;font-size:small;"&gt;&lt;b&gt;Solution: &lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div align="justify"&gt;&lt;span style="font-family:Trebuchet MS;font-size:small;"&gt;The error that we are referring here shown up because the two databases have different collation for some reason, now, t&lt;/span&gt;&lt;span style="font-family:Trebuchet MS;font-size:small;"&gt;o overcome this issue one may use COLLATE clause, but do remember that COLLATE clause will work with &lt;u&gt;CHAR&lt;/u&gt;,&lt;u&gt;VARCHAR&lt;/u&gt;,&lt;u&gt;TEXT&lt;/u&gt;, &lt;u&gt;NCHAR&lt;/u&gt;, &lt;u&gt;NVARCHAR &lt;/u&gt;and &lt;u&gt;NTEXT&lt;/u&gt; data type.&lt;/span&gt;&lt;/div&gt;&lt;span style="font-family:Trebuchet MS;font-size:small;"&gt;The Syntax :&lt;/span&gt;&lt;br /&gt;
&lt;pre class="sql"&gt;&lt;span style="font-size:small;"&gt;SELECT * 
FROM 
SYS.databases SD
JOIN
SOMEDB.DBO.SOMETBL JC    
ON 
SD.database_id  = JC.DBID  COLLATE Latin1_General_CI_AI
&lt;/span&gt;&lt;/pre&gt;&lt;span style="font-size:small;"&gt;Here are some external resource for further reading &lt;/span&gt;&lt;br /&gt;
&lt;span style="font-size:small;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-size:small;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-size:small;"&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/ms143508.aspx" title="http://msdn.microsoft.com/en-us/library/ms143508.aspx"&gt;http://msdn.microsoft.com/en-us/library/ms143508.aspx&amp;gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-size:small;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-size:small;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-size:small;"&gt;&lt;a href="http://blogs.msdn.com/b/qingsongyao/archive/2008/08/25/sql-server-2008-katmai-s-new-collations.aspx" title="http://blogs.msdn.com/b/qingsongyao/archive/2008/08/25/sql-server-2008-katmai-s-new-collations.aspx"&gt;&lt;span style="font-family:Trebuchet MS;"&gt;http://blogs.msdn.com/b/qingsongyao/archive/2008/08/25/sql-server-2008-katmai-s-new-collations.aspx&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width="1" height="1" src="https://blogger.googleusercontent.com/tracker/8332641-5986508778847304868?l=www.sql-server-citation.com" alt="" /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/SqlServerCitation?a=dHQh6tXXYDc:sUDnTcncsu4:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServerCitation?d=yIl2AUoC8zA" border="0" alt="" /&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/SqlServerCitation?a=dHQh6tXXYDc:sUDnTcncsu4:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServerCitation?d=63t7Ie-LG7Y" border="0" alt="" /&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/SqlServerCitation?a=dHQh6tXXYDc:sUDnTcncsu4:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServerCitation?d=dnMXMwOfBR0" border="0" alt="" /&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/SqlServerCitation?a=dHQh6tXXYDc:sUDnTcncsu4:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServerCitation?d=7Q72WNTAKBA" border="0" alt="" /&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/SqlServerCitation?a=dHQh6tXXYDc:sUDnTcncsu4:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServerCitation?i=dHQh6tXXYDc:sUDnTcncsu4:V_sGLiPBpWU" border="0" alt="" /&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/SqlServerCitation?a=dHQh6tXXYDc:sUDnTcncsu4:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServerCitation?d=qj6IDK7rITs" border="0" alt="" /&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/SqlServerCitation?a=dHQh6tXXYDc:sUDnTcncsu4:KwTdNBX3Jqk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServerCitation?i=dHQh6tXXYDc:sUDnTcncsu4:KwTdNBX3Jqk" border="0" alt="" /&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/SqlServerCitation?a=dHQh6tXXYDc:sUDnTcncsu4:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServerCitation?d=l6gmwiTKsz0" border="0" alt="" /&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/SqlServerCitation?a=dHQh6tXXYDc:sUDnTcncsu4:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServerCitation?i=dHQh6tXXYDc:sUDnTcncsu4:gIN9vFwOqvQ" border="0" alt="" /&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/SqlServerCitation?a=dHQh6tXXYDc:sUDnTcncsu4:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServerCitation?d=TzevzKxY174" border="0" alt="" /&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/SqlServerCitation?a=dHQh6tXXYDc:sUDnTcncsu4:nQ_hWtDbxek"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServerCitation?d=nQ_hWtDbxek" border="0" alt="" /&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/SqlServerCitation/~4/dHQh6tXXYDc" height="1" width="1" alt="" /&gt;</description></item><item><title>Download SQL Server Training Kit</title><link>/http://feedproxy.google.com/~r/SqlServerCitation/~3/AoVXcifDg6I/download-sql-server-training-kit.html</link><pubDate>Thu, 20 Jan 2011 06:00:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1786815</guid><dc:creator>Anonymous</dc:creator><description>&lt;p&gt;&lt;font size="3" face="Trebuchet MS"&gt;Couple of months back I have wrote a blog article about the availability of &lt;a title="Microsoft SQL Server Developer Training Kit" href="http://www.sql-server-citation.com/2010/07/download-sql-server-developers-training.html" target="_blank"&gt;Microsoft SQL Server Developer Training Kit&lt;/a&gt; which is very helpful resource for the SQL Server Developers, trainers and professionals to understand the improvements comes with the release of SQL Server 2008. &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3" face="Trebuchet MS"&gt;Recently, 18th January 2011 Microsoft has released the &lt;strong&gt;&lt;em&gt;updated version of Microsoft SQL Server Developer Training Kit&lt;/em&gt;&lt;/strong&gt; which has &lt;/font&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;font size="3" face="Trebuchet MS"&gt;# 31 Presentations (includes Slide decks, videos and transcripts)&lt;/font&gt;&lt;/li&gt;    &lt;li&gt;&lt;font size="3" face="Trebuchet MS"&gt;# 27 Demos (includes installer scripts, videos and transcripts)&lt;/font&gt;&lt;/li&gt;    &lt;li&gt;&lt;font size="3" face="Trebuchet MS"&gt;# 12 hands on labs (includes installer scripts)&lt;/font&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;font size="3" face="Trebuchet MS"&gt;The main highlight of the updated version is – &lt;strong&gt;&lt;em&gt;BI Solution, &lt;/em&gt;&lt;/strong&gt;yes you read it right. The version of developer training kit has the units for BI Solutions like:&lt;/font&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;font size="3" face="Trebuchet MS"&gt;Build your first &lt;strong&gt;&lt;em&gt;Microsoft BI Solution with SQL Server 2008 R2&lt;/em&gt;&lt;/strong&gt;&lt;/font&gt;&lt;/li&gt;    &lt;li&gt;&lt;font size="3" face="Trebuchet MS"&gt;Introduction to &lt;strong&gt;&lt;em&gt;BI Modelling Techniques&lt;/em&gt;&lt;/strong&gt;&lt;/font&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;font size="3" face="Trebuchet MS"&gt;And all of this are free!! &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3" face="Trebuchet MS"&gt;Download the updated version of SQL Server Developer Training kit from here –&amp;gt; &lt;a title="Download SQL Server Developer Training Kit - January 2011" href="http://www.microsoft.com/downloads/en/details.aspx?displaylang=en&amp;amp;FamilyID=fffaad6a-0153-4d41-b289-a3ed1d637c0d"&gt;http://www.microsoft.com/downloads/en/details.aspx?displaylang=en&amp;amp;FamilyID=fffaad6a-0153-4d41-b289-a3ed1d637c0d&lt;/a&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3" face="Trebuchet MS"&gt;You may want to check the &lt;a title="List of What is Included in SQL Server Developer Training Kit" href="http://www.microsoft.com/downloads/en/details.aspx?displaylang=en&amp;amp;FamilyID=fffaad6a-0153-4d41-b289-a3ed1d637c0d#Overview" target="_blank"&gt;complete list&lt;/a&gt; of what is included in SQL Server Developer Training Kit and &lt;a title="System Requirements" href="http://www.microsoft.com/downloads/en/details.aspx?displaylang=en&amp;amp;FamilyID=fffaad6a-0153-4d41-b289-a3ed1d637c0d#SystemRequirements" target="_blank"&gt;System Requirements&lt;/a&gt; before you begin download.&amp;#160; &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3" face="Trebuchet MS"&gt;Regards&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3" face="Trebuchet MS"&gt;Hemantgiri S. Goswami&lt;/font&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width="1" height="1" src="https://blogger.googleusercontent.com/tracker/8332641-8273313786476962230?l=www.sql-server-citation.com" alt="" /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/SqlServerCitation?a=AoVXcifDg6I:Ad6f3NQY_W8:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServerCitation?d=yIl2AUoC8zA" border="0" alt="" /&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/SqlServerCitation?a=AoVXcifDg6I:Ad6f3NQY_W8:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServerCitation?d=63t7Ie-LG7Y" border="0" alt="" /&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/SqlServerCitation?a=AoVXcifDg6I:Ad6f3NQY_W8:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServerCitation?d=dnMXMwOfBR0" border="0" alt="" /&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/SqlServerCitation?a=AoVXcifDg6I:Ad6f3NQY_W8:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServerCitation?d=7Q72WNTAKBA" border="0" alt="" /&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/SqlServerCitation?a=AoVXcifDg6I:Ad6f3NQY_W8:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServerCitation?i=AoVXcifDg6I:Ad6f3NQY_W8:V_sGLiPBpWU" border="0" alt="" /&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/SqlServerCitation?a=AoVXcifDg6I:Ad6f3NQY_W8:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServerCitation?d=qj6IDK7rITs" border="0" alt="" /&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/SqlServerCitation?a=AoVXcifDg6I:Ad6f3NQY_W8:KwTdNBX3Jqk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServerCitation?i=AoVXcifDg6I:Ad6f3NQY_W8:KwTdNBX3Jqk" border="0" alt="" /&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/SqlServerCitation?a=AoVXcifDg6I:Ad6f3NQY_W8:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServerCitation?d=l6gmwiTKsz0" border="0" alt="" /&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/SqlServerCitation?a=AoVXcifDg6I:Ad6f3NQY_W8:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServerCitation?i=AoVXcifDg6I:Ad6f3NQY_W8:gIN9vFwOqvQ" border="0" alt="" /&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/SqlServerCitation?a=AoVXcifDg6I:Ad6f3NQY_W8:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServerCitation?d=TzevzKxY174" border="0" alt="" /&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/SqlServerCitation?a=AoVXcifDg6I:Ad6f3NQY_W8:nQ_hWtDbxek"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServerCitation?d=nQ_hWtDbxek" border="0" alt="" /&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/SqlServerCitation/~4/AoVXcifDg6I" height="1" width="1" alt="" /&gt;</description></item><item><title>Cumulative Update package 5 for SQL Server 2008 R2 :: to test &amp;amp; deploy</title><link>/http://sqlserver-qa.net/blogs/sql2008/archive/2010/12/22/9852.aspx</link><pubDate>Wed, 22 Dec 2010 06:00:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1784853</guid><dc:creator>Anonymous</dc:creator><description>Another instalment of Cumulative Update package (which is 5 now) for SQL Server 2008 R2 is available to test and deploy on to your production systems. So the build number after you apply this CU5 will be 10.50.1753 (thats an easy number to remember).You have to restart the instance once the CU5 is applied on SQL2008 R2 instance, I didn&amp;#39;t get the reboot notification but I was not able to restart SQL instance after the implentation so I have to go for a reboot of machine. Here are the list of builds...(&lt;a href="http://sqlserver-qa.net/blogs/sql2008/archive/2010/12/22/9852.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sqlserver-qa.net/aggbug.aspx?PostID=9852" width="1" height="1" alt="" /&gt;</description></item><item><title>Make huge space savings by using SPARSE columns</title><link>/http://feedproxy.google.com/~r/SimonsSqlServerStuff/~3/qOXCLZxHBDQ/make-huge-space-savings-by-using-sparse-columns.aspx</link><pubDate>Thu, 16 Dec 2010 06:00:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1784510</guid><dc:creator>Anonymous</dc:creator><description>I’ve blogged before about Getting more than 1024 columns on a table , this is done by using sparse columns. Whilst this is potentially useful for people with insane table designs, sparse columns aren’t just for this. My experience over the past few years...(&lt;a href="http://sqlblogcasts.com/blogs/simons/archive/2010/12/17/make-huge-space-savings-by-using-sparse-columns.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sqlblogcasts.com/aggbug.aspx?PostID=15157" width="1" height="1" alt="" /&gt;&lt;img src="http://feeds.feedburner.com/~r/SimonsSqlServerStuff/~4/qOXCLZxHBDQ" height="1" width="1" alt="" /&gt;</description></item><item><title>Get your free SQL Server 2008 R2 System Views Map </title><link>/http://sqlserver-qa.net/blogs/sql2008/archive/2010/12/09/9795.aspx</link><pubDate>Thu, 09 Dec 2010 06:00:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1783783</guid><dc:creator>Anonymous</dc:creator><description>System views map is a good resource of information for every DBA to know internals of system catalogs of a product. In this case SQL Server 2008 R2 system views map is available for download in the form of PDF &amp;amp; XPS file. Download link refers: The Microsoft SQL Server 2008 R2 System Views Map shows the key system views included in Microsoft SQL Server 2008 and SQL Server 2008 R2, and the relationships between them. The map is similar to the Microsoft SQL Server 2008 version and includes updates...(&lt;a href="http://sqlserver-qa.net/blogs/sql2008/archive/2010/12/09/9795.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sqlserver-qa.net/aggbug.aspx?PostID=9795" width="1" height="1" alt="" /&gt;</description></item><item><title>Trace Flag 610 – When should you use it?</title><link>/http://feedproxy.google.com/~r/SimonsSqlServerStuff/~3/SjemkIiyDRg/trace-flag-610-when-should-you-use-it.aspx</link><pubDate>Tue, 16 Nov 2010 06:00:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1782456</guid><dc:creator>Anonymous</dc:creator><description>Thanks to Marcel van der Holst for providing this great information on the use of Trace Flag 610. This trace flag can be used to have minimal logging into a b tree (i.e. clustered table or an index on a heap) that already has data. It is a trace flag...(&lt;a href="http://sqlblogcasts.com/blogs/simons/archive/2010/11/17/trace-flag-610-when-should-you-use-it.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sqlblogcasts.com/aggbug.aspx?PostID=15067" width="1" height="1" alt="" /&gt;&lt;img src="http://feeds.feedburner.com/~r/SimonsSqlServerStuff/~4/SjemkIiyDRg" height="1" width="1" alt="" /&gt;</description></item></channel></rss>