Sign in
Home of the Data Dude
Welcome to the blog where the DataDude talks about SQL Server Data Tools and Visual Studio Database Projects
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
DatabaseRefactoring
DatabaseReferences
DataGeneration
DBProj.com
DBSchema
DBUnitTesting
Declarative Database Development
Deploy
DevConnections
MSBuild
PDC
PowerTools
QFE
SETUP
SQL PASS
SQL2008R2
SQL2012
SQLCMD
SQLConnections
SQLStaticCodeAnalysis
SSDT
TechEd
TFS
Troubleshooting
tsbt-db
VS2005
VS2008
VSDB
VSDB2008GDR
vsdbcmd
VSDBPro
VSTS
VSTS-DB
Browse by Tags
MSDN Blogs
>
Home of the Data Dude
>
All Tags
>
vs2008
Tagged Content List
Blog Post:
More Team Developer + Data Edition Merge Information
Gert Drapers (MSFT)
Per October 1st 2008 MSDN subscribers who own or buy a new Visual Studio Team System Developer license are entitled to also install the Visual Studio Team System Database Edition, and MSDN subscribers who own or buy a new Visual Studio Team System Database Edition license are entitled to install...
on
3 Oct 2008
Blog Post:
Team Developer + Team Data = Team Developer!
Gert Drapers (MSFT)
In today's press release titled: " Visual Studio 2010 and .NET Framework 4.0 Overview " we announced the merge of the Developer Edition and Database Edition SKU's. Better Together – Visual Studio Team System Development Edition and Database Edition In recognition of the increased...
on
29 Sep 2008
Blog Post:
Trace Helper
Gert Drapers (MSFT)
This is the last part of the 3 part diagnostics series. This part will introduce you to a little helper utility that I wrote to make configuring the diagnostics and tracing options a lot simpler and more accessible. As discussed in the previous two blog posts in this series: Diagnosing Problems and Event...
on
17 Aug 2008
Blog Post:
Event Monitor
Gert Drapers (MSFT)
In part 2 of diagnosing problems I want to introduce you to an other build-in diagnostics tools that we might ask you to run with tracking down problems, the "event monitor". The event monitor is one of those tools that we use during development of the product for troubleshooting problems during...
on
17 Aug 2008
Blog Post:
Channel 9 VSDB 2008 GDR Interview
Gert Drapers (MSFT)
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
on
3 Jun 2008
Blog Post:
VSTS 2008 Database Edition GDR June CTP
Gert Drapers (MSFT)
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...
on
3 Jun 2008
Blog Post:
Tech·Ed 2008 Developers
Gert Drapers (MSFT)
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...
on
29 May 2008
Blog Post:
MSDB Reference Projects
Gert Drapers (MSFT)
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...
on
30 Apr 2008
Blog Post:
Command line SQL Static Code Analysis
Gert Drapers (MSFT)
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...
on
18 Feb 2008
Blog Post:
Database Compatibility Level
Gert Drapers (MSFT)
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...
on
17 Feb 2008
Blog Post:
File Bound Generator
Gert Drapers (MSFT)
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...
on
16 Feb 2008
Blog Post:
Apply Test-Driven Development to your Database Projects
Gert Drapers (MSFT)
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...
on
16 Feb 2008
Blog Post:
Data Generation Wizard
Gert Drapers (MSFT)
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...
on
15 Feb 2008
Blog Post:
Visual Studio Team System 2008 Database Edition Power Tools
Gert Drapers (MSFT)
The “DataDude” team is happy to announce the availability of the Power Tools for Visual Studio Team System 2008 Database Edition. The Power Tools for 2008 contains all the functionality we shipped in 2005 plus: Command line SQL Static Code Analysis execution through MSBuild, this was the biggest customer...
on
15 Feb 2008
Blog Post:
Lorem ipsum
Gert Drapers (MSFT)
This morning I received email from the owner of the DbProGenerators project on CodePlex announcing the availability of the LoremTextGenerator, which is a data generator that creates Lorem ipsum texts. Please check out the CodePlex project site at http://www.codeplex.com/DbProGenerators for more details...
on
13 Feb 2008
Blog Post:
Self Referencing
Gert Drapers (MSFT)
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...
on
4 Jan 2008
Blog Post:
Is DesignDB In Use?
Gert Drapers (MSFT)
When Visual Studio Team System Database Edition opens a design-time validation database, it acquires an exclusive application lock on the DesignDB database using the following code. 1: EXEC @rc = sp_getapplock N 'TSDATA' , N 'Exclusive' , N 'Session' , 0, N 'dbo' ; A side effect of acquiring the...
on
18 Dec 2007
Blog Post:
Cleaning up DesignDB Leftovers
Gert Drapers (MSFT)
In the " DesignDB Location " blog post I described where the design-time validation database are created. The attentive reader would have wondered when design-time validation database file get cleaned up, since we create them at project creation time and attach or re-create at project open time. So when...
on
18 Dec 2007
Blog Post:
DesignDB Location
Gert Drapers (MSFT)
As you might know Visual Studio Team System Database Edition uses a local SQL Server database instance to validate the correctness of the code inside the database project. When you create a project a local scratch database is create for validation purposes, when you close project the database gets detached...
on
18 Dec 2007
Blog Post:
Visual Studio Team System 2008 Database Edition
Gert Drapers (MSFT)
Now that Visual Studio 2008 is available, the question arises what has changed for Visual Studio Team Edition for Database Professionals in the 2008 edition? Not much is the answer. Since our first release was done completely out-of-band while other teams were actively working on the Visual Studio 2008...
on
21 Nov 2007
Blog Post:
The Data Dude Meets Team Build
Gert Drapers (MSFT)
At DevConnections and TechEd Europe every attendee has been receiving a special issue of CoDe Magazine , featuring " Data Programmability ". In this issue you will find an article on how to get started with Team Build and VSDBPro, please check out http://www.code-magazine.com/Article.aspx?quickid=990712152...
on
6 Nov 2007
Blog Post:
External Changes...
Gert Drapers (MSFT)
What happens when you make changes outside the scope of your project? What if you edit a file inside Notepad or sync your source code from your SCC system, either from the command line or from the VS IDE? Most users assume that the project automatically get updated as soon as the file is save on the...
on
18 Oct 2007
Blog Post:
Visual Studio Team System 2008 - Team Suite Beta 2
Gert Drapers (MSFT)
Visual Studio 2008 beta 2 is now available! The Visual Studio Team System 2008 - Team Suite now includes Visual Studio Team Edition for Database Professionals. The 2008 version is based on the Service Release 1 bits of VSDBPro. The only two additional changes on top of SR1 are that it is included in...
on
29 Jul 2007
Page 1 of 1 (23 items)