Sign in
Home of the Data Dude
Welcome to the blog where the DataDude talks about Visual StudioTeam System 2008 Database Edition GDR
Options
About
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
DatabaseRefactoring
DatabaseReferences
DBProj.com
DBUnitTesting
Declarative Database Development
Deploy
DevConnections
MSBuild
PDC
PowerTools
QFE
SETUP
SQLCMD
SQLConnections
SQLStaticCodeAnalysis
TechEd
TFS
tsbt-db
VS2005
VS2008
VSDB
VSDB2008GDR
VSDBPro
VSTS
VSTS-DB
Archive
Archives
November 2009
(2)
October 2009
(1)
September 2009
(3)
August 2009
(1)
July 2009
(3)
June 2009
(4)
April 2009
(1)
March 2009
(6)
February 2009
(5)
January 2009
(4)
December 2008
(4)
November 2008
(2)
October 2008
(6)
September 2008
(2)
August 2008
(8)
July 2008
(3)
June 2008
(6)
May 2008
(1)
April 2008
(1)
March 2008
(1)
February 2008
(7)
January 2008
(1)
December 2007
(3)
November 2007
(2)
October 2007
(1)
September 2007
(2)
August 2007
(4)
July 2007
(10)
June 2007
(1)
May 2007
(2)
March 2007
(2)
February 2007
(4)
January 2007
(9)
December 2006
(2)
November 2006
(3)
October 2006
(3)
September 2006
(1)
August 2006
(6)
July 2006
(3)
June 2006
(4)
May 2006
(1)
MSDN Blogs
>
Home of the Data Dude
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Home of the Data Dude
DefaultDataPath
Posted
Mon, Nov 30 2009
by
gertd
1
Comments
VSDB uses the the ($DefaultDataPath) SQLCMD variable to represent the location where you would place your data and log file of your database. The deployment engine sets the value of SQLCMD variable by querying SQL Server using the following query: 1:...
Home of the Data Dude
SQL Server 2008 R2
Posted
Tue, Nov 24 2009
by
gertd
0
Comments
Now that SQL Server 2008 R2 November CTP is available, I found some time to install it and test the existing Visual Studio 2008 Team System Database Edition GDR R2 release with it. The only thing that is really different from a SQL Server point of view...
Home of the Data Dude
Pre and Post Deployment Events
Posted
Tue, Oct 13 2009
by
gertd
1
Comments
Visual Studio makes it relatively easy to hook in to pre and post build events, by using the Project properties tab named Build Events. However when using Database Projects (.dbproj) you more often need to do something at deployment time. The good news...
Home of the Data Dude
Pre-Deployment Scripts
Posted
Mon, Sep 14 2009
by
gertd
0
Comments
Pre-deployment script do not change the outcome of deployments! The above statements is something that most users do not realize when using pre-deployment scripts. Since the pre-deployment script is included in to the deployment script, it therefore by...
Home of the Data Dude
NESQL Presentation – Declarative Database Development
Posted
Mon, Sep 14 2009
by
gertd
0
Comments
Last week, September 10, I was invited by the New England SQL Server User Group to present about my favorite topic “ Declarative Database Development ”. I posted the slides of the presentation at DBProj.com . GertD @ www.DBProj.com
Home of the Data Dude
MyDevConnections Volume 2 issue 1
Posted
Wed, Sep 9 2009
by
gertd
0
Comments
The DevConnections conference organization (Tech Conferences Inc.), just released the latest issue of the magazine accompanying the conferences, named: MyDevConnections . In this edition (volume 2, issue 1) you will find an article that I wrote about...
Home of the Data Dude
SqlCmdVars.exe
Posted
Sat, Aug 1 2009
by
gertd
0
Comments
This post announces the availability of a small helper utility that will allow you to maintain your database.sqlcmdvars files from a command line tool. Description: What is the scenario? If you are using vsdbcmd.exe to deploy your schema, you include...
Home of the Data Dude
VSDB 2008 Version Numbers
Posted
Wed, Jul 29 2009
by
gertd
0
Comments
We frequently get asked how to identify the version a user is running with, so here is the list of Visual Studio Team System 2008 Database Edition releases. The information is retrieved using Help => About Microsoft Visual Studio inside the Visual...
Home of the Data Dude
VSDBCMD.EXE Return Codes
Posted
Tue, Jul 21 2009
by
gertd
1
Comments
Quick one based on a forum question where somebody asked how to detect if VSDBCMD.EXE failed or succeeded inside a batch file. VSDBCMD.EXE does not return a very elaborate amount of information, there are just two return values 0 and 1, where zero indicates...
Home of the Data Dude
Agile Database Techniques
Posted
Wed, Jul 8 2009
by
gertd
3
Comments
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...
Home of the Data Dude
Assigning MSBuild Properties to SQLCMD Variables
Posted
Sun, Jun 21 2009
by
gertd
4
Comments
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...
Home of the Data Dude
DBSchema file for SQL LiteSpeed XP’s
Posted
Wed, Jun 10 2009
by
gertd
2
Comments
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...
Home of the Data Dude
System Objects in TEMPDB
Posted
Wed, Jun 10 2009
by
gertd
6
Comments
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...
Home of the Data Dude
Declarative Database Development
Posted
Fri, Jun 5 2009
by
gertd
10
Comments
Define What You Want, Not How You Get There! 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...
Home of the Data Dude
RTM of VSDB 2008 GDR R2
Posted
Wed, Apr 22 2009
by
gertd
10
Comments
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...
Home of the Data Dude
Release Candidate of GDR QFE
Posted
Thu, Mar 26 2009
by
gertd
9
Comments
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...
Home of the Data Dude
SQL Connections Slides and Demo Posted
Posted
Thu, Mar 26 2009
by
gertd
3
Comments
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...
Home of the Data Dude
DBPROJ vs. DBP
Posted
Wed, Mar 25 2009
by
gertd
4
Comments
Can the “real” database project please identify 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...
Home of the Data Dude
Up to SQL Connections Spring 2009 (Orlando, FL)
Posted
Fri, Mar 20 2009
by
gertd
1
Comments
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...
Home of the Data Dude
FIX: Blank Unit Test Designer Problem
Posted
Wed, Mar 11 2009
by
gertd
2
Comments
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...
Home of the Data Dude
Dealing with Confused Installations
Posted
Sun, Mar 8 2009
by
gertd
5
Comments
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...
Home of the Data Dude
Must Read MSDN Magazine Article
Posted
Wed, Feb 25 2009
by
gertd
4
Comments
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...
Home of the Data Dude
Oracle DSP Announced
Posted
Tue, Feb 24 2009
by
gertd
2
Comments
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. You can read the announcement at the Quest Software website: http://www.quest.com/newsroom/news...
Home of the Data Dude
VSTSDB Blog Site
Posted
Tue, Feb 24 2009
by
gertd
1
Comments
The Visual Studio Team System Database Edition team has created a new blog site to keep you informed and update about the latest developments. Please check out: http://blogs.msdn.com/vstsdb Thanks, -GertD
Home of the Data Dude
DBProj.com
Posted
Thu, Feb 19 2009
by
gertd
2
Comments
Some of you already know or noticed through sites like LinkedIn or Facebook that per the beginning of this month I started in a new role inside Microsoft. I moved in to an Software Architect role, working on the new Directory Services stack. Hence I needed...
Page 1 of 6 (135 items)
1
2
3
4
5
»