Sign in
Visual Studio: Database Tools
Barclay Hill, Sr. Program Manager, Visual Studio Product Team (Data Tools) It's all about data...
Options
Email Blog Author
RSS for Posts
Atom
RSS for Comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Search
Tags
Best Practices
Build
Deployment
Extensibility
Product Information
Project System
Unit Testing
Archive
Archives
August 2010
(2)
July 2010
(1)
June 2010
(1)
May 2010
(2)
April 2010
(1)
March 2010
(2)
December 2009
(1)
October 2009
(1)
August 2009
(3)
July 2009
(3)
April 2009
(1)
March 2009
(6)
February 2009
(6)
MSDN Blogs
>
Visual Studio: Database Tools
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Visual Studio: Database Tools
Visual Studio 2010 Database Deployment API - Part 2
Posted
Fri, Aug 13 2010
by
bahill
0
Comments
Since posting the first code sample on how to leverage the Visual Studio Database Deployment API , I have had a number of folks contact me and ask how to do the same, but also comprehend the database references, options set in the project, refactor log...
Visual Studio: Database Tools
Deploying Visual Studio Database Projects from TFS TeamBuild 2010
Posted
Tue, Aug 3 2010
by
bahill
0
Comments
I had planned to update my previous database continuous integration post with what is new in 2010, but have not had any time to do so yet. Many customers ask me for the same. I shared my 2010 walkthroughs and samples with Steven, Sr. Technical Writer...
Visual Studio: Database Tools
FREEWARE Version of Toad Extension for Visual Studio now available
Posted
Wed, Jun 30 2010
by
bahill
0
Comments
Shameless cross. FREEWARE Version of Toad Extension for Visual Studio now available
Visual Studio: Database Tools
Deployment Contributor Sample: LiteScript
Posted
Tue, Jun 15 2010
by
bahill
1
Comments
In Visual Studio 2010 we have enabled a number of new extensibility points as detailed in my earlier post . In this post we will take a look at creating a deployment contributor . This deployment contributor is a deployment executor. Essentially what...
Visual Studio: Database Tools
Goodbye dbp...Hello dbproj!
Posted
Tue, May 4 2010
by
bahill
3
Comments
In Visual Studio 2010, Database Edition or DBPro Projects (.dbproj) have replaced the old Database Projects (.dbp) from previous versions of Visual Studio. Database Projects (.dbproj) are available in Professional, Premium, and Ultimate versions of Visual...
Visual Studio: Database Tools
Leveraging the Visual Studio 2010 Database Deployment API
Posted
Mon, May 3 2010
by
bahill
1
Comments
I often get questions from developers wanting to modify the deployment engine’s behavior in some way. These questions are typically motivated by the need to accommodate a specific requirement for a given environment or to support automation in some fashion...
Visual Studio: Database Tools
2010 Database Projects at Xerox Services
Posted
Tue, Apr 20 2010
by
bahill
0
Comments
During the 2010 product cycle I collaborated with Xerox Services frequently as a part of Microsoft’s TAP Program. The TAP program allows organizations to participate in the product cycle by getting access to software throughout product lifecycle at prerelease...
Visual Studio: Database Tools
New 2010 VSDBCMD Features - Target Model and Override SQLCMD Variables
Posted
Wed, Mar 17 2010
by
bahill
2
Comments
Targeting a dbschema model file for deployment Since releasing GDR we have had customer's ask for the ability to target a dbschema file through vsdbcmd . We were able to add this for the 2010 release. The primary use of this is to diff 2 dbschema files...
Visual Studio: Database Tools
Release Candidate of Database Projects availble and GDR Power Tools update
Posted
Mon, Mar 1 2010
by
bahill
0
Comments
Cross Post of : Release Candidate of Database Projects availble and GDR Power Tools update http://blogs.msdn.com/vstsdb/archive/2010/03/02/rc-of-database-projects-availble-and-gdr-power-tools-update.aspx
Visual Studio: Database Tools
2010 Beta 2 Database Projects available in downloadable VMs
Posted
Wed, Dec 30 2009
by
bahill
0
Comments
Been putting off evaluating Visual Studio 2010? New VMs are available to download that includes Visual Studio 2010 Beta 2 Ultimate and Team Foundation Server 2010. It’s now easier than ever to evaluate Beta 2. They come in 3 flavors: · Visual Studio 2010...
Visual Studio: Database Tools
Visual Studio Premium and Database Projects
Posted
Mon, Oct 19 2009
by
bahill
0
Comments
Visual Studio 2010 Beta 2 is available! For those of you who are MSDN subscribers you can download it today through MSDN subscriber’s page. For everyone else you will have access to it on Wednesday. Visual Studio Database Edition features are now in Visual...
Visual Studio: Database Tools
Using local 3-part names in programmability objects
Posted
Wed, Aug 26 2009
by
bahill
0
Comments
VSTS:DB does not support self-referencing 3 part names. It does support external 3 and 4 part references. For folks wondering what the difference is it is basically the use of fully qualified 3 part names identifiers for all objects in your programmability...
Visual Studio: Database Tools
Installing GDR R2 with different languages side-by-side
Posted
Wed, Aug 19 2009
by
bahill
0
Comments
The GDR R2 has a limitation that it uses the same product id for all localized versions of the product. This prevents you from installing more than one localized version of the product. If you have a need to install multiple language versions of GDR R2...
Visual Studio: Database Tools
Overview of composite and partial database projects
Posted
Sat, Aug 15 2009
by
bahill
0
Comments
A colleague published a new white paper on composite and partial database projects. If you want to understand the difference or see how these project types are used check this out: Collaborative Development with Team System 2008 Database Edition http...
Visual Studio: Database Tools
Deploying Composite Projects through a Database Unit Test Run
Posted
Fri, Jul 31 2009
by
bahill
0
Comments
A customer asked me the other day how they could deploy Composite Projects as a part of a Database Unit Test run. They are using the Composite Project to segment their Database Projects into 2 projects for maintainability and deployment reasons. 1 schema...
Visual Studio: Database Tools
Come visit/revisit The Beer House! (Continuous Integration)
Posted
Fri, Jul 31 2009
by
bahill
1
Comments
Isn’t it funny how a simple word like Beer can grab your attention? In this post we will look at migrating The Beer House (TBH) sample application database to be managed by VSTS:DB. For those in the NW you may have seen this previously as I have presented...
Visual Studio: Database Tools
Managing data motion during your deployments (Part 2)
Posted
Thu, Jul 2 2009
by
bahill
2
Comments
This post finishes off a 2 part post . Sorry about the delay getting this second part out. I went on a vacation back in May and I am just now getting caught up. In Part 1 we reviewed how to use the pre and post deployment scripts to manage data motion...
Visual Studio: Database Tools
Maintaining and synchronizing your reference data through the database project
Posted
Wed, Apr 1 2009
by
bahill
6
Comments
For database application developers working on data driven applications their reference data is as important and meaningful as the database schema itself. In fact, the database schema is incomplete when the reference data is absent. When I say reference...
Visual Studio: Database Tools
Managing data motion during your deployments (Part 1)
Posted
Sun, Mar 29 2009
by
bahill
2
Comments
Continuing with the VSTS: DB Best Practices post series, let’s take a look at managing data motion in your deployments. This will be Part 1 of a 2 part post. In the first post we will take a look at managing data motion necessary to make table schema...
Visual Studio: Database Tools
Right sizing the master.dbschema file for better design time performance
Posted
Sun, Mar 22 2009
by
bahill
6
Comments
In the March edition of MSDN we provided an overview of Server Projects and how to reference the master.dbschema file to resolve references to system objects. If you have a project that references the master.dbschema file, you may have noticed it takes...
Visual Studio: Database Tools
GDR doesn't validate what!?
Posted
Tue, Mar 17 2009
by
bahill
1
Comments
Up to the release of Visual Studio Team System 2008 Database Edition GDR a design database was used to store and validate the database project's schema model. The design database was dynamically created when you opened a database project (.dbroj). The...
Visual Studio: Database Tools
Deployment Failure: "An item with the same key has already been added"
Posted
Thu, Mar 5 2009
by
bahill
3
Comments
We are receiving reports from customers that they are encountering a deployment failure of their database projects using the GDR release. This issue typically occurs when the project is copied to a new location on disk or when the solution configuration...
Visual Studio: Database Tools
March MSDN - Introducing new features in the VSTSDB GDR
Posted
Mon, Mar 2 2009
by
bahill
1
Comments
Jamie Laflen and I wrote an article for this month's issue of MSDN magazine . The article briefly introduces most of the new features of the VSTSDB GDR release. The article covers the following features: Offline Schema Development Product Architectural...
Visual Studio: Database Tools
Offline Schema Development
Posted
Sun, Mar 1 2009
by
bahill
3
Comments
Continuing with the Best Practices post series, let's take a look at Offline Schema Development to set the stage for future topics. This posting is for DBAs and Database Application Developers that are not using the VSTSDB or have just started using VSTSDB...
Visual Studio: Database Tools
Deserialization has failed for project...
Posted
Mon, Feb 23 2009
by
bahill
1
Comments
The Visual Studio Team System 2008 Database Edition GDR introduced a new model based architecture that removes the product's dependency on a design db. In previous versions of the product a local instance of the SQL Server was required. This local SQL...
Page 1 of 2 (30 items)
1
2