<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://mail.simple-talk.com/community/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>Simple-Talk</title><link>http://mail.simple-talk.com/community/blogs/default.aspx</link><description>.Net and SQL Server put simply</description><dc:language>en-US</dc:language><generator>CommunityServer 2.0 (Debug Build: 60217.2664)</generator><item><title>Understanding Master Keys</title><link>http://mail.simple-talk.com/community/blogs/johnm/archive/2008/10/03/69844.aspx</link><pubDate>Fri, 03 Oct 2008 14:57:56 GMT</pubDate><guid isPermaLink="false">f46e5dea-70cd-4a69-a7e1-fd07a313bd4d:69844</guid><dc:creator>Johnm</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;At the heart of encryption are keys. These allow you, the authorized user, to unlock the subsequent key in a key hierarchy or the cipher text contained within a database. This hierarchical relationship in SQL Server 2008 is illustrated at &lt;a href="http://msdn.microsoft.com/en-us/library/ms189586.aspx"&gt;http://msdn.microsoft.com/en-us/library/ms189586.aspx&lt;/a&gt;. For SQL Server 2005, the hierarchy is illustrated at &lt;a href="http://msdn.microsoft.com/en-us/library/ms189586(SQL.90).aspx"&gt;http://msdn.microsoft.com/en-us/library/ms189586(SQL.90).aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Within SQL Server, the head of the encryption family is the &lt;strong&gt;Service Master Key&lt;/strong&gt;. This key is a Symmetric key that is based off of the service account credentials as well as the machine key from the Windows Data Protection API (DPAPI). There is only one Service Master Key per instance of SQL Server and is created at setup of that instance.&lt;/p&gt;  &lt;p&gt;The &lt;strong&gt;Database Master Key&lt;/strong&gt; is a Symmetric key that is unique to each catalog (database) within the SQL Server instance. This key is encrypted using the Service Master Key of that instance. When a catalog is created the Database Master Key is not automatically generated. These keys are created using the &lt;a target="_blank" href="http://msdn.microsoft.com/en-us/library/ms174382.aspx"&gt;CREATE MASTER KEY&lt;/a&gt; command.&lt;/p&gt;  &lt;p&gt;Once the Database Master Key is created, additional keys can be created to increase the granularity of of the encrypted data. For example a table or cell can be encrypted with one key while another table or cell could be encrypted with a separate key. Both keys are therefore encrypted by the Database Master Key. These keys can fall into the following types:&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Asymmetric Keys&lt;/strong&gt; are the combination of a private key and a public key. The plain text is encrypted using the public key, which is distributed to others, and is decrypted by a corresponding private key which is very limited in its distribution. An Asymmetric Key is created using the &lt;a target="_blank" href="http://msdn.microsoft.com/en-us/library/ms174430.aspx"&gt;CREATE ASYMMETRIC KEY&lt;/a&gt; command.&lt;/p&gt;  &lt;p&gt;A &lt;strong&gt;Symmetric Key&lt;/strong&gt; is a single key that is used to encrypt and decrypt data. A Symmetric Key can only decrypt the data that was encrypted by itself. As previously noted the Service Master Key and Database Master Key are considered this type of key. A Symmetric Key is created using the &lt;a target="_blank" href="http://msdn.microsoft.com/en-us/library/ms188357.aspx"&gt;CREATE SYMMETRIC KEY&lt;/a&gt; command.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Certificates&lt;/strong&gt; are private or public keys that are digitally associated with an individual or device. The use of a Certificate is very similar to Asymmetric Key. These can be created externally from SQL Server and can offer expiration management. To create a Certificate within SQL Server you will use the &lt;a target="_blank" href="http://msdn.microsoft.com/en-us/library/ms187798.aspx"&gt;CREATE CERTIFICATE&lt;/a&gt; command.&lt;/p&gt;  &lt;p&gt;When a database is backed up through the standard means, the keys that are applied to the instance and subsequent catalogs are not included. Each key must be individually backed up using the &lt;a target="_blank" href="http://msdn.microsoft.com/en-us/library/ms190337.aspx"&gt;BACKUP SERVICE MASTER KEY&lt;/a&gt;, &lt;a target="_blank" href="http://msdn.microsoft.com/en-us/library/ms174387.aspx"&gt;BACKUP MASTER KEY&lt;/a&gt; or &lt;a target="_blank" href="http://msdn.microsoft.com/en-us/library/ms178578.aspx"&gt;BACKUP CERTIFICATE&lt;/a&gt; commands. A best practice is not to store these key backups on the same device as the database backup in the event that the device is compromised.&lt;/p&gt;  &lt;p&gt;While a mile of text could be used to provide more details regarding keys, this cursory review should provide the novice cryptographer with some basic information that will help begin to lift the fog in the implementation of this valuable feature of SQL Server.&lt;/p&gt;&lt;img src="http://mail.simple-talk.com/community/aggbug.aspx?PostID=69844" width="1" height="1"&gt;</description></item><item><title>And so it came to PASS...</title><link>http://mail.simple-talk.com/community/blogs/tony_davis/archive/2008/09/30/69766.aspx</link><pubDate>Tue, 30 Sep 2008 11:10:00 GMT</pubDate><guid isPermaLink="false">f46e5dea-70cd-4a69-a7e1-fd07a313bd4d:69766</guid><dc:creator>Tony Davis</dc:creator><slash:comments>4</slash:comments><description>&lt;P class=MsoNormal&gt;On 18-21 November this year, in the great city of Seattle, PASS will be holding their 10&lt;SUP&gt;th&lt;/SUP&gt; &lt;A href="http://summit2008.sqlpass.org/"&gt;annual conference&lt;/A&gt;. If you work with SQL Server, you should attend if you possibly can. It's an independently-organized summit, but with the hand of Microsoft firmly up its sweater. This means plenty of real-world technical sessions from community DBAs who are prepared to "tell it like it is" rather than just give the rose-tinted Microsoft view. It also ensures a healthy attendance of Microsoft developers (one for every ten attendees this year, apparently!) who you can grill for inside information on SQL Server. You can even get SQL Server 2008 certified while at the event, if you so wish to spoil the experience.&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;PASS, unfortunately, seem to be difficult to deal with and short on information. The PASS conference has a reputation for being poorly organized.&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;For example, there is &lt;I&gt;still&lt;/I&gt; only very sketchy session information on the website. Several authors and speakers I've talked to have started comparing unfavourably the experience and expense of the PASS summit with that of emerging community events such as &lt;A href="http://www.indytechfest.com/"&gt;IndyTechFest&lt;/A&gt; and &lt;A href="http://www.sqlsaturday.com/"&gt;SQLSaturday&lt;/A&gt;, which are free to attend and often very well-organized. Luckily, PASS has been undergoing some fairly major changes over the past year, with a new management structure, new website, a new package to help people start their own local user groups, free PASS membership, and so on. So, things may well improve, and the PASS summit remains a compelling event, as long as you know how to get the most out of it.&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;B&gt;Set Specific Goals &lt;/B&gt;for improving the performance of specific parts of your current system, using knowledge you'll gain at the conference. And then go home and implement them.&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;B&gt;Talk to People! &lt;/B&gt;I've met people who go to all the keynotes, diligently mark out all the sessions they want to attend and spend the week, heads down, trudging between each one. It is not enough. Talk to Microsoft SQL Server developers about specific technical issues. Talk to the tool vendors about possible alternative solutions. Most of all, talk to your fellow DBAs over lunch, in birds-of-a-feather sessions and at the bars and parties. It can help you develop a far-reaching support network.&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;B&gt;Don't be ashamed to Party&lt;/B&gt;. In my experience, when you bring together, in a relaxed environment, a group of like-minded professionals, they can produce some of the best insights into the real problems DBAs face, and how to handle them. A meeting in the bar with a few fellow DBAs can be&amp;nbsp;just as productive as a conference session or keynote.&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;Have you had dealings with PASS as a conference attendee, volunteer or speaker? Or in setting up a local users group? What they do well? Where they need to work harder? Have you got any advice on how to get the most benefit from the conference? Please let us know. As usual, the best comment on the blog will win a $50 Amazon voucher.&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;Cheers,&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;Tony.&lt;/P&gt;&lt;img src="http://mail.simple-talk.com/community/aggbug.aspx?PostID=69766" width="1" height="1"&gt;</description></item><item><title>Simply different: ingenious!</title><link>http://mail.simple-talk.com/community/blogs/redwork/archive/2008/09/30/69765.aspx</link><pubDate>Tue, 30 Sep 2008 11:00:00 GMT</pubDate><guid isPermaLink="false">f46e5dea-70cd-4a69-a7e1-fd07a313bd4d:69765</guid><dc:creator>red@work</dc:creator><slash:comments>0</slash:comments><description>&lt;font face="Arial"&gt;&lt;p&gt;Having seen Chris’ post yesterday, I thought I’d bring another perspective to the table. I joined Red Gate a few weeks ago, and from all I’d learned before joining I thought it was a cracking company, doing things in a different way. In particular I think it’s taking the consumer-led approach to products and business and applying it in a space which has traditionally been addressed in a very different manner.&lt;/p&gt;

&lt;p&gt;So, people in organisations are being sold to as if they were consumers, with products which have a quality, an intent, and hopefully a pervasiveness which mirrors them as consumers in the working place. That interests me an awful lot.&lt;/p&gt;

&lt;p&gt;I’ve spent a lot of time with more ‘enterprise-y’, more classical ways of offering, making and developing products (both hardware and software), almost always in leading high-tech early markets. But this is the first organisation which I’ve been exposed to which is approaching those problems in a very different way, and that interests me and attracted me - and the more I’ve learned, the more that instinct has become validated.&lt;/p&gt;

&lt;p&gt;So I’m intrigued by that approach, I’m intrigued by the fact that it’s different, I’m intrigued by the fact that the image and execution of the company is distinct, and I’m intrigued by the mantra of ‘simplicity’.&lt;/p&gt;

&lt;p&gt;If I were to describe the culture of Red Gate, I think two words would spring to mind. One of them is ‘Different’, and the other is ‘Friendly’, or ‘People-Oriented’. I’ve never before worked for a company where, after accepting the job offer, I was sent a helium balloon as part of a package of goodies as a way to say ‘Hi’. I think that’s very interesting, because I think at one level it says “people are people”, and the organisation promotes its ‘people-ness’, as much as anything else.&lt;/p&gt;

&lt;p&gt;And that principle I’ve seen in the last few weeks in spades; People have approached me, they’ve looked after me, they’ve said ‘hi’… all that stuff. It’s a very different experience from many (particularly larger) organisations, where you’re dumped at a desk, told “here’s your email, here’s your phone, and off you go”. It’s very different from that, very welcoming; but I think it’s indicative of a principle, a theme, a trend in the company which is very strong.&lt;/p&gt;

&lt;p&gt;When I say ‘different’, I mean it in a good way. Little things are done differently and, most importantly, cleverly differently. Just to give you an example, on the website, there is a list of references. Many companies have references. Often times those references are highly contrived, very strongly marketed and they say “the product’s good, it works, it does what it says on the tin”. What I noticed of Red Gate was that the recommendations still say the products are good; but they - or rather we - say it by having lots of verbatim comments from many, many people. And my initial reaction was,&lt;/p&gt;

&lt;blockquote&gt;&lt;i&gt;“That’s odd”&lt;/i&gt;&lt;/blockquote&gt;

&lt;p&gt;My next reaction was,&lt;/p&gt;

