Understanding SQL Server database static data and how it fits into Database...
What is static data Static data (aka Code, Lookup, List or Reference data), in the context of a relational database management system, is generally data that represents fixed data, that generally...
View ArticleGetting started building applications using SQL Server DevOps Tools
This article is part of the SQL Server Tools series, aimed at giving you an idea of the available tools and techniques to build applications using SQL Server tools. The first article of the series...
View ArticleContinuous Database Delivery (CD) using SQL Server Tools SqlPackage.exe
A little curiosity on my part led me to research a little further on the available pieces of SQL Server Tools. A cross-platform tool for continuous integration and deployment, called SqlPackage, is...
View ArticleAll about MSSQL-Scripter, the SQL Server cross-platform scripting Tool
One of the major challenges we face today, in the software development lifecycle, is with respect to development and deployment. As applications are deployed by moving various pieces of the SQL code...
View ArticleWindocks; Database cloning for SQL Server dev/test on “live” production data
Introduction Today, with DevOps, the need for database cloning is urgent. The development and testing process is shorter and it is required to work and test the data faster. How can we test a Database...
View Article