<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB"><title type="html">Benjamin Wright-Jones</title><subtitle type="html">SQL Server Thought Showers from a SQL Server Consultant 
(Microsoft Consultancy Services, UK)</subtitle><id>http://blogs.msdn.com/benjones/atom.xml</id><link rel="alternate" type="text/html" href="http://blogs.msdn.com/benjones/default.aspx" /><link rel="self" type="application/atom+xml" href="http://blogs.msdn.com/benjones/atom.xml" /><generator uri="http://communityserver.org" version="2.1.61025.2">Community Server</generator><updated>2008-09-23T13:27:21Z</updated><entry><title>Using an SSIS package to monitor and archive the default trace file</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/benjones/archive/2009/05/13/using-an-ssis-package-to-monitor-and-archive-the-default-trace-file.aspx" /><id>http://blogs.msdn.com/benjones/archive/2009/05/13/using-an-ssis-package-to-monitor-and-archive-the-default-trace-file.aspx</id><published>2009-05-13T17:56:40Z</published><updated>2009-05-13T17:56:40Z</updated><content type="html">&lt;p&gt;I find it frustrating that the SQL Server 2005/2008 default trace is continually overwritten and there is no way to store x number of files or x MBs of data.&amp;#160; As a workaround, I developed an SSIS package to monitor the \LOG folder and automatically archive the default trace file whenever a new file is created. &lt;/p&gt;  &lt;p&gt;This consists of a FOR LOOP container, a Script Task and a File System Task plus a whole bunch of variables and property expressions.&lt;/p&gt;  &lt;p&gt;The guts of the package is really in the Script Task as this is where I use a WMI query to monitor the \LOG folder for .trc files.&amp;#160; The file is then renamed (date-time-servername-file) to another folder\share which can be a UNC structure e.g. \\server\share.&amp;#160; This way I have a permanent record of the basic server activity for root cause analysis/troubleshooting.&amp;#160; &lt;/p&gt;  &lt;p&gt;The screenshot below shows the basic structure of the package. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/benjones/WindowsLiveWriter/UsinganSSISpackagetomonitorandarchivethe_1400A/image_3.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/benjones/WindowsLiveWriter/UsinganSSISpackagetomonitorandarchivethe_1400A/image_thumb.png" width="334" height="244" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9610083" width="1" height="1"&gt;</content><author><name>benjones</name><uri>http://blogs.msdn.com/members/benjones.aspx</uri></author></entry><entry><title>SQL Server 2008 R2 Master Data Services</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/benjones/archive/2009/05/13/sql-server-2008-r2-master-data-services.aspx" /><id>http://blogs.msdn.com/benjones/archive/2009/05/13/sql-server-2008-r2-master-data-services.aspx</id><published>2009-05-13T17:52:58Z</published><updated>2009-05-13T17:52:58Z</updated><content type="html">&lt;p&gt;In case you missed the Tech-Ed 2009 announcement, you can find the info here &lt;a title="http://www.microsoft.com/sqlserver/2008/en/us/MDS.aspx" href="http://www.microsoft.com/sqlserver/2008/en/us/MDS.aspx"&gt;http://www.microsoft.com/sqlserver/2008/en/us/MDS.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;“On initial scoping, it was determined that 'Bulldog' would ship as part of Microsoft Office SharePoint in the O14 wave.&amp;#160; At TechEd 2009, we announced a change in packaging for the new MDM capabilities. Project 'Bulldog' will now ship as part of the next release of SQL Server codenamed ‘Kilimanjaro’ as 'SQL Server Master Data Services.&amp;#160; &lt;/p&gt;  &lt;p&gt;This means that in addition to new capabilities such as Self Service BI and multi-server management, SQL Server ‘Kilimanjaro’ will also provide customers with a rich platform for MDM through SQL Server Master Data Services. Customers who have purchased Software Assurance (SA) should view this as net new value and innovation that they will have access to as a result of their investments in SA.”&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9610060" width="1" height="1"&gt;</content><author><name>benjones</name><uri>http://blogs.msdn.com/members/benjones.aspx</uri></author></entry><entry><title>Initializing a Transactional Replication Subscriber from an Array-Based Snapshot</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/benjones/archive/2009/05/07/initializing-a-transactional-replication-subscriber-from-an-array-based-snapshot.aspx" /><id>http://blogs.msdn.com/benjones/archive/2009/05/07/initializing-a-transactional-replication-subscriber-from-an-array-based-snapshot.aspx</id><published>2009-05-07T18:33:54Z</published><updated>2009-05-07T18:33:54Z</updated><content type="html">&lt;p&gt;After a few late nights, some coffee and a few review cycles, a new article has just been published on the SQLCAT site which provides an overview of the subscriber initialisation techniques for transactional replication and, more specifically using an array-based snapshot &lt;a href="http://sqlcat.com/technicalnotes/archive/2009/05/04/initializing-a-transactional-replication-subscriber-from-an-array-based-snapshot.aspx"&gt;http://sqlcat.com/technicalnotes/archive/2009/05/04/initializing-a-transactional-replication-subscriber-from-an-array-based-snapshot.aspx&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9594490" width="1" height="1"&gt;</content><author><name>benjones</name><uri>http://blogs.msdn.com/members/benjones.aspx</uri></author></entry><entry><title>Technet Webcast: An Early look at SQL Server ‘Kilimanjaro’ and project ‘Madison’</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/benjones/archive/2009/04/22/technet-webcast-an-early-look-at-sql-server-kilimanjaro-and-project-madison.aspx" /><id>http://blogs.msdn.com/benjones/archive/2009/04/22/technet-webcast-an-early-look-at-sql-server-kilimanjaro-and-project-madison.aspx</id><published>2009-04-22T20:42:30Z</published><updated>2009-04-22T20:42:30Z</updated><content type="html">&lt;p&gt;&lt;a title="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032413070&amp;amp;EventCategory=4&amp;amp;culture=en-US&amp;amp;CountryCode=US" href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032413070&amp;amp;EventCategory=4&amp;amp;culture=en-US&amp;amp;CountryCode=US"&gt;http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032413070&amp;amp;EventCategory=4&amp;amp;culture=en-US&amp;amp;CountryCode=US&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9563127" width="1" height="1"&gt;</content><author><name>benjones</name><uri>http://blogs.msdn.com/members/benjones.aspx</uri></author></entry><entry><title>SQL Server 2005 Service Pack 3 Cumulative Update 3</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/benjones/archive/2009/04/21/sql-server-2005-service-pack-3-cumulative-update-3.aspx" /><id>http://blogs.msdn.com/benjones/archive/2009/04/21/sql-server-2005-service-pack-3-cumulative-update-3.aspx</id><published>2009-04-21T14:15:08Z</published><updated>2009-04-21T14:15:08Z</updated><content type="html">&lt;p&gt;Just released &lt;a title="http://support.microsoft.com/kb/967909/" href="http://support.microsoft.com/kb/967909/"&gt;http://support.microsoft.com/kb/967909/&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9559283" width="1" height="1"&gt;</content><author><name>benjones</name><uri>http://blogs.msdn.com/members/benjones.aspx</uri></author></entry><entry><title>Using a C# script task in SSIS to download a file over http</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/benjones/archive/2009/03/29/using-a-c-script-task-in-ssis-to-download-a-file-over-http.aspx" /><id>http://blogs.msdn.com/benjones/archive/2009/03/29/using-a-c-script-task-in-ssis-to-download-a-file-over-http.aspx</id><published>2009-03-29T20:07:08Z</published><updated>2009-03-29T20:07:08Z</updated><content type="html">&lt;p&gt;I recently had a requirement to automate downloading a file from an website and then perform ETL on the data in the file.&amp;#160; Fortunately, this is possible via the script task in SSIS (note that this is using SQL Server 2008 Integration Services).&amp;#160; I found a couple of web references to do this in VB.NET but I prefer C# so modified the code and made some adjustments to suit my (debugging) needs.&amp;#160; I set two package variables, RemoteURI and LocalFileName, to store the URL (source) and filename (destination). &lt;/p&gt;  &lt;p&gt;This works really well and I can change the variables at run-time using property expressions&lt;/p&gt;  &lt;p&gt;&lt;font size="1"&gt;public void Main()      &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; {       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; WebClient myWebClient;       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; string RemoteURI;       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; string LocalFileName;       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; bool FireAgain = true;       &lt;br /&gt;&lt;/font&gt;    &lt;br /&gt;&lt;font size="1"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Dts.Log(&amp;quot;entering download..&amp;quot;, 999, null);      &lt;br /&gt;&lt;/font&gt;    &lt;br /&gt;&lt;font size="1"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; try      &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; {       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; myWebClient = new WebClient(); &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; RemoteURI = Dts.Variables[&amp;quot;User::vPipeline&amp;quot;].Value.ToString();      &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; LocalFileName = Dts.Variables[&amp;quot;User::vLocalFileName&amp;quot;].Value.ToString();&lt;/font&gt;&lt;/p&gt; &lt;font size="1"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Console.WriteLine(RemoteURI);    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Console.WriteLine(LocalFileName); &lt;/font&gt;  &lt;p&gt;&lt;font size="1"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; MessageBox.Show(RemoteURI);      &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; MessageBox.Show(LocalFileName); &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; // Notification      &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Dts.Events.FireInformation(0, String.Empty, String.Format(&amp;quot;Downloading '{0}' from '{1}'&amp;quot;, LocalFileName, RemoteURI), String.Empty, 0, ref FireAgain);&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; // Download the file      &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; myWebClient.DownloadFile(RemoteURI, LocalFileName); &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Dts.TaskResult = (int)ScriptResults.Success; &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; } &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; catch (Exception ex)      &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; {       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; // Catch and handle error       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Dts.Events.FireError(0, String.Empty, ex.Message, String.Empty, 0);       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Dts.TaskResult = (int)ScriptResults.Failure;       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; } &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; }&lt;/font&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9517457" width="1" height="1"&gt;</content><author><name>benjones</name><uri>http://blogs.msdn.com/members/benjones.aspx</uri></author></entry><entry><title>Microspotting?</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/benjones/archive/2009/03/19/microspotting.aspx" /><id>http://blogs.msdn.com/benjones/archive/2009/03/19/microspotting.aspx</id><published>2009-03-19T20:08:10Z</published><updated>2009-03-19T20:08:10Z</updated><content type="html">&lt;p&gt;[Non-SQL related] I’ve just discovered an interesting site called Microspotting which came to my attention courtesy of the grapevine. At first I wasn’t sure what this was about but after a little bit of digging, it would appear that the site is dedicated to sharing stories about Microsoft FTE’s. As the site proclaims, it is a bit like having an internal paparazzi but provides some good insight.&amp;#160; Take a look here &lt;a title="http://www.microspotting.com/" href="http://www.microspotting.com/"&gt;http://www.microspotting.com/&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9491028" width="1" height="1"&gt;</content><author><name>benjones</name><uri>http://blogs.msdn.com/members/benjones.aspx</uri></author></entry><entry><title>SQL Server 2008 CU4 released</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/benjones/archive/2009/03/17/sql-server-2008-cu4-released.aspx" /><id>http://blogs.msdn.com/benjones/archive/2009/03/17/sql-server-2008-cu4-released.aspx</id><published>2009-03-17T07:55:46Z</published><updated>2009-03-17T07:55:46Z</updated><content type="html">&lt;p&gt;Just published here &lt;a title="http://support.microsoft.com/kb/963036" href="http://support.microsoft.com/kb/963036"&gt;http://support.microsoft.com/kb/963036&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9482847" width="1" height="1"&gt;</content><author><name>benjones</name><uri>http://blogs.msdn.com/members/benjones.aspx</uri></author></entry><entry><title>Why is sp_dbmmonitorresults failing with invalid object?</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/benjones/archive/2009/02/18/why-is-sp-dbmmonitorresults-failing-with-invalid-object.aspx" /><id>http://blogs.msdn.com/benjones/archive/2009/02/18/why-is-sp-dbmmonitorresults-failing-with-invalid-object.aspx</id><published>2009-02-18T20:57:54Z</published><updated>2009-02-18T20:57:54Z</updated><content type="html">&lt;p&gt;I recently setup a simple database mirroring config on my latpop (two instances SQL Server 2005 SP3 etc.).&amp;#160; The databases were configured for HIGH SAFETY but with no witness.&amp;#160; Everything was working fine.&amp;#160; I wanted to simulate a communication failure so I could see the send queue growing.&amp;#160; I just shutdown the mirror instance and then inserted lots of rows into the principal.&amp;#160; Great, so now I executed:&lt;/p&gt;  &lt;p&gt;EXEC&amp;#160;&amp;#160;&amp;#160; sys.sp_dbmmonitorresults @database_name=N'dbm1', 6, 0&lt;/p&gt;  &lt;p&gt;But it kept failing with invalid object on dbm_monitor_data.&amp;#160; Looking at sp_dbmmonitorresults I could see that it was failing on line 130.&amp;#160; This was really confusing me so I looked in msdb for the object.&amp;#160; It didn’t exist. &lt;/p&gt;  &lt;p&gt;I was suprised to find that the object was only created AFTER launching the database mirroring console.&amp;#160; This creates the necessary monitoring objects in msdb.&amp;#160; Problem solved, after much frustration. &lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9432475" width="1" height="1"&gt;</content><author><name>benjones</name><uri>http://blogs.msdn.com/members/benjones.aspx</uri></author></entry><entry><title>SQL Server 2008 System Views Map in PDF or XPS</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/benjones/archive/2009/01/29/sql-server-2008-system-views-map-in-pdf-or-xps.aspx" /><id>http://blogs.msdn.com/benjones/archive/2009/01/29/sql-server-2008-system-views-map-in-pdf-or-xps.aspx</id><published>2009-01-29T08:49:55Z</published><updated>2009-01-29T08:49:55Z</updated><content type="html">&lt;p&gt;Just published - download from here &lt;a title="http://www.microsoft.com/downloads/details.aspx?FamilyID=531c53e7-8a2a-4375-8f2f-5d799aa67b5c&amp;amp;displaylang=en#filelist" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=531c53e7-8a2a-4375-8f2f-5d799aa67b5c&amp;amp;displaylang=en#filelist"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=531c53e7-8a2a-4375-8f2f-5d799aa67b5c&amp;amp;displaylang=en#filelist&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9382787" width="1" height="1"&gt;</content><author><name>benjones</name><uri>http://blogs.msdn.com/members/benjones.aspx</uri></author></entry><entry><title>SQLCAT publish new article on transaction log performance..</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/benjones/archive/2008/12/10/sqlcat-publish-new-article-on-transaction-log-performance.aspx" /><id>http://blogs.msdn.com/benjones/archive/2008/12/10/sqlcat-publish-new-article-on-transaction-log-performance.aspx</id><published>2008-12-10T08:48:27Z</published><updated>2008-12-10T08:48:27Z</updated><content type="html">&lt;p&gt;Read the publication here &lt;a title="http://sqlcat.com/technicalnotes/archive/2008/12/09/diagnosing-transaction-log-performance-issues-and-limits-of-the-log-manager.aspx" href="http://sqlcat.com/technicalnotes/archive/2008/12/09/diagnosing-transaction-log-performance-issues-and-limits-of-the-log-manager.aspx"&gt;http://sqlcat.com/technicalnotes/archive/2008/12/09/diagnosing-transaction-log-performance-issues-and-limits-of-the-log-manager.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Also note the new SQL Server 2008 transaction log specification:&lt;/p&gt;  &lt;p&gt;1. &lt;b&gt;Amount of “in-flight” I/O Limit. &lt;/b&gt;&lt;/p&gt;  &lt;p&gt;a. SQL Server 2008: limit of 3840K at any given time &lt;/p&gt;  &lt;p&gt;b. Prior to SQL Server 2008: limit of 480K at any given time &lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9190043" width="1" height="1"&gt;</content><author><name>benjones</name><uri>http://blogs.msdn.com/members/benjones.aspx</uri></author></entry><entry><title>Readtrace updated</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/benjones/archive/2008/11/24/readtrace-updated.aspx" /><id>http://blogs.msdn.com/benjones/archive/2008/11/24/readtrace-updated.aspx</id><published>2008-11-24T22:12:26Z</published><updated>2008-11-24T22:12:26Z</updated><content type="html">&lt;p&gt;In case you haven’t seen this, readtrace has been updated to also support the SQL Server 2008 trace format and new data types.&amp;#160; There are lots of other fixes and changes in there so go and get the latest version to take a look: &lt;/p&gt;  &lt;p&gt;x64 &lt;a title="http://www.microsoft.com/downloads/details.aspx?familyid=B60CDFA3-732E-4347-9C06-2D1F1F84C342&amp;amp;amp;displaylang=en&amp;amp;displaylang=en" href="http://www.microsoft.com/downloads/details.aspx?familyid=B60CDFA3-732E-4347-9C06-2D1F1F84C342&amp;amp;amp;displaylang=en&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?familyid=B60CDFA3-732E-4347-9C06-2D1F1F84C342&amp;amp;amp;displaylang=en&amp;amp;displaylang=en&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;OR&lt;/p&gt;  &lt;p&gt;x86 &lt;a title="http://www.microsoft.com/downloads/details.aspx?FamilyId=7EDFA95A-A32F-440F-A3A8-5160C8DBE926&amp;amp;amp;displaylang=en&amp;amp;displaylang=en" href="http://www.microsoft.com/downloads/details.aspx?FamilyId=7EDFA95A-A32F-440F-A3A8-5160C8DBE926&amp;amp;amp;displaylang=en&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyId=7EDFA95A-A32F-440F-A3A8-5160C8DBE926&amp;amp;amp;displaylang=en&amp;amp;displaylang=en&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9139200" width="1" height="1"&gt;</content><author><name>benjones</name><uri>http://blogs.msdn.com/members/benjones.aspx</uri></author></entry><entry><title>Support for more than 64 logical processors</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/benjones/archive/2008/11/07/support-for-more-than-64-logical-processors.aspx" /><id>http://blogs.msdn.com/benjones/archive/2008/11/07/support-for-more-than-64-logical-processors.aspx</id><published>2008-11-07T10:16:43Z</published><updated>2008-11-07T10:16:43Z</updated><content type="html">&lt;p&gt;This is a big announcement made at WinHEC &lt;a title="http://www.microsoft.com/presspass/features/2008/nov08/11-06winserverr2.mspx" href="http://www.microsoft.com/presspass/features/2008/nov08/11-06winserverr2.mspx"&gt;http://www.microsoft.com/presspass/features/2008/nov08/11-06winserverr2.mspx&lt;/a&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;“[…] we continue to invest in scalability. In Windows Server 2008 R2, we have built in support for up to 256 logical processors, which will allow our customers to more fully exploit today’s powerful CPUs, deploying only the features they choose and scaling those solutions to meet their organization’s needs.”&lt;/p&gt;  &lt;p&gt;You can watch the recording here &lt;a title="http://www.microsoft.com/presspass/events/winhec/default.mspx" href="http://www.microsoft.com/presspass/events/winhec/default.mspx"&gt;http://www.microsoft.com/presspass/events/winhec/default.mspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;[UPDATE] - Go to about 32 minutes; I particularly like the shot of task manager with 256 processors (about 38 minutes in)&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9051934" width="1" height="1"&gt;</content><author><name>benjones</name><uri>http://blogs.msdn.com/members/benjones.aspx</uri></author></entry><entry><title>New performance monitor counters for SQL Server 2008</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/benjones/archive/2008/10/23/new-performance-monitor-counters-for-sql-server-2008.aspx" /><id>http://blogs.msdn.com/benjones/archive/2008/10/23/new-performance-monitor-counters-for-sql-server-2008.aspx</id><published>2008-10-23T18:13:58Z</published><updated>2008-10-23T18:13:58Z</updated><content type="html">&lt;p&gt;I have been looking at some of the new performance counters that are shipped with SQL Server 2008.&amp;#160; Unfortunately some of these are either not well documented or not documented at all.&amp;#160; The list so far consists of:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;SQL Server Databases: Tracked transactions/sec - Number of committed transactions recorded in the commit table for the database. &lt;/li&gt;    &lt;li&gt;SQL Server Databases: Write Transactions/sec - Number of transactions which wrote to the database in the last second. &lt;/li&gt;    &lt;li&gt;SQL Server Buffer Node: Remote node page lookups/sec - Number of lookup requests from this node which were satisfied from other nodes. &lt;/li&gt;    &lt;li&gt;SQL Server Buffer Node: Local node page lookups/sec - Number of lookup requests from this node which were satisfied from this node. &lt;/li&gt;    &lt;li&gt;SQL Server General Statistics: Connection reset/sec - Total number of connection resets per second. &lt;/li&gt;    &lt;li&gt;SQL Server General Statistics: Tempdb recovery unit id unit - Number of duplicate tempdb recovery unit id generated &lt;/li&gt;    &lt;li&gt;SQL Server General Statistics: Tempdb rowset id - Number of duplicate tempdb rowset id generated &lt;/li&gt;    &lt;li&gt;SQL Server SQL Statistics: Misguided plan executions/sec - Number of plan executions per second in which a plan guide could not be honored during plan generation &lt;/li&gt;    &lt;li&gt;SQL Server SQL Statistics: Guided plan executions/sec - Number of plan executions per second in which the query plan has been generated by using a plan guide. &lt;/li&gt;    &lt;li&gt;Deprecated Features: Usage &amp;lt;feature&amp;gt; – this is a really nice counter which lists feature usage since last SQL Server startup &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;I know there are lots more e.g. resource governor etc. but these are the counters which caught my eye.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9013448" width="1" height="1"&gt;</content><author><name>benjones</name><uri>http://blogs.msdn.com/members/benjones.aspx</uri></author></entry><entry><title>SQL Server 2008 CU1 has just been posted</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/benjones/archive/2008/09/23/sql-server-2008-cu1-has-just-been-posted.aspx" /><id>http://blogs.msdn.com/benjones/archive/2008/09/23/sql-server-2008-cu1-has-just-been-posted.aspx</id><published>2008-09-23T12:27:21Z</published><updated>2008-09-23T12:27:21Z</updated><content type="html">&lt;p&gt;In case you haven’t seen this…&lt;a title="http://support.microsoft.com/kb/956717" href="http://support.microsoft.com/kb/956717"&gt;http://support.microsoft.com/kb/956717&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8962180" width="1" height="1"&gt;</content><author><name>benjones</name><uri>http://blogs.msdn.com/members/benjones.aspx</uri></author></entry></feed>