Refactoring with SSDT
In my previous post I gave an overview of SSDT, SQL Server Data Tools.In this post I will give some hints on refactoring of the data structures. One of the common refactoring actions is a column rename. Let’s take a look at that. Open a table in design view by double-clicking on it solution explorer. …