Browse by Tags

All Tags » VSDB
Showing page 1 of 4 (32 total posts)
  • DefaultDataPath

    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:...(read more)
    Posted to SQL Server Aggregator (Weblog) by Anonymous on December 1, 2009
  • SQL Server 2008 R2

    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...(read more)
    Posted to SQL Server Aggregator (Weblog) by Anonymous on November 25, 2009
  • Pre-Deployment Scripts

    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...(read more)
    Posted to SQL Server Aggregator (Weblog) by Anonymous on September 15, 2009
  • NESQL Presentation – Declarative Database Development

    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...(read more)
    Posted to SQL Server Aggregator (Weblog) by Anonymous on September 15, 2009
  • MyDevConnections Volume 2 issue 1

    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...(read more)
    Posted to SQL Server Aggregator (Weblog) by Anonymous on September 10, 2009
  • VSDB 2008 Version Numbers

    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...(read more)
    Posted to SQL Server Aggregator (Weblog) by Anonymous on July 30, 2009
  • Assigning MSBuild Properties to SQLCMD Variables

    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...(read more)
    Posted to SQL Server Aggregator (Weblog) by Anonymous on June 22, 2009
  • DBSchema file for SQL LiteSpeed XP’s

    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...(read more)
    Posted to SQL Server Aggregator (Weblog) by Anonymous on June 11, 2009
  • System Objects in TEMPDB

    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...(read more)
    Posted to SQL Server Aggregator (Weblog) by Anonymous on June 11, 2009
  • Declarative Database Development

    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...(read more)
    Posted to SQL Server Aggregator (Weblog) by Anonymous on June 6, 2009
1 2 3 4 Next >