Home of the Data Dude

Welcome to the blog where the DataDude talks about SQL Server Data Tools and Visual Studio Database Projects

June, 2009

Posts
  • Home of the Data Dude

    Assigning MSBuild Properties to SQLCMD Variables

    • 6 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

    • 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

    • 10 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

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