Home of the Data Dude

Welcome to the blog where the DataDude talks about SQL Server Data Tools and Visual Studio Database Projects
Posts
  • Home of the Data Dude

    Is DesignDB In Use?

    • 1 Comments
    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'...
  • Home of the Data Dude

    Cleaning up DesignDB Leftovers

    • 1 Comments
    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...
  • Home of the Data Dude

    DesignDB Location

    • 2 Comments
    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...
Page 1 of 1 (3 items)