Tag: SSDT

  • Manage lookup data using SQL Server Data Tools (SSDT)

    Manage lookup data using SQL Server Data Tools (SSDT)

    So let’s say that you’ve managed to get your SQL Server database schemas — your tables, stored procedures, views, functions, etc — under source control using SQL Server Data Tools (SSDT) in Visual Studio.  Great.  That’s gotten you really far along towards having nice automated deployments and good DevOps practices for your application (because you…

  • VSLive Orlando 2015: Real World SQL Server Data Tools (SSDT)

    VSLive Orlando 2015: Real World SQL Server Data Tools (SSDT)

    As promised, here are the slides and code samples from the Real World SQL Server Data Tools (SSDT) talk that I did this week at VSLive Orlando 2015. Here’s the abstract: SQL Server Data Tools (SSDT) help you manage your database schemas and let you do it under source control.  Great.  Got it.  But every…

  • VSLive SF 2015: TFS Automated Build, Test, & Deploy

    VSLive SF 2015: TFS Automated Build, Test, & Deploy

    As promised, here are the slides and code samples from my Automated Build, Test & Deploy with TFS, ASP.NET, and SQL Server talk that I did today at VSLive San Francisco 2015. Here’s the abstract: Automatically building your ASP.NET code is easy. Create a TFS build and go. But what about the database code? How…