Browse by Tags

All Tags » VS2008
Showing page 1 of 2 (17 total posts)
  • Channel 9 VSDB 2008 GDR Interview

    We just released a new Channel 9 interview that covers the Visual Studio Team System 2008 Database Edition GDR functionality that we introduced today. http://channel9.msdn.com/posts/briankel/New-GDR-Announced-for-Visual-Studio-Team-System-2008-Database-Edition/ -GertD
    Posted to SQL Server Aggregator (Weblog) by Anonymous on June 4, 2008
  • VSTS 2008 Database Edition GDR June CTP

    Today, at Tech*Ed 2008 Developer, we announced the immediate availability of the first public CTP of the Visual Studio Team System 2008 Database Edition GDR. GDR stands for General Distribution Release. The GDR will be an out-of-band release enabling support for SQL Server 2008. It also introduces the new product architecture, which for those of ...
    Posted to SQL Server Aggregator (Weblog) by Anonymous on June 4, 2008
  • Tech·Ed 2008 Developers

    In case you are coming to the Developer edition of Tech·Ed next week, we have a lot of exiting things for you. As you can see below there are many sessions, hosted in both the developer and database tracks. Breakout sessions, chalk talks, panel discussions and hands-on lab, all covering Visual Studio Team System Database Edition. It all ...
    Posted to SQL Server Aggregator (Weblog) by Anonymous on May 30, 2008
  • MSDB Reference Projects

    The reference projects needed to resolve objects that reside inside an MSDB database have been posted on the MSDN Code Gallery site. You can find them on: http://code.msdn.microsoft.com/dbpromsdbsamples We did not post .dbmeta files but stub projects, because .dbmeta files require the collation to match with your environment. This would result ...
    Posted to SQL Server Aggregator (Weblog) by Anonymous on April 30, 2008
  • Command line SQL Static Code Analysis

    We have had a lot of requests from users asking us to make T-SQL Static Code Analysis available at build time and from the command line. The latest Visual Studio Team System 2008 Database Edition Power Tool release, adds this ability to the product through a new MSBuild task. In this blog post I will go through the step that you need to follow to ...
    Posted to SQL Server Aggregator (Weblog) by Anonymous on February 19, 2008
  • Database Compatibility Level

    VSTS-DB, both the 2005 and 2008 version, makes an assumption with regards to database compatibility levels, which can cause problems in certain use cases.   The assumption is that the DesignDB instance used for validation of the schema inside the project is set to a 80 compatibility level when using a SQL Server 2000 project and to 90 when ...
    Posted to SQL Server Aggregator (Weblog) by Anonymous on February 17, 2008
  • File Bound Generator

    An other new addition to the Visual Studio Team System 2008 Database Edition - Power Tools release is the File Bound Generator. This data generator grovels through files inside a directory or optionally through its subdirectories, based on some search filter you provide and loads the content of the file in to a column value. The file content is ...
    Posted to SQL Server Aggregator (Weblog) by Anonymous on February 17, 2008
  • Apply Test-Driven Development to your Database Projects

    This months issue of MSDN Magazine features a great article about how to use and extend Database Unit Testing written by Jamie Laflen who is the developer and tech lead in my team responsible for Database Unit Testing, Data Generation, SQL Code Coverage and Build & Deploy. So this information comes straight from the source! Check out: ...
    Posted to SQL Server Aggregator (Weblog) by Anonymous on February 16, 2008
  • Data Generation Wizard

    One of the new features in the Visual Studio Team System 2008 Database Edition - Power Tools release is the addition of the Data Generation Wizard. The Data Generation Wizard is an item template wizard that allows you to create and configure a data generation plan by pointing it at an existing database, which has the same schema as the underlying ...
    Posted to SQL Server Aggregator (Weblog) by Anonymous on February 15, 2008
  • Self Referencing

    Lately we have been getting questions about self-referencing database calls. What I mean with that is that you are referencing SQL objects using a 3-part name while referencing objects that reside inside your current database context. For example: 1: use Northwind 2: go 3:  4: SELECT * FROM Northwind.dbo.Categories 5: go Just ...
    Posted to SQL Server Aggregator (Weblog) by Anonymous on January 4, 2008
1 2 Next >