<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">Home of the Data Dude</title><subtitle type="html">Welcome to the blog where the DataDude talks about Visual StudioTeam System 2008 Database Edition GDR</subtitle><id>http://blogs.msdn.com/gertd/atom.xml</id><link rel="alternate" type="text/html" href="http://blogs.msdn.com/gertd/default.aspx" /><link rel="self" type="application/atom+xml" href="http://blogs.msdn.com/gertd/atom.xml" /><generator uri="http://communityserver.org" version="2.1.61025.2">Community Server</generator><updated>2009-02-23T21:36:28Z</updated><entry><title>Agile Database Techniques</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/gertd/archive/2009/07/08/agile-database-techniques.aspx" /><id>http://blogs.msdn.com/gertd/archive/2009/07/08/agile-database-techniques.aspx</id><published>2009-07-09T00:16:52Z</published><updated>2009-07-09T00:16:52Z</updated><content type="html">I am happy to announce that there is a new class dedicated to VSDB. “ Agile Database Techniques ”, is a 3-days course that provides students with the knowledge and skills to properly manage the SQL Server database development lifecycle in an agile environment. You will learn how to manage changes to the database structure, ensuring quality through T-SQL unit testing, and how to automate the building and deploying of SQL Server databases. Intended for developers and administrators already comfortable...(&lt;a href="http://blogs.msdn.com/gertd/archive/2009/07/08/agile-database-techniques.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9825152" width="1" height="1"&gt;</content><author><name>gertd</name><uri>http://blogs.msdn.com/members/gertd.aspx</uri></author><category term="tsbt-db" scheme="http://blogs.msdn.com/gertd/archive/tags/tsbt-db/default.aspx" /><category term="VSDB2008GDR" scheme="http://blogs.msdn.com/gertd/archive/tags/VSDB2008GDR/default.aspx" /><category term="DBProj.com" scheme="http://blogs.msdn.com/gertd/archive/tags/DBProj.com/default.aspx" /><category term="Training" scheme="http://blogs.msdn.com/gertd/archive/tags/Training/default.aspx" /></entry><entry><title>Assigning MSBuild Properties to SQLCMD Variables</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/gertd/archive/2009/06/21/assigning-msbuild-properties-to-sqlcmd-variables.aspx" /><id>http://blogs.msdn.com/gertd/archive/2009/06/21/assigning-msbuild-properties-to-sqlcmd-variables.aspx</id><published>2009-06-21T23:21:44Z</published><updated>2009-06-21T23:21:44Z</updated><content type="html">I am receiving the following question a lot: How do I propagate MSBuild properties to SQLCMD variables. In order to make the Visual Studio 2008 Team System Database Edition GDR release use the data from an MSBuild property inside a SQLCMD variable you need to do three things: Add the variable to the Database.sqlcmdvars file Add a XML fragment to the database project (.dbproj) file Use the SQLCMD variable First you need to add a SQLCMD variable to the Database.sqlcmdvars file, in this example we will...(&lt;a href="http://blogs.msdn.com/gertd/archive/2009/06/21/assigning-msbuild-properties-to-sqlcmd-variables.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9796461" width="1" height="1"&gt;</content><author><name>gertd</name><uri>http://blogs.msdn.com/members/gertd.aspx</uri></author><category term="VSDB" scheme="http://blogs.msdn.com/gertd/archive/tags/VSDB/default.aspx" /><category term="VSDB2008GDR" scheme="http://blogs.msdn.com/gertd/archive/tags/VSDB2008GDR/default.aspx" /><category term="DBProj.com" scheme="http://blogs.msdn.com/gertd/archive/tags/DBProj.com/default.aspx" /><category term="MSBuild" scheme="http://blogs.msdn.com/gertd/archive/tags/MSBuild/default.aspx" /><category term="SQLCMD" scheme="http://blogs.msdn.com/gertd/archive/tags/SQLCMD/default.aspx" /></entry><entry><title>DBSchema file for SQL LiteSpeed XP’s</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/gertd/archive/2009/06/10/dbschema-file-for-sql-litespeed-xp-s.aspx" /><id>http://blogs.msdn.com/gertd/archive/2009/06/10/dbschema-file-for-sql-litespeed-xp-s.aspx</id><published>2009-06-11T00:10:38Z</published><updated>2009-06-11T00:10:38Z</updated><content type="html">Based on a customer request I created a .dbschema file which contains the definitions of all the extended stored procedures used by SQL LiteSpeed 5.0 that live inside the master database. Since schema import does not import the definition of extended stored procedures, the user could no resolve the reference to the extended stored procedures. The following 39 extended stored procedures are defined inside the dbschema file: Extended Stored Procedure name [dbo].[xp_append_file] [dbo].[xp_backup_database]...(&lt;a href="http://blogs.msdn.com/gertd/archive/2009/06/10/dbschema-file-for-sql-litespeed-xp-s.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9725404" width="1" height="1"&gt;</content><author><name>gertd</name><uri>http://blogs.msdn.com/members/gertd.aspx</uri></author><category term="tsbt-db" scheme="http://blogs.msdn.com/gertd/archive/tags/tsbt-db/default.aspx" /><category term="VSDB" scheme="http://blogs.msdn.com/gertd/archive/tags/VSDB/default.aspx" /><category term="DatabaseReferences" scheme="http://blogs.msdn.com/gertd/archive/tags/DatabaseReferences/default.aspx" /><category term="VSDB2008GDR" scheme="http://blogs.msdn.com/gertd/archive/tags/VSDB2008GDR/default.aspx" /><category term="DBProj.com" scheme="http://blogs.msdn.com/gertd/archive/tags/DBProj.com/default.aspx" /><category term="DBSchema" scheme="http://blogs.msdn.com/gertd/archive/tags/DBSchema/default.aspx" /></entry><entry><title>System Objects in TEMPDB</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/gertd/archive/2009/06/10/system-objects-in-tempdb.aspx" /><id>http://blogs.msdn.com/gertd/archive/2009/06/10/system-objects-in-tempdb.aspx</id><published>2009-06-10T23:17:09Z</published><updated>2009-06-10T23:17:09Z</updated><content type="html">Today a user send me a question how to resolve reference of system objects inside tempdb? My first thought was this should get resolved by loading the master.dbschema file. However this did not resolve the issue, so time to ask for an example, which slightly altered looks something like this: 1: CREATE PROC [dbo].[testproc] 2: AS 3: SET NOCOUNT ON 4: -- code simplified for this example 5: SELECT [object_id], 6: [name] 7: FROM [tempdb].[sys].[objects] .csharpcode, .csharpcode pre { font-size: small;...(&lt;a href="http://blogs.msdn.com/gertd/archive/2009/06/10/system-objects-in-tempdb.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9725274" width="1" height="1"&gt;</content><author><name>gertd</name><uri>http://blogs.msdn.com/members/gertd.aspx</uri></author></entry><entry><title>Declarative Database Development</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/gertd/archive/2009/06/05/declarative-database-development.aspx" /><id>http://blogs.msdn.com/gertd/archive/2009/06/05/declarative-database-development.aspx</id><published>2009-06-05T22:58:36Z</published><updated>2009-06-05T22:58:36Z</updated><content type="html">Define What You Want, Not How You Get There! &amp;#160; If Not Exists… Database development is many aspects behind in comparison to regular application development. If you look how database development is integrated with regular application development or development processes it becomes even more obvious that there is room for improvement in this area. When asked, you will find that many database developers are spending their valuable time writing, maintaining, and testing database deployment scripts....(&lt;a href="http://blogs.msdn.com/gertd/archive/2009/06/05/declarative-database-development.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9702216" width="1" height="1"&gt;</content><author><name>gertd</name><uri>http://blogs.msdn.com/members/gertd.aspx</uri></author><category term="tsbt-db" scheme="http://blogs.msdn.com/gertd/archive/tags/tsbt-db/default.aspx" /><category term="VSDB" scheme="http://blogs.msdn.com/gertd/archive/tags/VSDB/default.aspx" /><category term="Declarative Database Development" scheme="http://blogs.msdn.com/gertd/archive/tags/Declarative+Database+Development/default.aspx" /><category term="DBProj.com" scheme="http://blogs.msdn.com/gertd/archive/tags/DBProj.com/default.aspx" /></entry><entry><title>RTM of VSDB 2008 GDR R2</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/gertd/archive/2009/04/22/rtm-of-vsdb-2008-gdr-r2.aspx" /><id>http://blogs.msdn.com/gertd/archive/2009/04/22/rtm-of-vsdb-2008-gdr-r2.aspx</id><published>2009-04-22T15:32:12Z</published><updated>2009-04-22T15:32:12Z</updated><content type="html">The QFE rollup release for the Visual Studio Team System 2008 Database Edition GDR release is now available. You can download the SETUP.EXE from the regular location. ( http://www.microsoft.com/downloads/details.aspx?FamilyID=bb3ad767-5f69-4db9-b1c9-8f55759846ed ) If you have the VS2008 RTM version of the Database Edition or the RTM version of the VSDB 2008 GDR release installed, this setup will automatically upgrade your installation. If you have the RC installed of the QFE rollup, you have to uninstall...(&lt;a href="http://blogs.msdn.com/gertd/archive/2009/04/22/rtm-of-vsdb-2008-gdr-r2.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9562506" width="1" height="1"&gt;</content><author><name>gertd</name><uri>http://blogs.msdn.com/members/gertd.aspx</uri></author><category term="tsbt-db" scheme="http://blogs.msdn.com/gertd/archive/tags/tsbt-db/default.aspx" /><category term="VSDB" scheme="http://blogs.msdn.com/gertd/archive/tags/VSDB/default.aspx" /><category term="QFE" scheme="http://blogs.msdn.com/gertd/archive/tags/QFE/default.aspx" /></entry><entry><title>Release Candidate of GDR QFE</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/gertd/archive/2009/03/26/release-candidate-of-gdr-qfe.aspx" /><id>http://blogs.msdn.com/gertd/archive/2009/03/26/release-candidate-of-gdr-qfe.aspx</id><published>2009-03-27T01:31:16Z</published><updated>2009-03-27T01:31:16Z</updated><content type="html">Yesterday, March 25th, the development team released an RC of the upcoming QFE of the Visual Studio 2008 Team System Database Edition GDR bits. I was surprised to read the new naming “ Visual Studio 2008 Database Edition GDR v2 RC1 ”. Anyhow what is in a name? It is about the content if you would ask me. This RC contains many important fixes for issues that users have reported since the release in November 2008. &amp;#160; Fixes in this RC release Schema Validation Aliased external objects do not resolve...(&lt;a href="http://blogs.msdn.com/gertd/archive/2009/03/26/release-candidate-of-gdr-qfe.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9512606" width="1" height="1"&gt;</content><author><name>gertd</name><uri>http://blogs.msdn.com/members/gertd.aspx</uri></author><category term="VSDB2008GDR" scheme="http://blogs.msdn.com/gertd/archive/tags/VSDB2008GDR/default.aspx" /><category term="QFE" scheme="http://blogs.msdn.com/gertd/archive/tags/QFE/default.aspx" /></entry><entry><title>SQL Connections Slides and Demo Posted</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/gertd/archive/2009/03/26/sql-connections-slides-and-demo-posted.aspx" /><id>http://blogs.msdn.com/gertd/archive/2009/03/26/sql-connections-slides-and-demo-posted.aspx</id><published>2009-03-26T20:55:54Z</published><updated>2009-03-26T20:55:54Z</updated><content type="html">It was great to be able to meet many new users of the Database Edition product at the SQL Connection Spring 2009 conference this week. Thank you for attending the sessions. There were lots of great questions, critical feedback and input for new features and improvements, they are all noted! As promised the slides and demos of the two “DataDude” sessions are now posted on the www.DBProj.com website. SDB413: Automating Database Deployment Do you have a need to automate the deployment of your database...(&lt;a href="http://blogs.msdn.com/gertd/archive/2009/03/26/sql-connections-slides-and-demo-posted.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9511943" width="1" height="1"&gt;</content><author><name>gertd</name><uri>http://blogs.msdn.com/members/gertd.aspx</uri></author><category term="SQLConnections" scheme="http://blogs.msdn.com/gertd/archive/tags/SQLConnections/default.aspx" /><category term="VSDB2008GDR" scheme="http://blogs.msdn.com/gertd/archive/tags/VSDB2008GDR/default.aspx" /></entry><entry><title>DBPROJ vs. DBP</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/gertd/archive/2009/03/25/dbproj-vs-dbp.aspx" /><id>http://blogs.msdn.com/gertd/archive/2009/03/25/dbproj-vs-dbp.aspx</id><published>2009-03-25T15:52:09Z</published><updated>2009-03-25T15:52:09Z</updated><content type="html">Can the “real” database project please indentify itself? Life can be confusing and we did not help you making it much easier by having two types of Database Projects inside Visual Studio. For the longest time there has been a “Database Project” inside Visual Studio. This project type has the file extension of .DBP and is available under the Other Project Types\Database\Database Project node inside the New Project dialog. It has not evolved for my releases and is purely there for legacy support. This...(&lt;a href="http://blogs.msdn.com/gertd/archive/2009/03/25/dbproj-vs-dbp.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9507703" width="1" height="1"&gt;</content><author><name>gertd</name><uri>http://blogs.msdn.com/members/gertd.aspx</uri></author><category term="VSDB2008GDR" scheme="http://blogs.msdn.com/gertd/archive/tags/VSDB2008GDR/default.aspx" /><category term="SETUP" scheme="http://blogs.msdn.com/gertd/archive/tags/SETUP/default.aspx" /></entry><entry><title>Up to SQL Connections Spring 2009 (Orlando, FL)</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/gertd/archive/2009/03/20/up-to-sql-connections-spring-2009-orlando-fl.aspx" /><id>http://blogs.msdn.com/gertd/archive/2009/03/20/up-to-sql-connections-spring-2009-orlando-fl.aspx</id><published>2009-03-20T18:46:25Z</published><updated>2009-03-20T18:46:25Z</updated><content type="html">Next week I will be presenting at SQL Connections in Orlando where I will be covering some fun topics on DataDude and general SQL Server. Here is the list. SQL Connections Spring 2009 (Orlando, FL) SDB413: Automating Database Deployment Do you have a need to automate the deployment of your database schema? Learn how to leverage DBSCHEMA files in combination with the command line VSDBCMD.EXE deployment engine. The latest Visual Studio 2008 Team System Database Edition GDR release provides a redistributable...(&lt;a href="http://blogs.msdn.com/gertd/archive/2009/03/20/up-to-sql-connections-spring-2009-orlando-fl.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9493170" width="1" height="1"&gt;</content><author><name>gertd</name><uri>http://blogs.msdn.com/members/gertd.aspx</uri></author><category term="DevConnections" scheme="http://blogs.msdn.com/gertd/archive/tags/DevConnections/default.aspx" /><category term="SQLConnections" scheme="http://blogs.msdn.com/gertd/archive/tags/SQLConnections/default.aspx" /><category term="VSDB2008GDR" scheme="http://blogs.msdn.com/gertd/archive/tags/VSDB2008GDR/default.aspx" /></entry><entry><title>FIX: Blank Unit Test Designer Problem</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/gertd/archive/2009/03/11/fix-blank-unit-test-designer-problem.aspx" /><id>http://blogs.msdn.com/gertd/archive/2009/03/11/fix-blank-unit-test-designer-problem.aspx</id><published>2009-03-11T20:21:10Z</published><updated>2009-03-11T20:21:10Z</updated><content type="html">If you are running in to the following problem when creating unit tests when using database projects, there now is a fix! Consider the following scenario, you have you database project (.dbproj) open and requesting the creation of a Database Unit Test by right clicking on for example a stored procedure objects inside Schema View. This will active the Create Unit Tests wizard. However, the following problems occur in the Create Unit Tests wizard: There are no type lists in the Types panel. The Output...(&lt;a href="http://blogs.msdn.com/gertd/archive/2009/03/11/fix-blank-unit-test-designer-problem.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9470949" width="1" height="1"&gt;</content><author><name>gertd</name><uri>http://blogs.msdn.com/members/gertd.aspx</uri></author><category term="tsbt-db" scheme="http://blogs.msdn.com/gertd/archive/tags/tsbt-db/default.aspx" /><category term="DBUnitTesting" scheme="http://blogs.msdn.com/gertd/archive/tags/DBUnitTesting/default.aspx" /><category term="VSDB2008GDR" scheme="http://blogs.msdn.com/gertd/archive/tags/VSDB2008GDR/default.aspx" /></entry><entry><title>Dealing with Confused Installations</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/gertd/archive/2009/03/08/dealing-with-confused-installations.aspx" /><id>http://blogs.msdn.com/gertd/archive/2009/03/08/dealing-with-confused-installations.aspx</id><published>2009-03-08T23:43:00Z</published><updated>2009-03-08T23:43:00Z</updated><content type="html">&amp;#160; Is your Visual Studio Team System 2008 Database Edition GDR installation confused? Does your menu suffer from multiple instance disorder? Here is what you can do about it. Make sure that Visual Studio (devenv.exe) is closed. Start an elevated command prompt. Run the following two commands: &amp;quot;%ProgramFiles%\Microsoft Visual Studio 9.0\DBPro\DBProRepair.exe&amp;quot; RemoveDBPro2008 &amp;quot;%ProgramFiles%\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe&amp;quot; /ResetUserData Now restart Visual...(&lt;a href="http://blogs.msdn.com/gertd/archive/2009/03/08/dealing-with-confused-installations.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9466804" width="1" height="1"&gt;</content><author><name>gertd</name><uri>http://blogs.msdn.com/members/gertd.aspx</uri></author><category term="VSDB2008GDR" scheme="http://blogs.msdn.com/gertd/archive/tags/VSDB2008GDR/default.aspx" /><category term="SETUP" scheme="http://blogs.msdn.com/gertd/archive/tags/SETUP/default.aspx" /></entry><entry><title>Must Read MSDN Magazine Article</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/gertd/archive/2009/02/24/must-read-msdn-magazine-article.aspx" /><id>http://blogs.msdn.com/gertd/archive/2009/02/24/must-read-msdn-magazine-article.aspx</id><published>2009-02-25T05:36:37Z</published><updated>2009-02-25T05:36:37Z</updated><content type="html">&lt;p&gt;Jamie Laflen and Barclay Hill wrote a great, must read article for MSDN Magazine, detailing the Visual Studio Team System 2008 Database Edition GDR functionality. Besides that it has a great intro describing the base principles of offline database schema development. &lt;/p&gt;  &lt;p&gt;Check out &lt;a href="http://msdn.microsoft.com/en-us/magazine/dd535414.aspx"&gt;MSDN Magazine March 2009&lt;/a&gt;     &lt;br /&gt;&lt;a href="http://msdn.microsoft.com/en-us/magazine/dd535414.aspx"&gt;&lt;img alt="March2009" src="http://i.msdn.microsoft.com/dd535414.cover(en-us).gif" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Database Development      &lt;br /&gt;&lt;/strong&gt;Introducing New Features In The VSTS Database Edition GDR     &lt;br /&gt;&lt;a title="http://msdn.microsoft.com/en-us/magazine/dd483214.aspx" href="http://msdn.microsoft.com/en-us/magazine/dd483214.aspx"&gt;http://msdn.microsoft.com/en-us/magazine/dd483214.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Enjoy the great read!    &lt;br /&gt;-GertD     &lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9443587" width="1" height="1"&gt;</content><author><name>gertd</name><uri>http://blogs.msdn.com/members/gertd.aspx</uri></author></entry><entry><title>Oracle DSP Announced</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/gertd/archive/2009/02/24/oracle-dsp-announced.aspx" /><id>http://blogs.msdn.com/gertd/archive/2009/02/24/oracle-dsp-announced.aspx</id><published>2009-02-24T21:02:55Z</published><updated>2009-02-24T21:02:55Z</updated><content type="html">&lt;p&gt;Today Quest Software announced that they will offer a Database Schema Provider (DSP) for Oracle that plugs in to the Visual Studio Team System 2010 release.&lt;/p&gt;  &lt;p&gt;You can read the announcement at the Quest Software website: &lt;a title="http://www.quest.com/newsroom/news-releases-show.aspx?contentid=9102" href="http://www.quest.com/newsroom/news-releases-show.aspx?contentid=9102"&gt;http://www.quest.com/newsroom/news-releases-show.aspx?contentid=9102&lt;/a&gt;, you can find more detail, like screen shots and sign up for the beta here: &lt;a title="http://www.teamfuze.net/index.jspa" href="http://www.teamfuze.net/index.jspa"&gt;http://www.teamfuze.net/index.jspa&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;For more detail also see Terry Clancy his posting about this: &lt;a title="http://blogs.msdn.com/terryclancy/archive/2009/02/24/quest-software-announces-oracle-database-schema-provider-for-visdual-studio-team-system-2010.aspx" href="http://blogs.msdn.com/terryclancy/archive/2009/02/24/quest-software-announces-oracle-database-schema-provider-for-visdual-studio-team-system-2010.aspx"&gt;http://blogs.msdn.com/terryclancy/archive/2009/02/24/quest-software-announces-oracle-database-schema-provider-for-visdual-studio-team-system-2010.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;-GertD&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9443163" width="1" height="1"&gt;</content><author><name>gertd</name><uri>http://blogs.msdn.com/members/gertd.aspx</uri></author></entry><entry><title>VSTSDB Blog Site</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/gertd/archive/2009/02/23/vstsdb-blog-site.aspx" /><id>http://blogs.msdn.com/gertd/archive/2009/02/23/vstsdb-blog-site.aspx</id><published>2009-02-24T05:36:28Z</published><updated>2009-02-24T05:36:28Z</updated><content type="html">&lt;p&gt;The Visual Studio Team System Database Edition team has created a new blog site to keep you informed and update about the latest developments.&lt;/p&gt;  &lt;p&gt;Please check out: &lt;a href="http://blogs.msdn.com/vstsdb"&gt;http://blogs.msdn.com/vstsdb&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Thanks,   &lt;br /&gt;-GertD&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9442216" width="1" height="1"&gt;</content><author><name>gertd</name><uri>http://blogs.msdn.com/members/gertd.aspx</uri></author><category term="tsbt-db" scheme="http://blogs.msdn.com/gertd/archive/tags/tsbt-db/default.aspx" /><category term="VSDB2008GDR" scheme="http://blogs.msdn.com/gertd/archive/tags/VSDB2008GDR/default.aspx" /></entry></feed>