&lt;blockquote&gt;&lt;i&gt;“You know what, there’s a lot of content there”&lt;/i&gt;&lt;/blockquote&gt;

&lt;p&gt;And my third reaction was,&lt;/p&gt;

&lt;blockquote&gt;&lt;i&gt;“It’s different, and it’s different in a positive and clever way”&lt;/i&gt;&lt;/blockquote&gt;

&lt;p&gt;And now I’m inside the building I’m beginning to see what I think is an underlying theme; that:&lt;/p&gt;

&lt;p&gt;A) It’s ok to be different and -&lt;/p&gt;
&lt;p&gt;B) Difference could be a strength, a discriminator, an opportunity.&lt;/p&gt;

&lt;p&gt;I’ve seen differences accepted. I’ve seen real consensus-led meetings, and that, in a sense, shows a culture which is valuing difference when applied objectively. And I suspect I will see other instances where being different has been taken to become a virtue, for very good and thinking reasons.&lt;/p&gt;

&lt;p&gt;Another difference, and I’ve never had this before: on my first day there was an envelope on my desk with a card, signed by a bunch of members of the team, and with a picture on the card as I recognised (on about day 1-&amp;amp;-a-half) as caricatures of people in the company. I thought that was an extraordinarily nice thing to do, which was also very, very welcoming.&lt;/p&gt;

&lt;p&gt;I think the thing I remember the most about my first day here was the efficiency. I could see my arrival had been planned to more than just having a desk and a chair. I was taken by the HR department into a meeting, and run through all the practical stuff, which was good because it’s a good chance to ask all those very boring questions about where everything is. But that was done very quickly. &lt;/p&gt;

&lt;p&gt;One of the other things that impressed me was the briefing paper I was given, which was almost a mini project-planner with the sorts of things I should be doing on day1, day2, week2, week3 etc. There had been significant thought given to that plan, and work doing it, because it was for &lt;b&gt;ME&lt;/b&gt;, not just a new person. It was personalised, it was directed, and I’ve found that very useful, because it’s given me something to hang on to and do. And I’ve never had that anywhere else. I’ve been in meetings where people have verbally said, “Here’s a bunch of things”, and I’ve been in situations where someone has said “well, the ‘project manager’ (or whoever) left, here’s his departure notes”…not the same thing at all.&lt;/p&gt;

&lt;p&gt;&lt;i&gt;&lt;b&gt;Paul Galwas&lt;/b&gt;&lt;/i&gt;&lt;/p&gt;
&lt;/font&gt;&lt;img src="http://mail.simple-talk.com/community/aggbug.aspx?PostID=69765" width="1" height="1"&gt;</description></item><item><title>Data In The Cloud</title><link>http://mail.simple-talk.com/community/blogs/johnm/archive/2008/09/29/69761.aspx</link><pubDate>Tue, 30 Sep 2008 02:06:00 GMT</pubDate><guid isPermaLink="false">f46e5dea-70cd-4a69-a7e1-fd07a313bd4d:69761</guid><dc:creator>Johnm</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Back in 2001, I attended a seminar in which Microsoft introduced the .NET Framework. I distinctly remember the discussion surrounding the concept of software being offered as a service via the Internet. Over the years there has been many offerings in this regard and more potential customers of this option have grown accustomed to and interested in the concept.&lt;/p&gt;  &lt;p&gt;As the .NET Framework matured and the tools to create web applications became more powerful, the appearance of applications being offered on the Internet became more frequent. The straight-forward term of &amp;quot;Software as a Service&amp;quot; became a more visual and marketable &amp;quot;Computing in the Cloud&amp;quot; which could very well draw &lt;em&gt;The Rolling Stones&lt;/em&gt; in again for someone's marketing campaign.&lt;/p&gt;  &lt;p&gt;The database world has not been left out of this brave new world. There are many on-line database service offerings that are making their claim in the cloud such as Intuit, Amazon.com, IBM and Google. Most interesting to the SQL Server crowd is Microsoft's offering called &lt;a target="_blank" href="http://download.microsoft.com/download/5/4/b/54b207b4-9485-45fd-9f54-475cc943bfbf/SQL%20Server%20Data%20Services%20Solution%20Overview.pdf"&gt;SQL Server Data Services (SSDS)&lt;/a&gt;. This product offers on-line data storage, query and manipulation. While SSDS will not offer the entire suite of features of SQL Server when it is released, there will be many features that will make it a serious contender in the current &amp;quot;database in the cloud&amp;quot; market.&lt;/p&gt;  &lt;p&gt;The marketing information indicates that SSDS will have a &amp;quot;flexible data model&amp;quot; and further describes it as &amp;quot;no schemas required&amp;quot;. With elements such as entities, containers and &amp;quot;flat scalar property bags&amp;quot; developing in the SSDS environment may require a bit of a learning curve for the Database Developer; but it is a very exciting opportunity for those willing to go off into the &amp;quot;wild blue yonder&amp;quot;.&lt;/p&gt;  &lt;p&gt;There is much more to learn about SSDS and I am looking forward to getting my hands on it. This product is not yet in Beta; but Microsoft is taking applications for participating in the Beta program. You can sign up to participate in the Beta as well as learn more about SSDS at the following link: &lt;a title="http://www.microsoft.com/sql/dataservices/default.mspx" target="_blank" href="http://www.microsoft.com/sql/dataservices/default.mspx"&gt;http://www.microsoft.com/sql/dataservices/default.mspx&lt;/a&gt;&lt;/p&gt;&lt;img src="http://mail.simple-talk.com/community/aggbug.aspx?PostID=69761" width="1" height="1"&gt;</description></item><item><title>Keep Up-to-Date on SQL Server with These RSS Feeds</title><link>http://mail.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/29/69754.aspx</link><pubDate>Mon, 29 Sep 2008 13:52:09 GMT</pubDate><guid isPermaLink="false">f46e5dea-70cd-4a69-a7e1-fd07a313bd4d:69754</guid><dc:creator>bradmcgehee</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;The Internet includes a huge amount of SQL Server content, but much of it is hard to find. One of the ways I try to keep up is to follow a large number SQL Server-related RSS feeds using a RSS Feed Reader.&lt;/p&gt;  &lt;p&gt;Some of these feeds are very active, while others only add content on an irregular basis. In any event, you can find a wealth of information if you take a little time out of your day, each day, and review what is new.&lt;/p&gt;  &lt;p&gt;Below are the RSS feeds that I follow. They are not listed in any particular order. If you know of some SQL Server-related RSS feeds that I haven't included below, please add your comment below.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/mattm/default.aspx" target="_blank"&gt;SQL Server SSIS Team Blog (Microsoft)&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/sqlpbm/default.aspx" target="_blank"&gt;SQL Server Policy-Based Management Blog (Microsoft)&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/sqlrsteamblog/default.aspx" target="_blank"&gt;SQL Server Reporting Services Team Blog (Microsoft)&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/sqlsecurity/default.aspx" target="_blank"&gt;SQL Server Security Team Blog (Microsoft)&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/buckwoody/default.aspx" target="_blank"&gt;Carpe Datum (Microsoft's Buck Woody's Blog)&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/dtjones/default.aspx" target="_blank"&gt;Dan Jones Blog (Microsoft Lead Program Manager)&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/sqlrem/default.aspx" target="_blank"&gt;SQL Server Manageability Team Blog (Microsoft)&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/dataplatforminsider/default.aspx" target="_blank"&gt;The Data Platform Insider (Microsoft)&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/sqlqueryprocessing/default.aspx" target="_blank"&gt;SQL Server Query Processing Team (Microsoft)&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://sqlcat.com/" target="_blank"&gt;Microsoft SQL Server CAT Team Best Practices&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/sqlcat/default.aspx" target="_blank"&gt;Microsoft SQL Server Development CAT Team&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/sql_service_broker/default.aspx" target="_blank"&gt;SQL Server Service Broker Team Blog (Microsoft)&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/psssql/default.aspx" target="_blank"&gt;PSS SQL Server Engineers (Microsoft)&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/sqltips/default.aspx" target="_blank"&gt;SQL Server Engine Tips (Microsoft)&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://msdn.microsoft.com/en-gb/sqlserver/default.aspx" target="_blank"&gt;MSDN: SQL Server (Microsoft)&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/sqlperf/default.aspx" target="_blank"&gt;SQL Server Performance (Microsoft)&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/sqlserver/default.aspx" target="_blank"&gt;All Things SQL Server (Microsoft)&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/sqlexpress/default.aspx" target="_blank"&gt;SQL Server Express Blog (Microsoft)&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/sqlserverstorageengine/default.aspx" target="_blank"&gt;SQL Storage Engine (Microsoft)&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/sqltips/default.aspx" target="_blank"&gt;SQL Server Engine Tips (Microsoft)&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/perfguru/default.aspx" target="_blank"&gt;PerfGuru Performance Blog (Microsoft)&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/bonniefe/default.aspx" target="_blank"&gt;SQL Server Samples (Microsoft)&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/euanga/default.aspx" target="_blank"&gt;Euan Garden's Blog (Microsoft)&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://sqlblog.com/roller/default.aspx" target="_blank"&gt;SQLBlog.Com (Multiple Blogs From SQL Server Experts)&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://weblog.infoworld.com/dbunderground/" target="_blank"&gt;Database UnderGround (Sean McCown, InfoWorld)&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.sqlmag.com/blog/" target="_blank"&gt;SQL Server Magazine Blogs&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.sqlcrunch.com/" target="_blank"&gt;sqlCrunch Links to SQL Server Articles and Blogs&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://statisticsio.com/Home/tabid/36/BlogId/1/Default.aspx" target="_blank"&gt;StatisticsIO Blog by Jason Massie&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://sqlblog.com/blogs/greg_low/default.aspx" target="_blank"&gt;Bit Bucket (Greg Low)&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://sqlblog.com/blogs/kalen_delaney/default.aspx" target="_blank"&gt;Kalen Delaney Blog (SQL Server MVP and Author)&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://sqlblog.com/blogs/tibor_karaszi/default.aspx" target="_blank"&gt;Tibor Karaszi Blog (SQL Server MVP)&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://pipes.yahoo.com/pipes/pipe.info?_id=vv9PBOp13BGAc67kLO2fWQ" target="_blank"&gt;SQLSkills Team Blog (Kimberly Tripp &amp;amp; Paul Randal)&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.joelonsoftware.com/" target="_blank"&gt;Joel on Software (Joel Spolsky)&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.sql-server-performance.com/rssfeeds.aspx" target="_blank"&gt;SQL-Server-Performance.Com News&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://weblogs.sqlteam.com/" target="_blank"&gt;SQLTeam.Com Weblogs&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.simple-talk.com/community/blogs/" target="_blank"&gt;Simple-Talk Blogs&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.sqlservercentral.com/" target="_blank"&gt;SQLServerCentral.Com Blogs&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.simple-talk.com/community/blogs/brad_mcgehee/default.aspx" target="_blank"&gt;Brad McGehee's Blog (Focus on SQL Server)&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt; &lt;span class="sbmLink"&gt;   &lt;table cellspacing="1" cellpadding="1"&gt;       &lt;tr&gt;         &lt;td class="sbmText"&gt;Share this post : &lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to backflip" href="http://www.backflip.com/add_page_pop.ihtml?url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/29/69754.aspx&amp;amp;title=KeepUptoDatewithTheseSQLServerRSSFeeds" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/backflip4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to blinkbits!" href="http://www.blinkbits.com/bookmarklets/save.php?v=1&amp;amp;source_url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/29/69754.aspx&amp;amp;title=KeepUptoDatewithTheseSQLServerRSSFeeds" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/blinkbit4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to blogmemes" href="http://www.blogmemes.net/post.php?url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/29/69754.aspx&amp;amp;title=KeepUptoDatewithTheseSQLServerRSSFeeds" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/blogmemes4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to buddymark" href="http://buddymarks.com/s_add_bookmark.php?bookmark_url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/29/69754.aspx&amp;amp;bookmark_title=KeepUptoDatewithTheseSQLServerRSSFeeds" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/buddymar4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to complore" href="http://complore.com?q=node/add/flexinode-5&amp;amp;url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/29/69754.aspx&amp;amp;title=KeepUptoDatewithTheseSQLServerRSSFeeds" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/complore4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to del.icio.us" href="http://del.icio.us/post?url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/29/69754.aspx&amp;amp;;title=KeepUptoDatewithTheseSQLServerRSSFeeds" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliciou4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to del.iri.ous!" href="http://de.lirio.us/bookmarks/sbmtool?action=add&amp;amp;address=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/29/69754.aspx&amp;amp;title=KeepUptoDatewithTheseSQLServerRSSFeeds" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliriou4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to digg" href="http://digg.com/submit?phase=2&amp;amp;url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/29/69754.aspx&amp;amp;title=KeepUptoDatewithTheseSQLServerRSSFeeds" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to dotnetkicks" href="http://www.dotnetkicks.com/kick/?url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/29/69754.aspx&amp;amp;title=KeepUptoDatewithTheseSQLServerRSSFeeds" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/CropperCapture154.jpg" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to furl" href="http://www.furl.net/store?s=f&amp;amp;to=0&amp;amp;u=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/29/69754.aspx&amp;amp;ti=KeepUptoDatewithTheseSQLServerRSSFeeds" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/furl4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to live" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;mkt=en-us&amp;amp;url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/29/69754.aspx&amp;amp;title=KeepUptoDatewithTheseSQLServerRSSFeeds" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/live4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to magnolia!" href="http://ma.gnolia.com/bookmarklet/add?url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/29/69754.aspx&amp;amp;title=KeepUptoDatewithTheseSQLServerRSSFeeds" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/magnolia4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to netvouz!" href="http://netvouz.com/action/submitBookmark?url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/29/69754.aspx&amp;amp;title=KeepUptoDatewithTheseSQLServerRSSFeeds" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/netvouz4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to reddit!" href="http://reddit.com/submit?url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/29/69754.aspx&amp;amp;title=KeepUptoDatewithTheseSQLServerRSSFeeds" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/reddit4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to shadow" href="http://www.shadows.com/bookmark/saveLink.rails?page=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/29/69754.aspx&amp;amp;title=KeepUptoDatewithTheseSQLServerRSSFeeds" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/shadows6.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to spurl" href="http://www.spurl.net/spurl.php?v=3&amp;amp;url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/29/69754.aspx&amp;amp;title=KeepUptoDatewithTheseSQLServerRSSFeeds" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/spurl8.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to technorati!" href="http://technorati.com/faves/?add=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/29/69754.aspx&amp;amp;title=KeepUptoDatewithTheseSQLServerRSSFeeds" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to wists" href="http://www.wists.com/?action=add&amp;amp;url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/29/69754.aspx&amp;amp;title=KeepUptoDatewithTheseSQLServerRSSFeeds" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/wists9.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to yahoo!" href="http://myweb.yahoo.com/myresults/bookmarklet?u=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/29/69754.aspx&amp;amp;t=KeepUptoDatewithTheseSQLServerRSSFeeds" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;       &lt;/tr&gt;     &lt;/table&gt; &lt;/span&gt;&lt;img src="http://mail.simple-talk.com/community/aggbug.aspx?PostID=69754" width="1" height="1"&gt;</description></item><item><title>New Kid on the Block</title><link>http://mail.simple-talk.com/community/blogs/redwork/archive/2008/09/29/69755.aspx</link><pubDate>Mon, 29 Sep 2008 13:50:00 GMT</pubDate><guid isPermaLink="false">f46e5dea-70cd-4a69-a7e1-fd07a313bd4d:69755</guid><dc:creator>red@work</dc:creator><slash:comments>0</slash:comments><description>&lt;font face="Arial"&gt;
&lt;p&gt;I only recently joined Red Gate, and when I found out I was being offered the job I was already pretty excited. After all, they’ve actually got awards for being a great place to work. But then, something happened which completely changed how I thought about the company. Specifically, I stopped thinking about it as a company, and started thinking about it as a collection of people. That might sound small, but to an individual it makes a world of difference to be joining a group of human beings, rather than a faceless corporation. Two weeks before I actually joined the company, I got a call from a courier service asking me when it would be convenient for them to drop off my parcel.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“&lt;i&gt;Huh? What parcel?&lt;/i&gt;”&lt;/p&gt;
&lt;p&gt;“&lt;i&gt;It’s from ‘Red Gate Software’… I think it’s a uniform or something.&lt;/i&gt;”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Now, having been to the company offices for my interviews, I already knew that Red Gate was not a “matching jumpsuits” kind of place, but I HAD seen a few people walking around with branded T-shirts. Ah, a little welcoming gift – that’s nice of them.&lt;/p&gt;

