<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Reed Me : SQL Server</title><link>http://blogs.msdn.com/reedme/archive/tags/SQL+Server/default.aspx</link><description>Tags: SQL Server</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Log Shipping + Database Snapshots == Bummer, dude!!</title><link>http://blogs.msdn.com/reedme/archive/2009/04/24/log-shipping-database-snapshots-bummer-dude.aspx</link><pubDate>Fri, 24 Apr 2009 18:29:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9566880</guid><dc:creator>reedme</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/reedme/comments/9566880.aspx</comments><wfw:commentRss>http://blogs.msdn.com/reedme/commentrss.aspx?PostID=9566880</wfw:commentRss><wfw:comment>http://blogs.msdn.com/reedme/rsscomments.aspx?PostID=9566880</wfw:comment><description>&lt;p&gt;So, like most funny stories (involving me), this one starts with “Yesterday, I had this bright idea...” and goes downhill from there.&lt;/p&gt;  &lt;p&gt;Database mirroring is great. Full stop. But there’s this one little catch: it can only have a single mirror copy of the principal. Awesome for HA, but not so good for scale out.&lt;/p&gt;  &lt;p&gt;Because database mirroring with SQL Server 2005 and 2008 makes available this great way to leverage your failover partner database for reporting purposes (to get some value out of your high availability solution besides insurance and a good night’s sleep) using database snapshots... well, you just had the same idea that I did, right?&lt;/p&gt;  &lt;p&gt;It only seemed logical that log shipping would allow for the same AND allow for multiple target servers/databases, right?&lt;/p&gt;  &lt;p&gt;Not so much.&lt;/p&gt;  &lt;p&gt;With 2005, the log shipping target in a warm standby mode is in a perpetually restoring state (sort of like a mirror copy, eh? &lt;strong&gt;*grumble*&lt;/strong&gt;), but you can’t take a snap of a database in restoring mode. Of course, I tried it. Wouldn’t you?&lt;/p&gt;  &lt;p&gt;And even though Katmai exposes the feature in the UI now that allows for a log shipping target database to be online and query-able in read-only mode (if memory serves, you could do it the “hard way” in Yukon), it’s not possible to take a database snap shot of it... because it’s read-only. Did you know that creating a database snapshot actually modifies the database being snapped? I’d never thought about it. And now I know the answer!&lt;/p&gt;  &lt;p&gt;The error message when creating the snap of a read-only database isn’t intuitive, either (if you read from the bottom up – the first one’s pretty clear – don’t ask): “A database snapshot cannot be created because it failed to start.” Huh?&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/reedme/WindowsLiveWriter/LogShippingDatabaseSnapshotsBummerdude_72AD/No%20Snapshots%20of%20Logshipped%20Databases_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="No Snapshots of Logshipped Databases" border="0" alt="No Snapshots of Logshipped Databases" src="http://blogs.msdn.com/blogfiles/reedme/WindowsLiveWriter/LogShippingDatabaseSnapshotsBummerdude_72AD/No%20Snapshots%20of%20Logshipped%20Databases_thumb.png" width="639" height="670" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Read-only standby mode shows some promised BUT you’ve got to close all open connections to the database and put it in a restoring mode in order to restore future tran log backups to it as part of your log shipping. Doh!&lt;/p&gt;  &lt;p&gt;Needless to say, it would be pretty handy [if this worked] for a scale out scenario where I need to keep, oh, say, 44 copies of the same database continuously in sync AND available 100% of the time for customers to query, but nooo... It couldn’t possibly be that simple.&lt;/p&gt;  &lt;p&gt;But you know, I probably wouldn’t be happy (or have a fun job) if it was that simple. Heh. Besides, not I get to go Visio up a more complicated solution, right?&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9566880" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/reedme/archive/tags/database/default.aspx">database</category><category domain="http://blogs.msdn.com/reedme/archive/tags/SQL+Server/default.aspx">SQL Server</category><category domain="http://blogs.msdn.com/reedme/archive/tags/Katmai/default.aspx">Katmai</category><category domain="http://blogs.msdn.com/reedme/archive/tags/high+availability/default.aspx">high availability</category><category domain="http://blogs.msdn.com/reedme/archive/tags/annoyances/default.aspx">annoyances</category><category domain="http://blogs.msdn.com/reedme/archive/tags/mirroring/default.aspx">mirroring</category><category domain="http://blogs.msdn.com/reedme/archive/tags/log+shipping/default.aspx">log shipping</category></item><item><title>It’s been real and it’s been fun...</title><link>http://blogs.msdn.com/reedme/archive/2009/04/14/it-s-been-real-and-it-s-been-fun.aspx</link><pubDate>Wed, 15 Apr 2009 01:23:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9549564</guid><dc:creator>reedme</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/reedme/comments/9549564.aspx</comments><wfw:commentRss>http://blogs.msdn.com/reedme/commentrss.aspx?PostID=9549564</wfw:commentRss><wfw:comment>http://blogs.msdn.com/reedme/rsscomments.aspx?PostID=9549564</wfw:comment><description>&lt;p&gt;I’ve really enjoyed my ~3.5 years here at Microsoft, especially the last year and a quarter inside SQL Server. Microsoft’s a great company that really takes good care of its employees and their families.&lt;/p&gt;  &lt;p&gt;It’s with some sadness that I leave all my friends in Building 35 next week (and some of y’all over in Building 34, too -- heh), especially with all the cool stuff coming soon with Kilimanjaro. I’ve learned a lot from y’all. Katmai was a definitely a fun climb (even though I missed the first two years)!&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;To whomever takes over my job, here’s one article I wish I would’ve rediscovered and reread a year ago:&lt;/strong&gt; &lt;a href="http://www.joelonsoftware.com/items/2009/03/09.html" target="_blank"&gt;How to be a program manager (Joel on Software)&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;I’m not going far, though. You’d think that Building 36 would be right next door, but... it’s not. You’ll have to walk a little bit further up the street past the convention center, but we can still do lunch from time to time. Office looks to a cool place to play as an architect, and I’m looking forward to the work!&lt;/p&gt;  &lt;p&gt;Since I’m heading back into the wonderful world of operations, you’ll still get the occasional SQL Server bit from me, and I’ll probably mix in some SCOM, since that looks to be the first big project.&lt;/p&gt;  &lt;p&gt;This week, I’m wrapping up my contributions to Samples Refresh 2 and working on transition planning for whoever takes over the samples reins next in SQL Server.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9549564" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/reedme/archive/tags/SQL+Server/default.aspx">SQL Server</category><category domain="http://blogs.msdn.com/reedme/archive/tags/AdventureWorks/default.aspx">AdventureWorks</category><category domain="http://blogs.msdn.com/reedme/archive/tags/office/default.aspx">office</category><category domain="http://blogs.msdn.com/reedme/archive/tags/operational+maturity/default.aspx">operational maturity</category><category domain="http://blogs.msdn.com/reedme/archive/tags/architect/default.aspx">architect</category><category domain="http://blogs.msdn.com/reedme/archive/tags/System+Center/default.aspx">System Center</category><category domain="http://blogs.msdn.com/reedme/archive/tags/Office+Online/default.aspx">Office Online</category></item><item><title>Awww, aren’t they just so cute?!</title><link>http://blogs.msdn.com/reedme/archive/2009/03/19/awww-aren-t-they-just-so-cute.aspx</link><pubDate>Thu, 19 Mar 2009 23:19:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9491053</guid><dc:creator>reedme</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/reedme/comments/9491053.aspx</comments><wfw:commentRss>http://blogs.msdn.com/reedme/commentrss.aspx?PostID=9491053</wfw:commentRss><wfw:comment>http://blogs.msdn.com/reedme/rsscomments.aspx?PostID=9491053</wfw:comment><description>&lt;p&gt;Look at all of them fixin’ to jump in the pool! Heh.&lt;/p&gt;  &lt;p&gt;Not to minimize the difficulty that they’re embarking on, what with a 20% pass rate and all, but it’s great to see more people diving into the deep end of the SQL Server pool. Let’s hope as many Certified Masters as possible emerge from the other end of this rotation!&lt;/p&gt;  &lt;blockquote&gt;&lt;em&gt;We had 17 victims, er attendees show up bright eyed and bushy tailed, ready to take on the most challenging training available on the SQL Platform.      &lt;br /&gt;&lt;/em&gt;&lt;a href="http://blogs.technet.com/themasterblog/archive/2009/03/18/gentlemen-and-ladies-start-your-engines.aspx"&gt;The Master Blog : Gentlemen (and Ladies) START YOUR ENGINES!!!&lt;/a&gt;&lt;/blockquote&gt;  &lt;p&gt;Good luck, folks. Study hard!!&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9491053" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/reedme/archive/tags/SQL+Server/default.aspx">SQL Server</category><category domain="http://blogs.msdn.com/reedme/archive/tags/consulting/default.aspx">consulting</category><category domain="http://blogs.msdn.com/reedme/archive/tags/certification/default.aspx">certification</category><category domain="http://blogs.msdn.com/reedme/archive/tags/MCA_3A00_Database/default.aspx">MCA:Database</category><category domain="http://blogs.msdn.com/reedme/archive/tags/SQL+Ranger/default.aspx">SQL Ranger</category><category domain="http://blogs.msdn.com/reedme/archive/tags/architect/default.aspx">architect</category></item><item><title>If you absolutely must call a WCF service from inside your database, here’s how you do it...</title><link>http://blogs.msdn.com/reedme/archive/2009/02/11/if-you-absolutely-must-call-a-wcf-service-from-inside-your-database-here-s-how-you-do-it.aspx</link><pubDate>Thu, 12 Feb 2009 02:02:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9413637</guid><dc:creator>reedme</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.msdn.com/reedme/comments/9413637.aspx</comments><wfw:commentRss>http://blogs.msdn.com/reedme/commentrss.aspx?PostID=9413637</wfw:commentRss><wfw:comment>http://blogs.msdn.com/reedme/rsscomments.aspx?PostID=9413637</wfw:comment><description>&lt;p&gt;When I was an operations DBA, this would probably fall into the category of “just because you can do something, doesn’t mean that you should”:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;a href="http://nielsb.wordpress.com/sqlclrwcf/" target="_blank"&gt;Call a WCF Service from SQLCLR (by Niels Berglund)&lt;/a&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;However, there are probably a couple of good scenarios where I might advocate for doing just this in future projects, especially if the customers have experienced DBAs and don’t have an existing middle tier admin group. (They exist. I consulted for a couple.)&lt;/p&gt;  &lt;p&gt;I’m encouraging Niels to formalize this a bit and put in CodePlex or Code Gallery.&lt;/p&gt;  &lt;p&gt;Cool stuff!&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9413637" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/reedme/archive/tags/SQL+Server/default.aspx">SQL Server</category><category domain="http://blogs.msdn.com/reedme/archive/tags/community+development/default.aspx">community development</category><category domain="http://blogs.msdn.com/reedme/archive/tags/samples/default.aspx">samples</category><category domain="http://blogs.msdn.com/reedme/archive/tags/CodePlex/default.aspx">CodePlex</category><category domain="http://blogs.msdn.com/reedme/archive/tags/WCF/default.aspx">WCF</category><category domain="http://blogs.msdn.com/reedme/archive/tags/CLR/default.aspx">CLR</category><category domain="http://blogs.msdn.com/reedme/archive/tags/Code+Gallery/default.aspx">Code Gallery</category></item><item><title>Updated Books Online (January 2009)</title><link>http://blogs.msdn.com/reedme/archive/2009/02/03/updated-books-online-january-2009.aspx</link><pubDate>Tue, 03 Feb 2009 20:21:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9393455</guid><dc:creator>reedme</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/reedme/comments/9393455.aspx</comments><wfw:commentRss>http://blogs.msdn.com/reedme/commentrss.aspx?PostID=9393455</wfw:commentRss><wfw:comment>http://blogs.msdn.com/reedme/rsscomments.aspx?PostID=9393455</wfw:comment><description>&lt;p&gt;I’m a couple days behind in, well, everything, not just my inbox. What can I say? It finally warmed up enough to get back on the motorcycle...&lt;/p&gt;  &lt;p&gt;Updated BOL for January 2009 are out there now!&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/ms130214.aspx" target="_blank"&gt;MSDN&lt;/a&gt;&lt;/p&gt;    &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=765433F7-0983-4D7A-B628-0A98145BCB97&amp;amp;displaylang=en" target="_blank"&gt;Download Center (MSI)&lt;/a&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;Get yours while supplies last. Heh.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9393455" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/reedme/archive/tags/SQL+Server/default.aspx">SQL Server</category><category domain="http://blogs.msdn.com/reedme/archive/tags/Books+Online/default.aspx">Books Online</category></item><item><title>Samples forum consolidation.</title><link>http://blogs.msdn.com/reedme/archive/2009/01/29/samples-forum-consolidation.aspx</link><pubDate>Fri, 30 Jan 2009 01:12:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9383768</guid><dc:creator>reedme</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/reedme/comments/9383768.aspx</comments><wfw:commentRss>http://blogs.msdn.com/reedme/commentrss.aspx?PostID=9383768</wfw:commentRss><wfw:comment>http://blogs.msdn.com/reedme/rsscomments.aspx?PostID=9383768</wfw:comment><description>&lt;p&gt;Until today, all of the various SQL Server community and samples projects each had their own discussion board on CodePlex. In the interests of simplification that our customers have asked for in our samples experience, we’re consolidating all of those disparate discussion locations to one MSDN forum on the new forum platform.&lt;/p&gt;  &lt;p&gt;&lt;a title="http://social.msdn.microsoft.com/Forums/en-us/sqlserversamples/threads" href="http://social.msdn.microsoft.com/Forums/en-us/sqlserversamples/threads" target="_blank"&gt;Microsoft SQL Server Community &amp;amp; Samples Forum&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Today and tomorrow, we’ll be closing up the discussion boards on CodePlex and linking those projects to the new forum.&lt;/p&gt;  &lt;p&gt;If you’ve got specific questions about community and samples projects or are looking for people or projects to participate with, now you’ve got one place to do just that!&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9383768" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/reedme/archive/tags/SQL+Server/default.aspx">SQL Server</category><category domain="http://blogs.msdn.com/reedme/archive/tags/community+development/default.aspx">community development</category><category domain="http://blogs.msdn.com/reedme/archive/tags/samples/default.aspx">samples</category><category domain="http://blogs.msdn.com/reedme/archive/tags/customer+feedback/default.aspx">customer feedback</category></item><item><title>Sybase loves AdventureWorks2008?</title><link>http://blogs.msdn.com/reedme/archive/2009/01/22/sybase-loves-adventureworks2008.aspx</link><pubDate>Thu, 22 Jan 2009 19:24:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9368955</guid><dc:creator>reedme</dc:creator><slash:comments>5</slash:comments><comments>http://blogs.msdn.com/reedme/comments/9368955.aspx</comments><wfw:commentRss>http://blogs.msdn.com/reedme/commentrss.aspx?PostID=9368955</wfw:commentRss><wfw:comment>http://blogs.msdn.com/reedme/rsscomments.aspx?PostID=9368955</wfw:comment><description>&lt;p&gt;A SQL Ranger friend of mine in the UK gave me the heads up to this yesterday. (Thanks, Ben!!) Apparently, back in December 2008, Sybase ported some of our samples to SQL Anywhere. Needless to say, I’ve got mixed feelings about Sybase porting AdventureWorks to their platform. Sort of like a cherry-cheese Danish: it’s a pastry and pastries are supposed to taste good, right? But cherries and cheese? Ick. (I’m on a &lt;a href="http://blogs.msdn.com/reedme/archive/2008/12/29/game-on-steve-s-going-down.aspx" target="_blank"&gt;severely calorically restricted diet&lt;/a&gt;; sorry for the digression.)&lt;/p&gt;  &lt;blockquote&gt;&lt;em&gt;As SQL Server 2008 and SQL Anywhere 11 are two very different database solutions, the ‘AdventureWorks2008’ database will appear slightly different, and offer a few functional differences. These incongruities are the result of different feature sets, which are intrinsic to each database’s design. &lt;/em&gt;&lt;a href="http://www.sybase.com/detail?id=1061455" target="_blank"&gt;AdventureWorks2008 Sample Database for SQL Anywhere Download: Mobile Enterprise, Database Management iAnywhere - Sybase Inc&lt;/a&gt;&lt;/blockquote&gt;  &lt;p&gt;We license AdventureWorks under the Ms-PL, so anybody’s welcome to do whatever they want with our code. It’s out there for learning purposes. Sybase seems to have learned that SQL Anywhere 11 doesn’t do a lot of the really cool things that SQL Server 2008 does! They only ported the OLTP database – I wonder why they ignored DW and LT??&lt;/p&gt;  &lt;p&gt;The Sybase port of AdventureWorks2008 drops the following features:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;They dropped all the spatial columns because SQL Anywhere doesn’t have a geography type.&lt;/li&gt;    &lt;li&gt;They dropped Try/Catch error handling in all stored procedures, since they can’t do that.&lt;/li&gt;    &lt;li&gt;They dropped DDL triggers, because SQL Anywhere doesn’t have them.&lt;/li&gt;    &lt;li&gt;They dropped all stored procedures with recursive queries, because they don’t support them.&lt;/li&gt;    &lt;li&gt;They dropped all Full Text indexes and queries, since SQL Anywhere doesn’t do that, either, I guess.&lt;/li&gt;    &lt;li&gt;They dropped or modified all tables with HierarchyID columns, because they don’t have that data type.&lt;/li&gt;    &lt;li&gt;They dropped all the tables with XML data, or omitted the XML columns, because they don’t support the same XML query lingo and have no XML index support.&lt;/li&gt;    &lt;li&gt;They dropped all the indexed views, because SQL Anywhere doesn’t do that,either.&lt;/li&gt;    &lt;li&gt;They dropped all the views that use PIVOT, because (guess what?) they don’t have that keyword.&lt;/li&gt;    &lt;li&gt;They had to modify a bunch of stored procedures because they don’t support EXECUTE AS CALLER. (Did I mention that they had to drop all the Try/Catch support, too?)&lt;/li&gt;    &lt;li&gt;They had to emasculate most of the trigger functionality (not counting the DDL triggers they had to drop outright), because they don’t support those features. Such as dropping Try/Catch support to throw exceptions instead of logging and always updating certain columns (even when not appropriate for the business rules):&lt;/li&gt;    &lt;ul&gt;     &lt;li&gt;HumanResources.dEmployee&lt;/li&gt;      &lt;li&gt;Person.iuPerson&lt;/li&gt;      &lt;li&gt;Production.iWorker&lt;/li&gt;      &lt;li&gt;Production.uWorkOrder&lt;/li&gt;      &lt;li&gt;Purchasing.iPurchaseOrderDetail&lt;/li&gt;      &lt;li&gt;Purchasing.uPurchaseOrderHeader&lt;/li&gt;      &lt;li&gt;Purchasing.uPurchaseOrderDetail&lt;/li&gt;      &lt;li&gt;Purchasing.uPurchaseOrderHeader&lt;/li&gt;      &lt;li&gt;Purchasing.dVendor&lt;/li&gt;      &lt;li&gt;Sales.iduSalesOrderDetail&lt;/li&gt;      &lt;li&gt;Sales.uSalesOrderHeader&lt;/li&gt;   &lt;/ul&gt;    &lt;li&gt;They had to truncate all the binary image columns to 32,767 bytes (which will break all the ones bigger than that) because SQL Anywhere doesn’t have a large binary type apparently. Whoops!&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Anyway, I don’t have a SQL Anywhere installation to try it out on, but that list from their own website reads (to me) like a list of reasons to use SQL Server 2008 instead. It looks like they ported our .NET samples for AdventureWorks2008, too, so I have to wonder if they’re equally limited as the AdventureWorks2008 port?&lt;/p&gt;  &lt;p&gt;I do hope that SQL Anywhere customers do get some benefit out of using the port of our sample OLTP database (or switch to SQL Server 2008 where they can get the full functionality of AdventureWorks2008). I’d also like to invite Oracle and DB2 to port AdventureWorks2008 to their platforms so that the world can see how much of our feature set they don’t support, either. Heh.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9368955" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/reedme/archive/tags/database/default.aspx">database</category><category domain="http://blogs.msdn.com/reedme/archive/tags/SQL+Server/default.aspx">SQL Server</category><category domain="http://blogs.msdn.com/reedme/archive/tags/samples/default.aspx">samples</category><category domain="http://blogs.msdn.com/reedme/archive/tags/data+modeling/default.aspx">data modeling</category><category domain="http://blogs.msdn.com/reedme/archive/tags/database+design/default.aspx">database design</category><category domain="http://blogs.msdn.com/reedme/archive/tags/free+stuff/default.aspx">free stuff</category><category domain="http://blogs.msdn.com/reedme/archive/tags/data+programmability/default.aspx">data programmability</category><category domain="http://blogs.msdn.com/reedme/archive/tags/AdventureWorks/default.aspx">AdventureWorks</category><category domain="http://blogs.msdn.com/reedme/archive/tags/open+source/default.aspx">open source</category><category domain="http://blogs.msdn.com/reedme/archive/tags/weird/default.aspx">weird</category><category domain="http://blogs.msdn.com/reedme/archive/tags/You_2700_re+doing+it+wrong_2100_/default.aspx">You're doing it wrong!</category><category domain="http://blogs.msdn.com/reedme/archive/tags/data+quality/default.aspx">data quality</category><category domain="http://blogs.msdn.com/reedme/archive/tags/weight+loss/default.aspx">weight loss</category><category domain="http://blogs.msdn.com/reedme/archive/tags/Sybase/default.aspx">Sybase</category><category domain="http://blogs.msdn.com/reedme/archive/tags/SQL+Anywhere_3F00_/default.aspx">SQL Anywhere?</category></item><item><title>Tweeting AdventureWorks?</title><link>http://blogs.msdn.com/reedme/archive/2009/01/15/tweeting-adventureworks.aspx</link><pubDate>Fri, 16 Jan 2009 03:34:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9322456</guid><dc:creator>reedme</dc:creator><slash:comments>4</slash:comments><comments>http://blogs.msdn.com/reedme/comments/9322456.aspx</comments><wfw:commentRss>http://blogs.msdn.com/reedme/commentrss.aspx?PostID=9322456</wfw:commentRss><wfw:comment>http://blogs.msdn.com/reedme/rsscomments.aspx?PostID=9322456</wfw:comment><description>&lt;p&gt;Earlier this week, the gravitational pull of Twitter got the better of me. &lt;a href="http://blogs.msdn.com/jimmymay/" target="_blank"&gt;Jimmy May&lt;/a&gt; emailed me that Paul Nielsen was trying to sort out the gender of the fictitious IT Manager of AdventureWorks (Jean Trenary) for the next edition of the SQL Server Bible and was tweeting on the subject. One thing led to another. (Doesn’t it always?)&lt;/p&gt;  &lt;p&gt;I vaguely recall signing up for Twitter as “reedme” but twitter doesn’t seem interested in sending me a forgotten password for that user name... so I reverted to an older, darker user name for tweeting: &lt;a href="http://twitter.com/DarthReed" target="_blank"&gt;DarthReed&lt;/a&gt;. Just so you know. More useless information is now available on the web with even greater frequency.&lt;/p&gt;  &lt;p&gt;Anyway, here are the queries for anybody else who cares. First for the old school AdventureWorks OLTP database (with thanks to Gail in UE for writing the first one):&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;font face="Courier New" size="2"&gt;&lt;font color="#0000ff"&gt;USE &lt;/font&gt;AdventureWorks        &lt;br /&gt;&lt;font color="#0000ff"&gt;GO         &lt;br /&gt;SELECT&amp;#160; &lt;/font&gt;c.FirstName , c.LastName, e.Title, e.Gender        &lt;br /&gt;&lt;font color="#0000ff"&gt;FROM &lt;/font&gt;HumanResources.Employee &lt;font color="#0000ff"&gt;as&lt;/font&gt; e        &lt;br /&gt;&lt;font color="#0000ff"&gt;JOIN&lt;/font&gt; Person.Contact &lt;font color="#0000ff"&gt;AS&lt;/font&gt; c &lt;font color="#0000ff"&gt;ON&lt;/font&gt; e.ContactID = c.ContactID        &lt;br /&gt;&lt;font color="#0000ff"&gt;WHERE &lt;/font&gt;LastName = &lt;font color="#008080"&gt;'Trenary'&lt;/font&gt;        &lt;br /&gt;&lt;font color="#0000ff"&gt;GO&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;And then my “port” for the AdventureWorks2008 OLTP database (will like be the same for AdventureWorksKilimanjaro):&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;font face="Courier New" size="2"&gt;&lt;font color="#0000ff"&gt;USE &lt;/font&gt;AdventureWorks2008        &lt;br /&gt;&lt;font color="#0000ff"&gt;GO         &lt;br /&gt;SELECT&amp;#160; &lt;/font&gt;c.FirstName , c.LastName, e.JobTitle, e.Gender        &lt;br /&gt;&lt;font color="#0000ff"&gt;FROM &lt;/font&gt;HumanResources.Employee &lt;font color="#0000ff"&gt;as&lt;/font&gt; e        &lt;br /&gt;&lt;font color="#0000ff"&gt;JOIN &lt;/font&gt;Person.Person &lt;font color="#0000ff"&gt;AS&lt;/font&gt; c &lt;font color="#0000ff"&gt;ON &lt;/font&gt;e.BusinessEntityID = c.BusinessEntityID        &lt;br /&gt;&lt;font color="#0000ff"&gt;WHERE &lt;/font&gt;LastName = &lt;font color="#808080"&gt;'Trenary'         &lt;br /&gt;&lt;/font&gt;&lt;font color="#0000ff"&gt;GO&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;If my adventures in Twitter last beyond the end of my “trial month”, I’ll have to break down and figure out how to feed them into the sidebar of the blog.&lt;/p&gt;  &lt;p&gt;&lt;a href="https://blogs.msdn.com/blogfiles/reedme/WindowsLiveWriter/TweetingAdventureWorks_E8B4/image_2.png"&gt;&lt;img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="406" alt="image" src="https://blogs.msdn.com/blogfiles/reedme/WindowsLiveWriter/TweetingAdventureWorks_E8B4/image_thumb.png" width="609" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9322456" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/reedme/archive/tags/database/default.aspx">database</category><category domain="http://blogs.msdn.com/reedme/archive/tags/SQL+Server/default.aspx">SQL Server</category><category domain="http://blogs.msdn.com/reedme/archive/tags/AdventureWorks/default.aspx">AdventureWorks</category><category domain="http://blogs.msdn.com/reedme/archive/tags/blogging/default.aspx">blogging</category><category domain="http://blogs.msdn.com/reedme/archive/tags/Twitter/default.aspx">Twitter</category></item><item><title>DTLoggedExec updated for the new year (and more).</title><link>http://blogs.msdn.com/reedme/archive/2009/01/07/dtloggedexec-updated-for-the-new-year-and-more.aspx</link><pubDate>Wed, 07 Jan 2009 23:11:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9289883</guid><dc:creator>reedme</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/reedme/comments/9289883.aspx</comments><wfw:commentRss>http://blogs.msdn.com/reedme/commentrss.aspx?PostID=9289883</wfw:commentRss><wfw:comment>http://blogs.msdn.com/reedme/rsscomments.aspx?PostID=9289883</wfw:comment><description>&lt;p&gt;Davide describes it best in his own words: &lt;a href="http://dtloggedexec.davidemauri.it/Default.aspx?Page=MainPage&amp;amp;AspxAutoDetectCookieSupport=1" target="_blank"&gt;What is DTLoggedExec?&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;If I were a full-time ETL developer or an operations DBA, this is definitely a tool I’d be using every day.&lt;/p&gt;  &lt;p&gt;Grab yours today from CodePlex: &lt;a href="http://www.codeplex.com/DTLoggedExec/" target="_blank"&gt;http://www.codeplex.com/DTLoggedExec/&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9289883" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/reedme/archive/tags/Integration+Services/default.aspx">Integration Services</category><category domain="http://blogs.msdn.com/reedme/archive/tags/SQL+Server/default.aspx">SQL Server</category><category domain="http://blogs.msdn.com/reedme/archive/tags/community+development/default.aspx">community development</category><category domain="http://blogs.msdn.com/reedme/archive/tags/open+source/default.aspx">open source</category></item><item><title>Now with more open and soon with more source!</title><link>http://blogs.msdn.com/reedme/archive/2008/12/26/now-with-more-open-and-soon-with-more-source.aspx</link><pubDate>Fri, 26 Dec 2008 22:24:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9253793</guid><dc:creator>reedme</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/reedme/comments/9253793.aspx</comments><wfw:commentRss>http://blogs.msdn.com/reedme/commentrss.aspx?PostID=9253793</wfw:commentRss><wfw:comment>http://blogs.msdn.com/reedme/rsscomments.aspx?PostID=9253793</wfw:comment><description>&lt;p&gt;Over the holidays, the SQL Server community &amp;amp; samples test team in China has been migrating all of our open product samples bugs out of our internal VSTS bug tracking database and into the VSTS database which backs the CodePlex TFS system. There are some non-bug work items which will be migrated (mostly related to the AdventureWorksKilimanjaro improvement) after the 1st of the year.&lt;/p&gt;  &lt;p&gt;If you want to see new stuff from the community &amp;amp; samples team (create a work item on CodePlex!) or increase the likelihood that we’ll fix your pet bug with one of the samples, vote on the one(s) that you want fixed most and help us prioritize.&lt;/p&gt;  &lt;table cellspacing="0" cellpadding="5" width="450" border="0"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="bottom" width="448"&gt;         &lt;p&gt;&lt;strong&gt;CodePlex Project Work Items for SQL Server Product Samples&lt;/strong&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="448"&gt;         &lt;p&gt;&lt;u&gt;&lt;a href="http://www.codeplex.com/MSFTASProdSamples/WorkItem/List.aspx" target="_blank"&gt;Microsoft SQL Server Product Samples: Analysis Services&lt;/a&gt;&lt;/u&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="448"&gt;         &lt;p&gt;&lt;u&gt;&lt;a href="http://www.codeplex.com/MSFTDPProdSamples/WorkItem/List.aspx" target="_blank"&gt;Microsoft SQL Server Product Samples: Data Programming&lt;/a&gt;&lt;/u&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="448"&gt;         &lt;p&gt;&lt;u&gt;&lt;a href="http://www.codeplex.com/MSFTDBProdSamples/WorkItem/List.aspx" target="_blank"&gt;Microsoft SQL Server Product Samples: Database&lt;/a&gt;&lt;/u&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="448"&gt;         &lt;p&gt;&lt;u&gt;&lt;a href="http://www.codeplex.com/MSFTEEProdSamples/WorkItem/List.aspx" target="_blank"&gt;Microsoft SQL Server Product Samples: End to End&lt;/a&gt;&lt;/u&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="448"&gt;         &lt;p&gt;&lt;u&gt;&lt;a href="http://www.codeplex.com/MSFTEngProdSamples/WorkItem/List.aspx" target="_blank"&gt;Microsoft SQL Server Product Samples: Engine&lt;/a&gt;&lt;/u&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="448"&gt;         &lt;p&gt;&lt;u&gt;&lt;a href="http://www.codeplex.com/MSFTISProdSamples/WorkItem/List.aspx" target="_blank"&gt;Microsoft SQL Server Product Samples: Integration Services&lt;/a&gt;&lt;/u&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="448"&gt;         &lt;p&gt;&lt;u&gt;&lt;a href="http://www.codeplex.com/MSFTReplProdSamples/WorkItem/List.aspx" target="_blank"&gt;Microsoft SQL Server Product Samples: Replication&lt;/a&gt;&lt;/u&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="448"&gt;         &lt;p&gt;&lt;u&gt;&lt;a href="http://www.codeplex.com/MSFTRSProdSamples/WorkItem/List.aspx" target="_blank"&gt;Microsoft SQL Server Product Samples: Reporting Services&lt;/a&gt;&lt;/u&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="448"&gt;         &lt;p&gt;&lt;u&gt;&lt;a href="http://www.codeplex.com/MSFTScrptProdSamples/WorkItem/List.aspx" target="_blank"&gt;Microsoft SQL Server Product Samples: Scripts&lt;/a&gt;&lt;/u&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="448"&gt;         &lt;p&gt;&lt;u&gt;&lt;a href="http://www.codeplex.com/MSFTSBProdSamples/WorkItem/List.aspx" target="_blank"&gt;Microsoft SQL Server Product Samples: Service Broker&lt;/a&gt;&lt;/u&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="448"&gt;         &lt;p&gt;&lt;u&gt;&lt;a href="http://www.codeplex.com/MSFTXmlProdSamples/WorkItem/List.aspx" target="_blank"&gt;Microsoft SQL Server Product Samples: XML&lt;/a&gt;&lt;/u&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;In other news, we will be migrating all of the product samples discussion forums to the new MSDN forums platform in January in a single consolidated place to chat about SQL Server community and samples projects.&lt;/p&gt;  &lt;p&gt;I’ll be in use-it-or-lose vacation territory this afternoon, hence you may or may not hear from me again until after New Year’s. If not, I wish y’all a merry New Year!!&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9253793" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/reedme/archive/tags/SQL+Server/default.aspx">SQL Server</category><category domain="http://blogs.msdn.com/reedme/archive/tags/community+development/default.aspx">community development</category><category domain="http://blogs.msdn.com/reedme/archive/tags/samples/default.aspx">samples</category><category domain="http://blogs.msdn.com/reedme/archive/tags/Katmai/default.aspx">Katmai</category><category domain="http://blogs.msdn.com/reedme/archive/tags/CodePlex/default.aspx">CodePlex</category><category domain="http://blogs.msdn.com/reedme/archive/tags/AdventureWorks/default.aspx">AdventureWorks</category></item><item><title>Who are you and what do you want with my data?</title><link>http://blogs.msdn.com/reedme/archive/2008/11/20/who-are-you-and-what-do-you-want-with-my-data.aspx</link><pubDate>Thu, 20 Nov 2008 20:04:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9129695</guid><dc:creator>reedme</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/reedme/comments/9129695.aspx</comments><wfw:commentRss>http://blogs.msdn.com/reedme/commentrss.aspx?PostID=9129695</wfw:commentRss><wfw:comment>http://blogs.msdn.com/reedme/rsscomments.aspx?PostID=9129695</wfw:comment><description>&lt;p&gt;If you’ve got data, there are probably people who want to use it, analyze it, do things with it... that you never imagined and possibly don’t want them to. “Those people” might even be government agents. Who can put you in jail. If you’re not careful with your data.&lt;/p&gt;  &lt;p&gt;Do you have a plan for data governance and regulatory compliance?&lt;/p&gt;  &lt;p&gt;We’d like to help.&lt;/p&gt;  &lt;blockquote&gt;Brent says: &lt;em&gt;As somebody who’s gone through the whitepaper start to finish (with a lot of guidance from JC’s team) I can tell you that this is really good stuff.&amp;#160; If you work for a public company subject to regulations, if you work with sensitive financial data, or if you work with health care data, you need to read this doc. &lt;/em&gt;&lt;a href="http://www.brentozar.com/archive/2008/11/new-sql-server-2008-compliance-guide/" target="_blank"&gt;New SQL Server 2008 Compliance Guide&lt;/a&gt;&lt;/blockquote&gt;  &lt;p&gt;Are you the Gate Keeper? Are you the Key Master? Or is there only Zhoul?&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;p.s. SCAN and SQL PASS have been a great week so far. It’s good to meet a lot of you in person. Come by the product pavilion and the Ask-the-Experts table and say howdy. I’ll be one of the 300 people wearing a brown shirt. Heh.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9129695" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/reedme/archive/tags/database/default.aspx">database</category><category domain="http://blogs.msdn.com/reedme/archive/tags/SQL+Server/default.aspx">SQL Server</category><category domain="http://blogs.msdn.com/reedme/archive/tags/operational+maturity/default.aspx">operational maturity</category><category domain="http://blogs.msdn.com/reedme/archive/tags/compliance/default.aspx">compliance</category><category domain="http://blogs.msdn.com/reedme/archive/tags/whitepaper/default.aspx">whitepaper</category><category domain="http://blogs.msdn.com/reedme/archive/tags/governance/default.aspx">governance</category></item><item><title>AdventureWorks2010, anyone?</title><link>http://blogs.msdn.com/reedme/archive/2008/10/30/adventureworks2010-anyone.aspx</link><pubDate>Fri, 31 Oct 2008 00:10:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9025289</guid><dc:creator>reedme</dc:creator><slash:comments>4</slash:comments><comments>http://blogs.msdn.com/reedme/comments/9025289.aspx</comments><wfw:commentRss>http://blogs.msdn.com/reedme/commentrss.aspx?PostID=9025289</wfw:commentRss><wfw:comment>http://blogs.msdn.com/reedme/rsscomments.aspx?PostID=9025289</wfw:comment><description>&lt;p&gt;We’re doing planning work for SQL Server Kilimanjaro and the next SQL Server wave that follows it, which means product samples, community projects and AdventureWorks. Some people have suggested doing away with AdventureWorks in favor of something new, but I don’t see that happening... unless there is an enormous groundswell from the community on the subject. You decide.&lt;/p&gt;  &lt;p&gt;As it is, about the only thing that we’ve “settled on” so far is that the schema will be based on AdventureWorks2008 and the working name of the database will be AdventureWorks2010. [Maybe it shows my age, but 2010 still feels like it’s a long way off… not just a short year and couple months.] Yeah, we’re decoupling a bit from the SQL Server release vehicle(s) so that we can rev AdventureWorks as needed instead of only at specific release milestones.&lt;/p&gt;  &lt;p&gt;Anyway, we’re committed to being more open about our plans for AdventureWorks and our other open source projects. So come see what we’re working on, vote on the work items that are there, propose new work items if there’s something else that you’d like to see us do with the samples databases.&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;a href="http://www.codeplex.com/MSFTDBProdSamples/WorkItem/List.aspx" target="_blank"&gt;AdventureWorks Issue Tracker&lt;/a&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;Over the coming weeks, we’re planning to move all of our day2day source control management for all SQL Server product samples and community projects to CodePlex, so look for more activity and more regular activity than you’ve seen in the past.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9025289" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/reedme/archive/tags/SQL+Server/default.aspx">SQL Server</category><category domain="http://blogs.msdn.com/reedme/archive/tags/samples/default.aspx">samples</category><category domain="http://blogs.msdn.com/reedme/archive/tags/database+design/default.aspx">database design</category><category domain="http://blogs.msdn.com/reedme/archive/tags/AdventureWorks/default.aspx">AdventureWorks</category><category domain="http://blogs.msdn.com/reedme/archive/tags/you/default.aspx">you</category></item><item><title>Get your beta on! SQL Server 2005 SP3 Beta</title><link>http://blogs.msdn.com/reedme/archive/2008/10/29/get-your-beta-on-sql-server-2005-sp3-beta.aspx</link><pubDate>Wed, 29 Oct 2008 21:07:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9022697</guid><dc:creator>reedme</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/reedme/comments/9022697.aspx</comments><wfw:commentRss>http://blogs.msdn.com/reedme/commentrss.aspx?PostID=9022697</wfw:commentRss><wfw:comment>http://blogs.msdn.com/reedme/rsscomments.aspx?PostID=9022697</wfw:comment><description>&lt;p&gt;No new features. Lots of good fixes rolled up in one package.&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=D22317E1-BC64-4936-A14B-7A632B50A4CA&amp;amp;displaylang=en"&gt;Download details: SQL Server 2005 SP3 Beta&lt;/a&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;We don’t call them “service packs” inside SQL Server anymore, but it would seem that a lot of people have a Linus’ blanket reaction to the term, so we’ll call it SP3 to make everyone happy.&lt;/p&gt;  &lt;p&gt;Enjoy!&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9022697" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/reedme/archive/tags/security/default.aspx">security</category><category domain="http://blogs.msdn.com/reedme/archive/tags/SQL+Server/default.aspx">SQL Server</category><category domain="http://blogs.msdn.com/reedme/archive/tags/service+pack/default.aspx">service pack</category><category domain="http://blogs.msdn.com/reedme/archive/tags/beta/default.aspx">beta</category></item><item><title>Simplifying AdventureWorks setup</title><link>http://blogs.msdn.com/reedme/archive/2008/10/21/simplifying-adventureworks-setup.aspx</link><pubDate>Wed, 22 Oct 2008 00:28:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9010391</guid><dc:creator>reedme</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/reedme/comments/9010391.aspx</comments><wfw:commentRss>http://blogs.msdn.com/reedme/commentrss.aspx?PostID=9010391</wfw:commentRss><wfw:comment>http://blogs.msdn.com/reedme/rsscomments.aspx?PostID=9010391</wfw:comment><description>&lt;p&gt;FYI, we’re actively working on improving the setup experience for the SQL Server 2008 sample databases (aka AdventureWorks). We’ve heard your feedback and we’re acting on it. Here are some of the salient points you’ll see for the Halloween update (Samples Refresh 1):&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Fewer selections to make to choose the appropriate download.&lt;/li&gt;    &lt;li&gt;All the AdventureWorks databases (both versions) in one small package.&lt;/li&gt;    &lt;li&gt;Streamlined automatic deployment of databases to your local instance.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Here’s a visual comparison of what the release page may look like the next time you download AdventureWorks:&lt;/p&gt;  &lt;p&gt;&lt;a href="https://blogs.msdn.com/blogfiles/reedme/WindowsLiveWriter/SimplifyingAdventureWorkssetup_CA3C/image_2.png" target="_blank"&gt;&lt;img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="484" alt="image" src="https://blogs.msdn.com/blogfiles/reedme/WindowsLiveWriter/SimplifyingAdventureWorkssetup_CA3C/image_thumb.png" width="506" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Some potential future improvements that we’re considering for the next refresh of SQL Server 2008 samples:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Individual selection of the databases to install.&lt;/li&gt;    &lt;li&gt;Automated deployment of Analysis Services cubes.&lt;/li&gt;    &lt;li&gt;A ClickOnce SQL Server Community Samples browser application.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;As always, we value your feedback and want to hear it, good and bad. After all, we’re building these things for you! If they’re not what you want/need, tell us what you do want/need!! That’s why we’re in the process of moving all of our community and samples work items out into the open on CodePlex. Create one and tell us what you want to see us working on!&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://www.codeplex.com/MSFTDBProdSamples/WorkItem/List.aspx" target="_blank"&gt;Sample Databases (AdventureWorks) Work Items&lt;/a&gt;      &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.codeplex.com/SqlServerSamples/WorkItem/List.aspx" target="_blank"&gt;SQL Server Product Samples Work Items&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9010391" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/reedme/archive/tags/database/default.aspx">database</category><category domain="http://blogs.msdn.com/reedme/archive/tags/SQL+Server/default.aspx">SQL Server</category><category domain="http://blogs.msdn.com/reedme/archive/tags/community+development/default.aspx">community development</category><category domain="http://blogs.msdn.com/reedme/archive/tags/samples/default.aspx">samples</category><category domain="http://blogs.msdn.com/reedme/archive/tags/AdventureWorks/default.aspx">AdventureWorks</category><category domain="http://blogs.msdn.com/reedme/archive/tags/open+source/default.aspx">open source</category></item><item><title>SQL Server Samples in the News and Print</title><link>http://blogs.msdn.com/reedme/archive/2008/09/24/sql-server-samples-in-the-news-and-print.aspx</link><pubDate>Thu, 25 Sep 2008 02:15:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8964228</guid><dc:creator>reedme</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/reedme/comments/8964228.aspx</comments><wfw:commentRss>http://blogs.msdn.com/reedme/commentrss.aspx?PostID=8964228</wfw:commentRss><wfw:comment>http://blogs.msdn.com/reedme/rsscomments.aspx?PostID=8964228</wfw:comment><description>&lt;p&gt;The humorous old adage (which my friends in PR righteously deplore) is that &amp;quot;There's no such thing as bad press, as long as they spell your name right.&amp;quot;&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;a href="http://www.developer.com/db/article.php/10920_3764961_1" target="_blank"&gt;SQL Server 2008: First Impressions&lt;/a&gt;&lt;/p&gt;    &lt;p&gt;&lt;a href="http://www.sqlmag.com/Article/ArticleID/99635/sql_server_99635.html" target="_blank"&gt;Desperately Seeking Samples&lt;/a&gt;&lt;/p&gt;    &lt;p&gt;&lt;a href="http://www.amazon.com/Server-2008-Transact-SQL-Recipes-Problem-Solution/dp/1590599802/ref=sr_1_1?ie=UTF8&amp;amp;s=books&amp;amp;qid=1220478978&amp;amp;sr=8-1" target="_blank"&gt;SQL Server 2008 Transact-SQL Recipes: A Problem-Solution Approach (Recipes: a Problem-Solution Approach)&lt;/a&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;You be the judge.&lt;/p&gt;  &lt;p&gt;Which reminds me to remind you: If you’ve got good things to say about SQL Server Samples™ and/or AdventureWorks, I'm your guy and I want to hear from you!! If you've got bi-, er, complaints about them, then... well, I'm your guy, too, and believe it or not, I want to hear that not so shiny stuff, too.&lt;/p&gt;  &lt;p&gt;We will be hosting MVPs and other SQL PASS attendees for breakfast specifically to get YOUR input about SQL Server community and samples projects. If you're going to be attending &lt;a href="http://www.sqlpass.org/" target="_blank"&gt;SQL PASS&lt;/a&gt; this year (they've even got a shiny new website!), let me know so that I can make sure that you get an invite to the samples breakfast (I'm buyin').&lt;/p&gt;  &lt;p&gt;&lt;font color="#0000ff"&gt;&amp;lt;insert_jedi_mind_trick&amp;gt;&lt;/font&gt;&lt;strong&gt;You will attend SQL PASS this year.&lt;/strong&gt;&lt;font color="#0000ff"&gt;&amp;lt;/insert_jedi_mind_trick&amp;gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;If that didn't work and you're still not going to be attending SQL PASS, please let us know what you want to see new or changed from We the Community (yes, that includes you, because I'm not doin' it all alone). The best way to do that is to create a work item &lt;a href="http://www.codeplex.com/SqlServerSamples/WorkItem/List.aspx" target="_blank"&gt;here for samples generally&lt;/a&gt; or here for &lt;a href="http://www.codeplex.com/MSFTDBProdSamples/WorkItem/List.aspx" target="_blank"&gt;AdventureWorks and other sample databases&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;p.s. Thanks, William, Michelle and Joseph!!&lt;/p&gt;  &lt;p&gt;p.p.s. Lovin' the new Windows Live Writer Beta. Of course, this is just my first post with it. The new preview is awesome. I just wish I could publish from OneNote through Live Writer in some for or fashion other than cut-n-paste… &lt;strong&gt;*hint*&lt;/strong&gt; (Yes, I've tried the blog-from-Word option. It no formattie correctlie when posting to Community Server.) Of course, I can't find the Format Painter in OneNote and Live Writer draft posts are difficult to sync in between different workstations, so… Win some, lose some. I wish I could win more. &lt;strong&gt;*pout*&lt;/strong&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8964228" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/reedme/archive/tags/SQL+Server/default.aspx">SQL Server</category><category domain="http://blogs.msdn.com/reedme/archive/tags/samples/default.aspx">samples</category><category domain="http://blogs.msdn.com/reedme/archive/tags/AdventureWorks/default.aspx">AdventureWorks</category><category domain="http://blogs.msdn.com/reedme/archive/tags/customer+feedback/default.aspx">customer feedback</category></item></channel></rss>