Software Development
Showing posts with label
T-SQL
.
Show all posts
Showing posts with label
T-SQL
.
Show all posts
Tuesday, May 16, 2017
Configuring SQL Server database project
›
The configuration of SQL Database project is important. It this article we will learn how to create a basic configuration for the project, ...
Monday, May 15, 2017
Compiling SQL Server Database project
›
One of the great features of SQL Server Database project is the compilation of the project. If the project setup up correctly, developers c...
Friday, May 12, 2017
Creating a new SQL Server Database Project
›
In my previous post Migration-base vs State-based database development approach , I've shown two main approaches for database developm...
Thursday, May 11, 2017
Migration-base vs State-based database development approach
›
There are two main approaches for the development of SQL databases: Transformational (migrations) State-based (states) Transformati...
Monday, November 14, 2016
Set default filegroup for Microsoft Database project
›
1) First of all you have to create new filegroup. To do that add following file to your database project: DataFileGroup.sql /* Do...
›
Home
View web version