&lt;p&gt;What actually &lt;b&gt;arrived &lt;/b&gt;on my doorstep was a huge gift wrapped box containing, amongst other things, a helium balloon, a bottle of wine and a card with a hand-written message welcoming me to the company. And a T-shirt.&lt;/p&gt;

&lt;img src="/blogbits/chris_massey/redgategoodies.jpg"&gt;

&lt;p&gt;Now, I realise this makes it look I’m easily bought by anyone with a helium balloon and a bottle of wine, but that’s not the point. The point is that before I’d got anywhere near my desk, my team or my work, they were already taking steps to make sure I felt welcomed, appreciated and anticipated. And it worked; when I finally came into the office, spoke to people here and saw the (second) card on my desk, I realised that they were all genuinely glad to meet me. This is a place where people are not just employed, they’re celebrated. What is interesting is that I’ve discovered that there are shelves rammed &lt;b&gt;full&lt;/b&gt; of the stuff used to fill the goodie boxes, so they clearly aren’t that expensive or difficult to organise. Yet nobody I’ve spoken to in other companies can share a similar experience with me. If this stuff is so easy and cheap to do, why aren’t more companies taking this small step to make their new employees feel that little bit more welcomed?&lt;/p&gt;

&lt;p&gt;I think it fundamentally boils down to the company culture as a whole. Red Gate seems to value its people &lt;b&gt;&lt;i&gt;as&lt;/i&gt;&lt;/b&gt; people, not just money-making cube-monkeys, and by doing so it gets the best performance it can from them. And as a culture, it’s shared by each individual, as well as the whole. I’ve had people I’ve never met stop and ask me how I’m getting on, and inviting me to go and chat to them whenever I have a question they can help with. Sure, I could probably go and do that anyway, but I’m constantly being &lt;b&gt;&lt;i&gt;invited&lt;/i&gt;&lt;/b&gt; to do so, and that just makes it easy for ideas to move around.&lt;/p&gt;

&lt;p&gt;However, it’s not JUST all friendly and fluffy here - Red Gate subscribes to the ‘Deep-End’ style of learning, which is exactly as challenging as it sounds. That doesn’t mean it’s not rewarding, though – far from it. I’ve learned a huge amount about developing code, marketing and publishing, often from the same people, and I know I’ve got a huge amount more to take in. But because I’ve had to find that information out for myself, it’s infinitely more satisfying to me. Let’s just say that being thrown in at the deep end isn’t the &lt;b&gt;&lt;i&gt;only&lt;/i&gt;&lt;/b&gt; way to learn, but it’s a very effective way to learn.&lt;/p&gt;

&lt;p&gt;If I’m going to sum up what it’s like to be the new recruit at Red Gate in a few words, I’d say these are the words with the most mileage:&lt;/p&gt;

&lt;p&gt;Exciting, rewarding, challenging, relaxed, fun.&lt;/p&gt;

&lt;p&gt;Even now, months after I got my box of freebies, whenever I speak to anyone about this place the first thing I say is&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“&lt;i&gt;The people are awesome!&lt;/i&gt;”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;I know that I sound like a walking endorsement, but let’s check the facts:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;A company culture completely orientated towards valuing people &lt;i&gt;as&lt;/i&gt; people.&lt;br&gt;
&lt;b&gt;- Check&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Working with people who are friendly and collectively motivated to achieving the best they can.&lt;br&gt;
&lt;b&gt;- Check&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Work which challenges me, and allows me to develop.&lt;br&gt;
&lt;b&gt;- Check&lt;/b&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Seriously, what’s not to like?&lt;/p&gt;

&lt;/font&gt;&lt;font face="Arial"&gt;

&lt;/font&gt;&lt;blockquote&gt;&lt;b&gt;&lt;font face="Arial"&gt;&lt;blockquote&gt;- Posted by Chris Massey&lt;/blockquote&gt;&lt;/font&gt;&lt;/b&gt;&lt;/blockquote&gt;&lt;img src="http://mail.simple-talk.com/community/aggbug.aspx?PostID=69755" width="1" height="1"&gt;</description></item><item><title>Can Social Networking Help Your DBA Career?</title><link>http://mail.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/28/69744.aspx</link><pubDate>Sun, 28 Sep 2008 19:30:53 GMT</pubDate><guid isPermaLink="false">f46e5dea-70cd-4a69-a7e1-fd07a313bd4d:69744</guid><dc:creator>bradmcgehee</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;In previous blog entries, I have talked about the importance of managing your &lt;a href="http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/16/69559.aspx" target="_blank"&gt;online brand&lt;/a&gt;. One important part of this is participation in social networking websites. If you are not yet familiar with the term, social networking refers to websites that are designed to make it easy for people to share information about themselves, and at the same time, connect with others who have similar interests.&lt;/p&gt;  &lt;p&gt;Social network websites come in many different forms to meet the diverse needs of their members. According to &lt;a href="http://en.wikipedia.org/wiki/List_of_social_networking_websites" target="_blank"&gt;Wikipedia&lt;/a&gt;, the 10 most popular social networking websites are:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;MySpace &lt;/li&gt;    &lt;li&gt;Facebook &lt;/li&gt;    &lt;li&gt;Windows Live Spaces &lt;/li&gt;    &lt;li&gt;Habbo &lt;/li&gt;    &lt;li&gt;hi5 &lt;/li&gt;    &lt;li&gt;Orkut &lt;/li&gt;    &lt;li&gt;Friendster &lt;/li&gt;    &lt;li&gt;Flixster &lt;/li&gt;    &lt;li&gt;Classmates.com &lt;/li&gt;    &lt;li&gt;Bebo &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;While you may be familiar with some of these social networking websites, many of them may be new to you. This is because many of these top 10 sites are popular in countries other than the United States.&lt;/p&gt;  &lt;p&gt;While social network websites can be fun and bring people with similar interests together, what role do they play for DBAs? While this list is not all inclusive, some of the benefits for DBAs joining social networking websites include:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Finding and connecting with DBAs locally who you didn't know exist. This may be a way to find out how many DBAs are in your local area so that you can get together and perhaps start a local user's group. &lt;/li&gt;    &lt;li&gt;Connect with DBAs throughout the world who share common interests. For example, if you are into SSIS packages, perhaps you might want to find other DBAs who find SSIS packages as fascinating as you do. &lt;/li&gt;    &lt;li&gt;To keep up with your DBA friends, no matter where they are. &lt;/li&gt;    &lt;li&gt;To make it easy for people to find and connect with you. This can be very important if you are a consultant or are looking for a new job. &lt;/li&gt;    &lt;li&gt;To promote yourself and manage your online brand. Many social network websites are in effect mini-websites you can share with others who you are and what you know. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;As you might imagine, some social networking websites are more applicable to DBAs than others, especially if you want to use them for self-promotion or for business-related relationships. In a recent poll on &lt;a href="http://www.sqlservercentral.com" target="_blank"&gt;SQLServerCentral.com&lt;/a&gt;, DBAs were asked what social networking websites they belong to. The top 6 results included:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;LinkedIn &lt;/li&gt;    &lt;li&gt;Facebook &lt;/li&gt;    &lt;li&gt;MySpace &lt;/li&gt;    &lt;li&gt;Twitter &lt;/li&gt;    &lt;li&gt;Del.icio.us &lt;/li&gt;    &lt;li&gt;Plaxo &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;As you can see, there is not a lot of overlap between the list of the top 10 most popular social networking websites on the Internet and the top 6 used by DBAs who visit SQLServerCentral.com. I think this is because most DBAs, who do participate in social network websites, choose those that are more business-oriented, not the ones that are more social-orientated. &lt;/p&gt;  &lt;p&gt;Personally, there are three social networking websites that I use extensively, all of which happen to be in the top 6 list above. They include LinkedIn, Plaxo, and Twitter. I want to share a little about each of these website, and why I use them.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.linkedin.com" target="_blank"&gt;LinkedIn&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;LinkedIn is a social networking website dedicated to developing professional relationships, and currently has over 25 million members. Basic membership is free, and allows you to create a profile (essentially a resume) that can be shared with the public, and also allows you to link with others who you have some direct relationship with, such as a friend or business acquaintance. LinkinIn can be used to find new clients, service providers, subject matter experts, business opportunities, connect with industry insiders, ask questions, find a new job, find a job candidate for a new position, and much more. In addition, if you use the free Xobni add-in to Microsoft Outlook, &lt;a href="http://www.xobni.com/" target="_blank"&gt;Xobni&lt;/a&gt; can display information from LinkedIn profiles as part of your contacts list.&lt;/p&gt;  &lt;p&gt;I use LinkedIn because it allows you to identify new contacts from your currently existing contacts. For example, I currently have 213 direct connections in LinkedIn. This are people who I have some sort of direct relationship. But because each of my direct connections have connections of their own, I am one connection away from about 25,000 other people, and two connections away from over 2 million people. So if I want to make a contact with someone who I am not directly connected with, all I have to do is to contact one of my direct connections and ask them if they would introduce me to the person who I want to meet, and so on. This allows me access to a huge number of people with an almost infinite variety of knowledge and interests.&lt;/p&gt;  &lt;p&gt;You can see my LinkedIn profile at:&lt;/p&gt;  &lt;p&gt;&lt;a title="http://www.linkedin.com/in/bradmcgehee" href="http://www.linkedin.com/in/bradmcgehee" target="_blank"&gt;http://www.linkedin.com/in/bradmcgehee&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.plaxo.com" target="_blank"&gt;&lt;strong&gt;Plaxo&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Plaxo started out as a service to help you automatically update your Outlook contacts list. For example, if a contact in my Outlook contacts list is also a Plaxo member, then if they change their contact information, then Plaxo (through an Outlook add-in) automatically update the information in my Outlook contact list. More recently, it has morphed into a business social networking website that offers many other features besides just keeping track of your contact's address and other contact information. I use Plaxo mainly for its automatic contact update feature, but I also use it for my resume (similar to LinkedIn). It is just another way that people can find me.&lt;/p&gt;  &lt;p&gt;You can see my Plaxo profile at:&lt;/p&gt;  &lt;p&gt;&lt;a title="http://Brad_McGehee.myplaxo.com" href="http://Brad_McGehee.myplaxo.com" target="_blank"&gt;http://Brad_McGehee.myplaxo.com&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.twitter.com/" target="_blank"&gt;&lt;strong&gt;Twitter&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Twitter is a somewhat odd social networking website. Essentially, it is a mini-blog that allows you to enter short (up to 140 characters) entries about what you are doing. Many people use it like a public diary, sharing their daily activities. Personally, I use it to promote myself, such as when I have blogged, written a new article, or spoken at a users group. As a Twitter member, you have the ability to follow others, and others can follow you. In other words, you develop a network of people who you are interested in and want to follow, and others who want to follow you.&lt;/p&gt;  &lt;p&gt;You can see my Twitter feed at:&lt;/p&gt;  &lt;p&gt;&lt;a title="http://twitter.com/bradmcgehee" href="http://twitter.com/bradmcgehee" target="_blank"&gt;http://twitter.com/bradmcgehee&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Should You Join a Social Networking Website?&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Is social networking something you should do as a DBA? If you aren't interested in promoting yourself or developing online contacts, or if you don't have enough time to actively engage in social networking, then not participating won't hurt your DBA career.&lt;/p&gt;  &lt;p&gt;On the other hand, if you want to promote yourself and develop new contacts, and you have the time to participate, then do so. It's a great way to not only stay in contact with your current network of friends, it is a great way to expand that network.&lt;/p&gt;  &lt;p&gt;If you decide to participate, the hardest part is deciding which social networking websites best meet your needs. This will depend on you, and your interests. I suggest you check out multiple social networking websites and see what they have to offer. Start with one, and if you enjoy it, then expand and join several others. Each social networking website has its own pros and cons, and the more you join and engage in, the greater your ability to manage your on-line brand.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt; &lt;span class="sbmLink"&gt;   &lt;table cellspacing="1" cellpadding="1"&gt;       &lt;tr&gt;         &lt;td class="sbmText"&gt;Share this post : &lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to backflip" href="http://www.backflip.com/add_page_pop.ihtml?url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/28/69744.aspx&amp;amp;title=CanSocialNetworkingHelpYourDBACareer?" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/backflip4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to blinkbits!" href="http://www.blinkbits.com/bookmarklets/save.php?v=1&amp;amp;source_url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/28/69744.aspx&amp;amp;title=CanSocialNetworkingHelpYourDBACareer?" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/blinkbit4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to blogmemes" href="http://www.blogmemes.net/post.php?url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/28/69744.aspx&amp;amp;title=CanSocialNetworkingHelpYourDBACareer?" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/blogmemes4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to buddymark" href="http://buddymarks.com/s_add_bookmark.php?bookmark_url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/28/69744.aspx&amp;amp;bookmark_title=CanSocialNetworkingHelpYourDBACareer?" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/buddymar4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to complore" href="http://complore.com?q=node/add/flexinode-5&amp;amp;url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/28/69744.aspx&amp;amp;title=CanSocialNetworkingHelpYourDBACareer?" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/complore4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to del.icio.us" href="http://del.icio.us/post?url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/28/69744.aspx&amp;amp;;title=CanSocialNetworkingHelpYourDBACareer?" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliciou4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to del.iri.ous!" href="http://de.lirio.us/bookmarks/sbmtool?action=add&amp;amp;address=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/28/69744.aspx&amp;amp;title=CanSocialNetworkingHelpYourDBACareer?" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliriou4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to digg" href="http://digg.com/submit?phase=2&amp;amp;url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/28/69744.aspx&amp;amp;title=CanSocialNetworkingHelpYourDBACareer?" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to dotnetkicks" href="http://www.dotnetkicks.com/kick/?url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/28/69744.aspx&amp;amp;title=CanSocialNetworkingHelpYourDBACareer?" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/CropperCapture154.jpg" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to furl" href="http://www.furl.net/store?s=f&amp;amp;to=0&amp;amp;u=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/28/69744.aspx&amp;amp;ti=CanSocialNetworkingHelpYourDBACareer?" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/furl4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to live" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;mkt=en-us&amp;amp;url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/28/69744.aspx&amp;amp;title=CanSocialNetworkingHelpYourDBACareer?" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/live4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to magnolia!" href="http://ma.gnolia.com/bookmarklet/add?url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/28/69744.aspx&amp;amp;title=CanSocialNetworkingHelpYourDBACareer?" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/magnolia4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to netvouz!" href="http://netvouz.com/action/submitBookmark?url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/28/69744.aspx&amp;amp;title=CanSocialNetworkingHelpYourDBACareer?" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/netvouz4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to reddit!" href="http://reddit.com/submit?url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/28/69744.aspx&amp;amp;title=CanSocialNetworkingHelpYourDBACareer?" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/reddit4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to shadow" href="http://www.shadows.com/bookmark/saveLink.rails?page=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/28/69744.aspx&amp;amp;title=CanSocialNetworkingHelpYourDBACareer?" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/shadows6.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to spurl" href="http://www.spurl.net/spurl.php?v=3&amp;amp;url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/28/69744.aspx&amp;amp;title=CanSocialNetworkingHelpYourDBACareer?" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/spurl8.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to technorati!" href="http://technorati.com/faves/?add=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/28/69744.aspx&amp;amp;title=CanSocialNetworkingHelpYourDBACareer?" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to wists" href="http://www.wists.com/?action=add&amp;amp;url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/28/69744.aspx&amp;amp;title=CanSocialNetworkingHelpYourDBACareer?" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/wists9.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to yahoo!" href="http://myweb.yahoo.com/myresults/bookmarklet?u=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/28/69744.aspx&amp;amp;t=CanSocialNetworkingHelpYourDBACareer?" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;       &lt;/tr&gt;     &lt;/table&gt; &lt;/span&gt;&lt;img src="http://mail.simple-talk.com/community/aggbug.aspx?PostID=69744" width="1" height="1"&gt;</description></item><item><title>SQL Server 2008 Cumulative Update Package 1 Available</title><link>http://mail.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/26/69720.aspx</link><pubDate>Fri, 26 Sep 2008 09:53:52 GMT</pubDate><guid isPermaLink="false">f46e5dea-70cd-4a69-a7e1-fd07a313bd4d:69720</guid><dc:creator>bradmcgehee</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;It seems it was almost yesterday when SQL Server 2008 went RTM. And now, less than 60 days after 2008 was released, Microsoft has released Cumulative Update Package 1, which includes 78 hot fixes. You can see the entire list &lt;a href="http://support.microsoft.com/default.aspx/kb/956717" target="_blank"&gt;here&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;As is the general rule of thumb, it is not recommended that you install hot fixes unless you know you really need them to fix a specific problem you are having. On the other hand, this requires that you take the time to review all 78 of the hot fixes to see if they are applicable to you. If one or more of the hot fixes are applicable to you, then you will probably want to install this update (after considerable testing, of course) on any SQL Server 2008 servers you have in production.&lt;/p&gt;  &lt;p&gt;On the other hand, if you don't have any of the problems covered by the hot fixes in this update, then save your time and skip this update, and wait for the first service pack, which should be released in late 2008 or early 2009.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt; &lt;span class="sbmLink"&gt;   &lt;table cellspacing="1" cellpadding="1"&gt;       &lt;tr&gt;         &lt;td class="sbmText"&gt;Share this post : &lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to backflip" href="http://www.backflip.com/add_page_pop.ihtml?url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/26/69720.aspx&amp;amp;title=SQLServer2008CumulativeUpdatePackage1Available" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/backflip4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to blinkbits!" href="http://www.blinkbits.com/bookmarklets/save.php?v=1&amp;amp;source_url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/26/69720.aspx&amp;amp;title=SQLServer2008CumulativeUpdatePackage1Available" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/blinkbit4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to blogmemes" href="http://www.blogmemes.net/post.php?url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/26/69720.aspx&amp;amp;title=SQLServer2008CumulativeUpdatePackage1Available" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/blogmemes4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to buddymark" href="http://buddymarks.com/s_add_bookmark.php?bookmark_url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/26/69720.aspx&amp;amp;bookmark_title=SQLServer2008CumulativeUpdatePackage1Available" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/buddymar4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to complore" href="http://complore.com?q=node/add/flexinode-5&amp;amp;url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/26/69720.aspx&amp;amp;title=SQLServer2008CumulativeUpdatePackage1Available" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/complore4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to del.icio.us" href="http://del.icio.us/post?url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/26/69720.aspx&amp;amp;;title=SQLServer2008CumulativeUpdatePackage1Available" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliciou4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to del.iri.ous!" href="http://de.lirio.us/bookmarks/sbmtool?action=add&amp;amp;address=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/26/69720.aspx&amp;amp;title=SQLServer2008CumulativeUpdatePackage1Available" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliriou4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to digg" href="http://digg.com/submit?phase=2&amp;amp;url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/26/69720.aspx&amp;amp;title=SQLServer2008CumulativeUpdatePackage1Available" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to dotnetkicks" href="http://www.dotnetkicks.com/kick/?url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/26/69720.aspx&amp;amp;title=SQLServer2008CumulativeUpdatePackage1Available" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/CropperCapture154.jpg" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to furl" href="http://www.furl.net/store?s=f&amp;amp;to=0&amp;amp;u=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/26/69720.aspx&amp;amp;ti=SQLServer2008CumulativeUpdatePackage1Available" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/furl4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to live" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;mkt=en-us&amp;amp;url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/26/69720.aspx&amp;amp;title=SQLServer2008CumulativeUpdatePackage1Available" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/live4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to magnolia!" href="http://ma.gnolia.com/bookmarklet/add?url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/26/69720.aspx&amp;amp;title=SQLServer2008CumulativeUpdatePackage1Available" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/magnolia4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to netvouz!" href="http://netvouz.com/action/submitBookmark?url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/26/69720.aspx&amp;amp;title=SQLServer2008CumulativeUpdatePackage1Available" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/netvouz4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to reddit!" href="http://reddit.com/submit?url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/26/69720.aspx&amp;amp;title=SQLServer2008CumulativeUpdatePackage1Available" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/reddit4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to shadow" href="http://www.shadows.com/bookmark/saveLink.rails?page=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/26/69720.aspx&amp;amp;title=SQLServer2008CumulativeUpdatePackage1Available" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/shadows6.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to spurl" href="http://www.spurl.net/spurl.php?v=3&amp;amp;url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/26/69720.aspx&amp;amp;title=SQLServer2008CumulativeUpdatePackage1Available" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/spurl8.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to technorati!" href="http://technorati.com/faves/?add=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/26/69720.aspx&amp;amp;title=SQLServer2008CumulativeUpdatePackage1Available" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to wists" href="http://www.wists.com/?action=add&amp;amp;url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/26/69720.aspx&amp;amp;title=SQLServer2008CumulativeUpdatePackage1Available" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/wists9.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to yahoo!" href="http://myweb.yahoo.com/myresults/bookmarklet?u=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/26/69720.aspx&amp;amp;t=SQLServer2008CumulativeUpdatePackage1Available" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;       &lt;/tr&gt;     &lt;/table&gt; &lt;/span&gt;&lt;img src="http://mail.simple-talk.com/community/aggbug.aspx?PostID=69720" width="1" height="1"&gt;</description></item><item><title>SQLPASS Has New Website</title><link>http://mail.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/25/69715.aspx</link><pubDate>Thu, 25 Sep 2008 19:11:21 GMT</pubDate><guid isPermaLink="false">f46e5dea-70cd-4a69-a7e1-fd07a313bd4d:69715</guid><dc:creator>bradmcgehee</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;After a very long wait, SQLPASS has introduced its new website (&lt;a href="http://www.sqlpass.org" target="_blank"&gt;www.sqlpass.org&lt;/a&gt;). If you were a previous member of PASS, you should have received an e-mail with your new username and password. If you thought you were a member, but did not receive the e-mail, you will need to register again.&lt;/p&gt;  &lt;p&gt;The website sports a new, modern look, but on the other hand, still doesn't have a lot of content. More on this later.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.simple-talk.com/images/authors/bradmcgehee/SQLPASSHasNewWebsite_C19B/image.png"&gt;&lt;img height="343" alt="image" src="http://www.simple-talk.com/images/authors/bradmcgehee/SQLPASSHasNewWebsite_C19B/image_thumb.png" width="564" border="0" /&gt;&lt;/a&gt;&amp;#160; &lt;/p&gt;  &lt;p&gt;One of the biggest differences between the old website, and the new website, is that there is no longer the concept of free and paid membership. Now, all memberships are free, which means that everyone who belongs to SQLPASS can access all the content on the website. This is a refreshing change from the older website, where paid membership didn't really offer you much more than the free membership did.&lt;/p&gt;  &lt;p&gt;As I mentioned earlier, there site doesn't have much content on it yet. If you go to the Learning Center, you will see the outline of many good things to come.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.simple-talk.com/images/authors/bradmcgehee/SQLPASSHasNewWebsite_C19B/image_3.png"&gt;&lt;img height="295" alt="image" src="http://www.simple-talk.com/images/authors/bradmcgehee/SQLPASSHasNewWebsite_C19B/image_thumb_3.png" width="591" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;And this is where you can get involved. As a member of SQLPASS, you have the opportunity to contribute content to the website. As I have mentioned in past blog entries, and in my book, &amp;quot;&lt;a href="http://www.red-gate.com/products/sql_backup/offers/exceptional_dba_awards.htm" target="_blank"&gt;How to Become an Exceptional DBA&lt;/a&gt;,&amp;quot; contributing to the greater SQL Server community is not only a great way to become recognized for your skills, but to also share your knowledge with others. I highly recommend you take this opportunity to share you knowledge with others. Besides being fun, it also provides you with great learning opportunities.&lt;/p&gt;  &lt;p&gt;The events page on the website is especially useful. It lists the many various local and national SQL Server events that are available. This is a great way to discover events that may be happening close to where you live.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.simple-talk.com/images/authors/bradmcgehee/SQLPASSHasNewWebsite_C19B/image_4.png"&gt;&lt;img height="362" alt="image" src="http://www.simple-talk.com/images/authors/bradmcgehee/SQLPASSHasNewWebsite_C19B/image_thumb_4.png" width="585" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Besides the event page, there is a web page devoted to all of the local SQLPASS-affiliated chapters.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.simple-talk.com/images/authors/bradmcgehee/SQLPASSHasNewWebsite_C19B/image16.png"&gt;&lt;img height="360" alt="image" src="http://www.simple-talk.com/images/authors/bradmcgehee/SQLPASSHasNewWebsite_C19B/image16_thumb.png" width="582" border="0" /&gt;&lt;/a&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;The sample above doesn't show very much, but the page lists many, many user groups from all over the world. If you aren't a member of a SQL Server users group, now is the time to join. If your area doesn't already have a user's group, start your own. SQLPASS offers a startup kit if you want to take the initiative and start a group. &lt;/p&gt;  &lt;p&gt;This is just a small sampling of what the new SQLPASS website offers. Check it out today.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt; &lt;span class="sbmLink"&gt;   &lt;table cellspacing="1" cellpadding="1"&gt;       &lt;tr&gt;         &lt;td class="sbmText"&gt;Share this post : &lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to backflip" href="http://www.backflip.com/add_page_pop.ihtml?url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/25/69715.aspx&amp;amp;title=SQLPASSHasNewWebsite" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/backflip4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to blinkbits!" href="http://www.blinkbits.com/bookmarklets/save.php?v=1&amp;amp;source_url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/25/69715.aspx&amp;amp;title=SQLPASSHasNewWebsite" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/blinkbit4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to blogmemes" href="http://www.blogmemes.net/post.php?url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/25/69715.aspx&amp;amp;title=SQLPASSHasNewWebsite" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/blogmemes4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to buddymark" href="http://buddymarks.com/s_add_bookmark.php?bookmark_url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/25/69715.aspx&amp;amp;bookmark_title=SQLPASSHasNewWebsite" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/buddymar4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to complore" href="http://complore.com?q=node/add/flexinode-5&amp;amp;url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/25/69715.aspx&amp;amp;title=SQLPASSHasNewWebsite" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/complore4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to del.icio.us" href="http://del.icio.us/post?url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/25/69715.aspx&amp;amp;;title=SQLPASSHasNewWebsite" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliciou4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to del.iri.ous!" href="http://de.lirio.us/bookmarks/sbmtool?action=add&amp;amp;address=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/25/69715.aspx&amp;amp;title=SQLPASSHasNewWebsite" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliriou4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to digg" href="http://digg.com/submit?phase=2&amp;amp;url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/25/69715.aspx&amp;amp;title=SQLPASSHasNewWebsite" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to dotnetkicks" href="http://www.dotnetkicks.com/kick/?url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/25/69715.aspx&amp;amp;title=SQLPASSHasNewWebsite" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/CropperCapture154.jpg" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to furl" href="http://www.furl.net/store?s=f&amp;amp;to=0&amp;amp;u=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/25/69715.aspx&amp;amp;ti=SQLPASSHasNewWebsite" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/furl4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to live" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;mkt=en-us&amp;amp;url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/25/69715.aspx&amp;amp;title=SQLPASSHasNewWebsite" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/live4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to magnolia!" href="http://ma.gnolia.com/bookmarklet/add?url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/25/69715.aspx&amp;amp;title=SQLPASSHasNewWebsite" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/magnolia4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to netvouz!" href="http://netvouz.com/action/submitBookmark?url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/25/69715.aspx&amp;amp;title=SQLPASSHasNewWebsite" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/netvouz4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to reddit!" href="http://reddit.com/submit?url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/25/69715.aspx&amp;amp;title=SQLPASSHasNewWebsite" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/reddit4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to shadow" href="http://www.shadows.com/bookmark/saveLink.rails?page=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/25/69715.aspx&amp;amp;title=SQLPASSHasNewWebsite" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/shadows6.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to spurl" href="http://www.spurl.net/spurl.php?v=3&amp;amp;url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/25/69715.aspx&amp;amp;title=SQLPASSHasNewWebsite" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/spurl8.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to technorati!" href="http://technorati.com/faves/?add=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/25/69715.aspx&amp;amp;title=SQLPASSHasNewWebsite" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to wists" href="http://www.wists.com/?action=add&amp;amp;url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/25/69715.aspx&amp;amp;title=SQLPASSHasNewWebsite" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/wists9.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to yahoo!" href="http://myweb.yahoo.com/myresults/bookmarklet?u=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/25/69715.aspx&amp;amp;t=SQLPASSHasNewWebsite" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;       &lt;/tr&gt;     &lt;/table&gt; &lt;/span&gt;&lt;img src="http://mail.simple-talk.com/community/aggbug.aspx?PostID=69715" width="1" height="1"&gt;</description></item><item><title>How to Script a Profiler Trace for Use as a SQL Trace Data Collection Set for the SQL Server 2008 Performance Data Collector</title><link>http://mail.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/25/69712.aspx</link><pubDate>Thu, 25 Sep 2008 15:37:35 GMT</pubDate><guid isPermaLink="false">f46e5dea-70cd-4a69-a7e1-fd07a313bd4d:69712</guid><dc:creator>bradmcgehee</dc:creator><slash:comments>3</slash:comments><description>&lt;h3&gt;&amp;#160;&lt;/h3&gt;  &lt;p&gt;In SQL Server 2008, a new feature called the Performance Data Collector was added. It has the ability to collect SQL Server-related performance data, store it in a database called the Management Data Warehouse, and then produce various performance reports based on the collected data.&lt;/p&gt;  &lt;p&gt;By default, the Performance Data Collector includes three different data collection sets (Disk Usage, Query Statistics, and Server Activities) that are used to collect a wide variety of SQL Server 2008 performance data. One of the features of the Performance Data Collector is that you can create your own data collection sets, which allow you to decide what kind of data you want to collect and store in the Performance Data Collector&amp;#8217;s Management Data Warehouse. For example, if you want, you can create your own custom data collection set to collect and store Profiler trace data. Once the data has been collected and stored in the Management Data Warehouse, you can then create queries or Reporting Services reports to analyze the data you have collected.&lt;/p&gt;  &lt;p&gt;There are two ways to create your own custom data collection set to collect and store Profiler trace data. You can either write a custom Transact-SQL script from scratch that creates the custom data collector, or you can let Profiler write the script for you. Let&amp;#8217;s see how Profiler can do this for us.&lt;/p&gt;  &lt;p&gt;First, ensure that the SQL Server 2008 Data Collector has been properly configured and is running properly. Next, start SQL Server 2008 Profiler and load an existing Profiler trace definition, or create a new Profiler trace definition. Keep in mind that the SQL Trace Data Collection Set will be based on your trace definition, so choose an appropriate one.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.simple-talk.com/images/authors/bradmcgehee/HowtoScriptaProfilerTemplateforUseasaSQL_A83D/clip_image002.jpg"&gt;&lt;img height="280" alt="clip_image002" src="http://www.simple-talk.com/images/authors/bradmcgehee/HowtoScriptaProfilerTemplateforUseasaSQL_A83D/clip_image002_thumb.jpg" width="584" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;Figure 1: Export a Profiler Trace to a Performance Data Collector SQL Trace Collection Set.&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;The next step is to export the Profiler trace definition into a Transact-SQL file that can be executed later to create the SQL Trace Collection Set. To do this, From the SQL Server 2008 Profiler, select &amp;#8220;File|Export|Script Trace Definition|For SQL Trace Collection Set,&amp;#8221; and a &amp;#8220;Save As&amp;#8221; dialog box appears, allowing you to name the file and to save it in any folder you prefer. Once the script has been saved, it can be opened in SSMS. For example, the Transact-SQL script that is created looks similar to this (it has been truncated because of its length).&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.simple-talk.com/images/authors/bradmcgehee/HowtoScriptaProfilerTemplateforUseasaSQL_A83D/clip_image004.jpg"&gt;&lt;img height="536" alt="clip_image004" src="http://www.simple-talk.com/images/authors/bradmcgehee/HowtoScriptaProfilerTemplateforUseasaSQL_A83D/clip_image004_thumb.jpg" width="552" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;Figure 2: Profiler can create a SQL Trace Collection Set for you automatically.&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;Before you can run this script and create the SQL Trace Collection Set for the Performance Data Collector, you need to make two changes in the code. If you look through the generated code, you will see these place holders:&lt;/p&gt;  &lt;p&gt;'SqlTrace Collection Set Name Here'&lt;/p&gt;  &lt;p&gt;'SqlTrace Collection Item Name Here'&lt;/p&gt;  &lt;p&gt;You will need to replace these place holders with descriptive names. Once the code is changed and executed, you will see the new SQL Trace Collection Set in Performance Data Collection portion of SSMS, along with the three default collection sets that come with SQL Server 2008. At this point, you can enable the new custom collection set, and it will begin collecting Profiler trace data based on the criteria you specified in the Profiler template you used as the basis for creating it. If you like, you can create as many different SQL Trace Collection Sets as you want, with each one based on a different Profiler template.&lt;/p&gt;  &lt;p&gt;Unfortunately, there are no built-in reports available to view the Profiler data you have collected. Because of this, you will need to create your own Transact-SQL scripts, or to create Reporting Service reports, to view and analyze the Profiler trace data.&lt;/p&gt;  &lt;p&gt;One warning about creating your own custom SQL Trace Collection Sets, and that is they can use a lot of SQL Server resources and disk space when enabled. To minimize this impact, ensure that the Profiler trace definitions that you use to create your SQL Trace Collection Sets only collect the minimum number of events and data columns you need. In addition, only enable SQL Trace Collection Sets as needed; don&amp;#8217;t run them all the time. If this is the first time you have tried this, you might want to first test this on a test SQL Server before implementing it on production server.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt; &lt;span class="sbmLink"&gt;   &lt;table cellspacing="1" cellpadding="1"&gt;       &lt;tr&gt;         &lt;td class="sbmText"&gt;Share this post : &lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to backflip" href="http://www.backflip.com/add_page_pop.ihtml?url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/25/69712.aspx&amp;amp;title=HowtoScriptaProfilerTraceforUseasaSQLTraceDataCollectionSetfortheSQLServer2008PerformanceDataCollector" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/backflip4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to blinkbits!" href="http://www.blinkbits.com/bookmarklets/save.php?v=1&amp;amp;source_url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/25/69712.aspx&amp;amp;title=HowtoScriptaProfilerTraceforUseasaSQLTraceDataCollectionSetfortheSQLServer2008PerformanceDataCollector" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/blinkbit4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to blogmemes" href="http://www.blogmemes.net/post.php?url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/25/69712.aspx&amp;amp;title=HowtoScriptaProfilerTraceforUseasaSQLTraceDataCollectionSetfortheSQLServer2008PerformanceDataCollector" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/blogmemes4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to buddymark" href="http://buddymarks.com/s_add_bookmark.php?bookmark_url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/25/69712.aspx&amp;amp;bookmark_title=HowtoScriptaProfilerTraceforUseasaSQLTraceDataCollectionSetfortheSQLServer2008PerformanceDataCollector" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/buddymar4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to complore" href="http://complore.com?q=node/add/flexinode-5&amp;amp;url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/25/69712.aspx&amp;amp;title=HowtoScriptaProfilerTraceforUseasaSQLTraceDataCollectionSetfortheSQLServer2008PerformanceDataCollector" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/complore4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to del.icio.us" href="http://del.icio.us/post?url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/25/69712.aspx&amp;amp;;title=HowtoScriptaProfilerTraceforUseasaSQLTraceDataCollectionSetfortheSQLServer2008PerformanceDataCollector" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliciou4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to del.iri.ous!" href="http://de.lirio.us/bookmarks/sbmtool?action=add&amp;amp;address=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/25/69712.aspx&amp;amp;title=HowtoScriptaProfilerTraceforUseasaSQLTraceDataCollectionSetfortheSQLServer2008PerformanceDataCollector" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliriou4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to digg" href="http://digg.com/submit?phase=2&amp;amp;url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/25/69712.aspx&amp;amp;title=HowtoScriptaProfilerTraceforUseasaSQLTraceDataCollectionSetfortheSQLServer2008PerformanceDataCollector" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to dotnetkicks" href="http://www.dotnetkicks.com/kick/?url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/25/69712.aspx&amp;amp;title=HowtoScriptaProfilerTraceforUseasaSQLTraceDataCollectionSetfortheSQLServer2008PerformanceDataCollector" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/CropperCapture154.jpg" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to furl" href="http://www.furl.net/store?s=f&amp;amp;to=0&amp;amp;u=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/25/69712.aspx&amp;amp;ti=HowtoScriptaProfilerTraceforUseasaSQLTraceDataCollectionSetfortheSQLServer2008PerformanceDataCollector" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/furl4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to live" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;mkt=en-us&amp;amp;url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/25/69712.aspx&amp;amp;title=HowtoScriptaProfilerTraceforUseasaSQLTraceDataCollectionSetfortheSQLServer2008PerformanceDataCollector" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/live4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to magnolia!" href="http://ma.gnolia.com/bookmarklet/add?url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/25/69712.aspx&amp;amp;title=HowtoScriptaProfilerTraceforUseasaSQLTraceDataCollectionSetfortheSQLServer2008PerformanceDataCollector" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/magnolia4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to netvouz!" href="http://netvouz.com/action/submitBookmark?url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/25/69712.aspx&amp;amp;title=HowtoScriptaProfilerTraceforUseasaSQLTraceDataCollectionSetfortheSQLServer2008PerformanceDataCollector" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/netvouz4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to reddit!" href="http://reddit.com/submit?url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/25/69712.aspx&amp;amp;title=HowtoScriptaProfilerTraceforUseasaSQLTraceDataCollectionSetfortheSQLServer2008PerformanceDataCollector" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/reddit4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to shadow" href="http://www.shadows.com/bookmark/saveLink.rails?page=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/25/69712.aspx&amp;amp;title=HowtoScriptaProfilerTraceforUseasaSQLTraceDataCollectionSetfortheSQLServer2008PerformanceDataCollector" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/shadows6.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to spurl" href="http://www.spurl.net/spurl.php?v=3&amp;amp;url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/25/69712.aspx&amp;amp;title=HowtoScriptaProfilerTraceforUseasaSQLTraceDataCollectionSetfortheSQLServer2008PerformanceDataCollector" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/spurl8.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to technorati!" href="http://technorati.com/faves/?add=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/25/69712.aspx&amp;amp;title=HowtoScriptaProfilerTraceforUseasaSQLTraceDataCollectionSetfortheSQLServer2008PerformanceDataCollector" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to wists" href="http://www.wists.com/?action=add&amp;amp;url=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/25/69712.aspx&amp;amp;title=HowtoScriptaProfilerTraceforUseasaSQLTraceDataCollectionSetfortheSQLServer2008PerformanceDataCollector" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/wists9.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim"&gt;&lt;a class="sbmDim" title="Post it to yahoo!" href="http://myweb.yahoo.com/myresults/bookmarklet?u=http://www.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/25/69712.aspx&amp;amp;t=HowtoScriptaProfilerTraceforUseasaSQLTraceDataCollectionSetfortheSQLServer2008PerformanceDataCollector" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;       &lt;/tr&gt;     &lt;/table&gt; &lt;/span&gt;&lt;img src="http://mail.simple-talk.com/community/aggbug.aspx?PostID=69712" width="1" height="1"&gt;</description></item><item><title>ASP .NET: when a crash is not a crash</title><link>http://mail.simple-talk.com/community/blogs/brian_donahue/archive/2008/09/24/69695.aspx</link><pubDate>Wed, 24 Sep 2008 09:39:00 GMT</pubDate><guid isPermaLink="false">f46e5dea-70cd-4a69-a7e1-fd07a313bd4d:69695</guid><dc:creator>Brian Donahue</dc:creator><slash:comments>2</slash:comments><description>&lt;P&gt;In the mysterious viscera of Microsoft Internet Information Server, nothing is as it seems. When applications are designed to work over the web, they must bristle with all sorts of&amp;nbsp;bits designed to make the stateless stateful and many users become one inside the web server's inner sanctum.&lt;/P&gt;
&lt;P&gt;What I am talking about are the fundamental differences in behavior between a bit of .NET code and ASP .NET code, and the processes that keep ASP .NET applications capable and highly available.&lt;/P&gt;
&lt;P&gt;In traditional desktop applications, an unhandled exception would cause an exit with an error condition and probably log it&amp;nbsp;to the application event log. If this were to happen in a web application, it would become unavailable without the end-user having the ability to restart it. For this reason, ASP .NET web applications have a number of features that allow it to recover almost seamlessly from an unhandled exception or a lack of resources on the server. Unfortunately for troubleshooting purposes, this means that your web application can exit gracefully before you even hit the problem you're trying to debug.&lt;/P&gt;
&lt;P&gt;The Application Domain, or AppDomain, can isolate many "applications" which are actually running in the same process. If one of these applications misbehaves, it can be "unloaded" from the process, and in many cases the objects inside can be recovered and copied into a new AppDomain. The ASP .NET Worker Process, which is the process that can host one or more of these AppDomains, has many functions that can determine when to load and unload an application, and to detect whether or not the application is "healthy". In many cases, the parameters for determining application health are set by the administrator, whether he knows it or not!&lt;/P&gt;
&lt;P&gt;An AppDomain recycle can occur for many reasons:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;The application is using too much memory&lt;/LI&gt;
&lt;LI&gt;The application has&amp;nbsp;serviced a set number of requests&lt;/LI&gt;
&lt;LI&gt;The application is taking a long time to respond&lt;/LI&gt;
&lt;LI&gt;The application has remained idle for a long time&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;In the case of newer versions of IIS, particularly versions 6 and 7, the Worker Process Isolation model will log the reasons for an application recycle, but not for all reasons. In IIS 5, your worker process simply exits if there are no more AppDomains loaded into it. The fact that the worker process can just exit without leaving an event log entry or throwing an unhandled exception makes debugging incredibly frustrating.&lt;/P&gt;
&lt;P&gt;I have not found a foolproof method for stopping an ASP .NET worker process from recycling, so I rely on ASP .NET 2.0 health monitoring to log any "conventional" application restarts due to a lack of memory or other environmental factors and then adjust my machine.config processModel and web.config to try to prevent the recycle while I am trying to debug the application. All that is needed is one line added to the master web.config, which you will find in the .NET Framework configuration folder (%systemroot%\microsoft.net\framework\v2.0.50727\config). Adding a rule to log every application recycle will actually allow you to see the reason why an application has shut down for a recycle.&lt;/P&gt;
&lt;P&gt;First, look for the healthMonitoring node, then rules, and add the following:&lt;/P&gt;&lt;FONT color=#0000ff size=2&gt;
&lt;P&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;healthMonitoring&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;BR&gt;...&lt;BR&gt;&lt;FONT color=#0000ff size=2&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;rules&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;BR&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;add&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;name&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;=&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;Application Lifetime Events Default&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;eventName&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;=&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;Application Lifetime Events&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;provider&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;=&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;EventLogProvider&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;profile&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;=&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;Default&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;minInstances&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;=&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;1&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;maxLimit&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;=&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;Infinite&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;minInterval&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;=&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;00:01:00&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;custom&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;=&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt;""&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt; /&amp;gt;&lt;BR&gt;...&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#000000&gt;Once this has been saved, ASP .NET will leave behind a friendly reminder that it has recycled the application pool:&lt;/FONT&gt;&lt;/P&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;FONT face="Courier New"&gt;&lt;FONT size=2&gt;Event Type:&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;Information&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;FONT face="Courier New"&gt;&lt;FONT size=2&gt;Event Source:&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;ASP.NET 2.0.50727.0&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;FONT face="Courier New"&gt;&lt;FONT size=2&gt;Event Category:&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;Web Event &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;FONT face="Courier New"&gt;&lt;FONT size=2&gt;Event ID:&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;1305&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;FONT face="Courier New"&gt;&lt;FONT size=2&gt;Date:&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;2008-09-23&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;FONT face="Courier New"&gt;&lt;FONT size=2&gt;Time:&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;13:33:19&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;FONT face="Courier New"&gt;&lt;FONT size=2&gt;User:&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;N/A&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;FONT face="Courier New"&gt;&lt;FONT size=2&gt;Computer:&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; XXXXXXX&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;FONT face="Courier New"&gt;&lt;FONT size=2&gt;Description:&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;FONT face="Courier New"&gt;&lt;FONT size=2&gt;Event code: 1002 &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;B&gt;&lt;SPAN&gt;&lt;FONT face="Courier New"&gt;&lt;FONT size=2&gt;Event message: Application is shutting down. Reason: Configuration changed. &lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;B&gt;&lt;SPAN&gt;&lt;FONT face="Courier New"&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;FONT face="Times New Roman" color=#000000 size=3&gt;In this case, I would recommend disabling any anti-virus software, as it may be modifying some of the ASP .NET application source code. There are many other reasons for an application shutdown that can usually be solved by &lt;/FONT&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/system.web.configuration.processmodelsection.aspx"&gt;&lt;FONT face="Times New Roman" color=#000000 size=3&gt;modifying the Framework's machine.config&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face="Times New Roman" color=#000000 size=3&gt;&amp;nbsp;file.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://mail.simple-talk.com/community/aggbug.aspx?PostID=69695" width="1" height="1"&gt;</description></item><item><title>Does Your Database Contain Sensitive Data?</title><link>http://mail.simple-talk.com/community/blogs/johnm/archive/2008/09/23/69684.aspx</link><pubDate>Wed, 24 Sep 2008 02:47:10 GMT</pubDate><guid isPermaLink="false">f46e5dea-70cd-4a69-a7e1-fd07a313bd4d:69684</guid><dc:creator>Johnm</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;On the surface, the question of whether or not a database contains sensitive data may seem like a rather simple one to answer. Most people recognize that a Federal identification number or a credit card number is and should be recognized as sensitive data. While these pieces of data get a tremendous amount of attention by the media when data loss is reported there are other pieces of data that are not as easily recognized as being considered as sensitive. &lt;/p&gt;  &lt;p&gt;The following categories of data are considered to be sensitive and should be protected:&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Government Assigned Personal Identification data&lt;/b&gt;    &lt;br /&gt;This type of data includes Social Security numbers, tax identification numbers for businesses, driver license numbers and other data that the Federal, State or Local Governments have assigned to an individual or business for the purpose of identification.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Biometric data&lt;/b&gt;    &lt;br /&gt;As biometrics become utilized more often for the purpose of identification verification the importance of protecting this information becomes more critical. This type includes items such as retinal scan images, facial images, fingerprints and signatures.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Medical data&lt;/b&gt;    &lt;br /&gt;The Health Insurance Portability and Accountability Act (HIPAA) protects data in regard to medical and insurance information for patients. This includes notations in regard to conversations with your health care professional, physical and mental medical history as well as payment history of medical care. Unauthorized disclosure could result in civil and criminal penalties.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Student Education data     &lt;br /&gt;&lt;/b&gt;The Federal Educational Rights and Privacy Act (FERPA) protects data in regard to students and their educational records. This includes the student&amp;#8217;s name, address, telephone number as well as information specifically regarding their education history. Unauthorized disclosure could affect a school&amp;#8217;s Federal funding&amp;#8230; not to mention compromising a student&amp;#8217;s privacy.&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Employment data&lt;/b&gt;    &lt;br /&gt;Items such as salary information, performance reviews, worker&amp;#8217;s compensation claims, benefit information and pension plan details fall into this category. Any HR Professional will tell you that the unauthorized disclosure of such information could result in severe consequences.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Communication data&lt;/b&gt;    &lt;br /&gt;E-mail messages, telephone records and recordings, fax documents, text messages are all carriers of information that may contain data that would fall into any of these categories; Therefore, this information should be considered sensitive data. &lt;/p&gt;  &lt;p&gt;&lt;b&gt;Financial data&lt;/b&gt;    &lt;br /&gt;Financial data not only discloses information regarding an individual or business&amp;#8217; financial status it also often contains data that is used to gain access to assets. For example: bank account numbers, personal identification numbers and beneficiary information.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Intellectual Property data&lt;/b&gt;    &lt;br /&gt;Items that fall into this category are source code, schematics, details regarding a new product and also creative works such as images and written documents. The unauthorized disclosure of such information could destroy the competitive edge of a business or compromise the copyright claim by an author or artist.&lt;/p&gt;  &lt;p&gt;As the DBA and Developer, we are typically the ones that implement encryption and other security measures in the database. We are often requested to provide extracts of data for use by external systems. We are also often requested to produce printed reports that present data for the use of Business Analysts to review. We are also a target for phishing or social engineering efforts to gain access to sensitive data. &lt;/p&gt;  &lt;p&gt;Once data leaves the protected environment of the database the control of its dissemination becomes nearly impossible. The printed report could be passed around and end up in the hands of a person who will use the information for fraudulent activities. The spreadsheet that is generated by a SSIS Package or query could be stored on a laptop that is not password protected or encrypted which is stolen from the person&amp;#8217;s automobile. The information could be attached or typed in an e-mail that was accidentally sent to a mailing list that contains hundreds of people. &lt;/p&gt;  &lt;p&gt;While you cannot control the further disclosure of the data once it is in the requestor's possession the understanding of the data that is being stored in your database will go a long way in protecting your client's privacy, your employer's reputation and ultimately your job.&lt;/p&gt;&lt;img src="http://mail.simple-talk.com/community/aggbug.aspx?PostID=69684" width="1" height="1"&gt;</description></item><item><title>The DOS Batch File from Hell: a confession.</title><link>http://mail.simple-talk.com/community/blogs/philfactor/archive/2008/09/22/69665.aspx</link><pubDate>Mon, 22 Sep 2008 11:02:00 GMT</pubDate><guid isPermaLink="false">f46e5dea-70cd-4a69-a7e1-fd07a313bd4d:69665</guid><dc:creator>Phil Factor</dc:creator><slash:comments>2</slash:comments><description>&lt;P&gt;A while back, I was chatting to an IT Support person we’d recently taken on. I discovered that he’d come from a large multinational company that I’d also once worked for. &lt;/P&gt;
&lt;P&gt;“It was interesting work.” He said, “There was one curiosity about it, though; The PCs all ran a huge, complex, system for keeping the installations up-to-date. It was based on DOS batch files, for heavens’ sake. When the PCs were switched on, they ran a complex set of batch processes that could run installs, upgrades, or whatever was needed. It all worked fine but it was quite mad. It was very difficult to understand. I’d love to speak to the crazy guy who wrote it and ask him what possessed him to do so.” &lt;/P&gt;
&lt;P&gt;“You’re speaking to him. Ask away, matey”. &lt;/P&gt;
&lt;P&gt;He was struck dumb with embarrassment. He needn’t have worried; I take the word ‘mad’ as a compliment; in fact, I’m content with almost any human interaction nowadays.. &lt;/P&gt;
&lt;P&gt;“It was nearly twenty years ago I wrote that. I should explain why." &lt;/P&gt;
&lt;P&gt;(cue 'sincerity' music) &lt;/P&gt;
&lt;P&gt;"I was charged with coming up with a rational plan for maintaining a network of around a thousand PCs, doubling in size every year. At the time, they had MSDOS, and not much else. How could one check the configurations of the PCs, install software when required, do backups, and maintain a list of who had what software? There were far too many to do by hand, and my budget was vanishingly small. &lt;/P&gt;
&lt;P&gt;At that time, there was nothing on the market to do the job. SMS, later called System Centre Configuration Manager, was a long way in the future. &lt;/P&gt;
&lt;P&gt;Just to make matters difficult, the IT director had twitched himself awake at some point and decided that nobody in the IT should be allowed to do any programming. Henceforward, all programs would be written by outside companies, and we would merely ‘facilitate’ and manage the projects, write specifications, and supervise acceptance-tests: you know, that sort of thing. &lt;/P&gt;
&lt;P&gt;Fine, but these guys from outside companies like to be paid, and I hadn’t the budget. &lt;/P&gt;
&lt;P&gt;In your working life, you will often be asked to do impossible things. This is normal, and reflects the fact that life itself is a juggling act that we all eventually fail at. &lt;/P&gt;
&lt;P&gt;You may, when you reach the point of being asked for the impossible, become despondent. Not I, for this is a game better than chess, it is&amp;nbsp;referred to&amp;nbsp;colloquially in Britain as&amp;nbsp;the Game of Silly Buggers. (GSB). This is much enjoyed by managers in large companies as it keeps boredom at bay, and defeating this type of management torpidity is&amp;nbsp;the source of great pleasure to those who like to get things done. It is, essentially, the intellectual game of getting around the arcane rules and regulations of large companies, the creeping sclerosis in corporate systems. At work, you generally have to do urgent and important things without being given the time, permission, or resources to do so. The best tactic when trapped in this particular&amp;nbsp;Game of Silly Buggers is to first study the rule-book and exploit the loopholes in the ‘GSB’. &lt;/P&gt;
&lt;P&gt;After having read the corporate computer manual cover-to-cover, I began to suspect a flaw in their definition of what comprised an ‘application’, and what therefore constituted ‘programming’. &lt;/P&gt;
&lt;P&gt;I phoned the Manager in charge of ensuring compliance. &lt;/P&gt;
&lt;BLOCKQUOTE dir=ltr&gt;
&lt;P&gt;“Ah, Phil!” (Thinks: what is that fox up to now?) &lt;/P&gt;
&lt;P&gt;“Ron, please excuse me, but I’m having some difficulty understanding paragraph 345 sub-paragraph 4: Definition of a computer application. I was hoping for your able assistance” &lt;/P&gt;
&lt;P&gt;“I’m only too pleased to assist!” (Thinks: He’s on to some loophole, damn him) “What was the nature of your difficulty?” &lt;/P&gt;
&lt;P&gt;“I can understand that an application consists of code, which is subject to all the normal corporate constraints. If I were to write a DOS batch file, would that be deemed to be an application? &lt;/P&gt;
&lt;P&gt;“Yes” (Thinks: go away Phil! Hang on a mo. We’ll be swamped with applications!)”No. No, no.”(Thinks: Phew, narrow escape there). &lt;/P&gt;
&lt;P&gt;“Excellent. As I tend to get confused, can you just write me an email to that effect?” &lt;/P&gt;
&lt;P&gt;“Yes. Was that all?” (Thinks: Go away, Go! Go!) &lt;/P&gt;
&lt;P&gt;“It was most satisfactory, Thanks for all your kind help.” &lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;There is little more I need to say. If a DOS batch file was not an application than I would construct a system out of DOS batch files, and escape the ban on developing code, and the almost impossible barriers put in place by the corporate test team. The production managers cursed impotently. They couldn’t prevent it. . The whole IT management structure of the company seemed to focus on stopping the initiative, and the moment it looked like succeeding, announced that it was their doing or idea&amp;nbsp;in the first place. &lt;/P&gt;
&lt;P&gt;I discovered amazing things you can do with batch files. Even now I tremble at the potential power offered by SQL Server’s xp_cmdShell As so often in the GSB, the attempt to maintain the day to day equilibrium by preventing any initiatives, actually can lead to a paradoxical breakthrough in the ways of making things happen. I’ll admit, however, that the code looked strange to anyone brought up on Pascal or C++. Although I was proud of the system, and it stood the test of time, I shall take to my grave the memory of that awful look of reproach given me by the unfortunate programmer tasked with maintaining the code after I’d left the department. He had just experienced the start of his own battle with the fates, the Game of Silly Buggers."&lt;/P&gt;&lt;img src="http://mail.simple-talk.com/community/aggbug.aspx?PostID=69665" width="1" height="1"&gt;</description></item><item><title>SQL Server 2008 Transparent Data Encryption</title><link>http://mail.simple-talk.com/community/blogs/brad_mcgehee/archive/2008/09/21/69659.aspx</link><pubDate>Sun, 21 Sep 2008 14:45:37 GMT</pubDate><guid isPermaLink="false">f46e5dea-70cd-4a69-a7e1-fd07a313bd4d:69659</guid><dc:creator>bradmcgehee</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Whether we like it or not, DBAs are becoming security experts. It&amp;#8217;s not a job we want, but it&amp;#8217;s been thrust upon us as we are the protectors of the organization&amp;#8217;s data. Whether required by law, or just for self-protection, more and more of the data in our databases need to be encrypted.&lt;/p&gt;  &lt;p&gt;In SQL Server 2000 and earlier, if we wanted to encrypt data in our databases, this usually meant client-side encryption, where all the encryption and decryption occurred in the application, not in the database. This required custom-written applications.&lt;/p&gt;  &lt;p&gt;In SQL Server 2005, column-level (sometimes called cell-level) encryption became available. Now, encryption could occur within the database, but it was not easy to use, offered poor performance, and it required a re-architecture of the application, along with changes to the database schema. Even with these downsides, column-level encryption offered some advantages: such as granular security; data is encrypted in memory and disk; and explicit key management, which allows different users to protect their own data using their own keys, even preventing the DBA from seeing a user&amp;#8217;s data. Even so, the disadvantages were so great that only the most sensitive columns of a table were generally encrypted, which meant that much of the data in a database was still left unencrypted. &lt;/p&gt;  &lt;p&gt;In SQL Server 2008 (Enterprise Edition only), a new form of database encryption has been introduced: Transparent Data Encryption (TDE), which includes these major features:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;b&gt;Encrypts the Entire Database&lt;/b&gt;: With essentially a flip of a switch, the entire contents of MDF files, LDF files, snapshots, tempdb, and backups are encrypted. Encryption occurs in real-time as data is written from memory to disk, and decryption occurs when data is read from disk and moved into memory. Encryption is done at the database level, so you can choose to encrypt as few or as many databases as you want. The major benefit of encrypting a database with TDE is that if a database or backup is stolen, it can&amp;#8217;t be attached or restored to another server without the original encryption certificate and master key. This prevents those nasty situations you hear about in the news where a backup of a database has been shipped from one location to another and is &amp;#8220;lost,&amp;#8221; which potentially exposes a company to liability issues.      &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;&lt;b&gt;Easy to Implement and Administer&lt;/b&gt;: As its name implies, Transparent Data Encryption is transparent to applications. This means that your applications, and database schema, don&amp;#8217;t have to be modified to take advantage of TDE. In addition, initial setup and key management is simple and requires little ongoing maintenance.      &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;&lt;b&gt;Uses Minimal Server Resources to Encrypt Data&lt;/b&gt;: While additional CPU resources are required to implement TDE, overall, it offers much better performance that column-level encryption. The performance hit averages only about 3-5%, according to Microsoft.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;While TDE offers many benefits over other types of encryption, it has some of its own limitations, which are important to consider. These include:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;TDE does not protect data in memory, so sensitive data can be seen by anyone who has DBO rights to a database, or SA rights to the SQL Server instance. In other words, TDE cannot prevent DBAs from viewing any data they want to see.&lt;/li&gt;    &lt;li&gt;TDE is not granular. Then entire database in encrypted.&lt;/li&gt;    &lt;li&gt;TDE does not protect communications between client applications and SQL Server, so other encryption methods must be used to protect data flowing over the network.&lt;/li&gt;    &lt;li&gt;FILESTREAM data is not encrypted.&lt;/li&gt;    &lt;li&gt;When any one database on a SQL Server instance has TDE turned on, then the tempdb database is automatically encrypted, which can contribute to poor performance for both encrypted and non-encrypted databases running on the same instance.&lt;/li&gt;    &lt;li&gt;Although fewer resources are required to implement TDE than column-level encryption, it still incurs some overhead, which may prevent it from being used on SQL Servers that are experiencing CPU bottlenecks.&lt;/li&gt;    &lt;li&gt;Databases encrypted with TDE can&amp;#8217;t take advantage of SQL Server 2008&amp;#8217;s new backup compression. If you want to take advantage of both backup compression and encryption, you will have to use a third-party application, such as SQL Backup, which allows you to perform both of these tasks without penalty.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;For some organizations, they might want to consider implementing both column-level encryption (which still is available in SQL Server 2008) along with TDE for a database. While more complex to set up and administer, this combination offers greater security and encryption granularity than does either method used alone.&lt;/p&gt;  &lt;h4&gt;How Transparent Data Encryption Works&lt;/h4&gt;  &lt;p&gt;TDE is able to minimize resource utilization and hide its activities from user applications and the Relational Engine because all encryption/decryption occurs when data pages are moved between the buffer pool and disk.&lt;/p&gt;  &lt;p&gt;Let&amp;#8217;s say that TDE has been turned on for a database that includes a single MDF file, a single LDF file, and tempdb. As I mentioned earlier, whenever any database on a SQL Server instance is encrypted using TDE, then the tempdb database for that instance is also encrypted.&lt;/p&gt;  &lt;p&gt;As SQL Server moves data pages from the buffer pool to the MDF file, the LDF file, or tempdb, the data is encrypted in real-time before it is written to disk. On the flip side, as data pages are moved from the MDF file or tempdb to the buffer pool, they are decrypted. In other words, when data is on disk, it is encrypted, but when data in memory, it is not encrypted.&lt;/p&gt;  &lt;p&gt;When a backup is made of an encrypted database, it cannot be restored unless the DBA has access to the certificate and master key that was used to encrypt the database. This prevents anyone from stealing a backup and restoring it on a different SQL Server. The same goes for when you detach and reattach a database to a different SQL Server. &lt;/p&gt;  &lt;p&gt;TDE supports several different encryption options, such as AES with 128-bit, 192-bit, or 256-bit keys or 3 Key Triple DES. You make your choice when implementing TDE.&lt;/p&gt;  &lt;h4&gt;How to Implement Transparent Data Encryption&lt;/h4&gt;  &lt;p&gt;Now, let&amp;#8217;s take a brief look at how to turn on TDE for a database. This can only be done using Transact-SQL code, as SSMS (SQL Server Management Studio) has no option to perform this task. Before we drill down into the details, let&amp;#8217;s look at the four key steps required to turn on TDE. They include:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;b&gt;Create a Master Key&lt;/b&gt;: A master key is first created. This key, which is accessible with a password, is used to protect a certificate, which we will create in the next step. This key is stored in the master database in an encrypted format.&lt;/li&gt;    &lt;li&gt;&lt;b&gt;Create or Obtain a Certificate Protected by the Master Key&lt;/b&gt;: This certificate is used to protect the database encryption key we will create in the next step. In addition, this certificate is protected by the master key we created in the previous step. The certificate is stored in the master database in an encrypted format.&lt;/li&gt;    &lt;li&gt;&lt;b&gt;Create a Database Encryption Key&lt;/b&gt;: This is the key that will be used by SQL Server to actually encrypt the data. It is protected by the certificate created in the previous step.