-
Database development with SSDT and Azure
One of the new things in the development tool to SQL server 2012 (SSDT) is the database project as shown in the picture below. Before 2012 it was a part of visual studio, but now you can get it for free in the data tools. I’m guessing that that is one of the reasons for… Continue reading
-
Change ”select top 1000” to ”Select top XXX”
In SQL server management studio, when you right click on a table, there is a shortcut to select top 1000 or edit top 200 rows. Se pic below. It is an easy way, when you just want to see some of the data in a table, or if you want to edit some values in… Continue reading
-
Unboxing Azure part 1: The new Portal & how to create an Azure SQL database
Not so long ago, Microsoft(MS) announced a lot of new and cool features to their Azure platform at their event “Meet windows Azure” There is no doubt that MS is expanding fast in the cloud, and with this blog series I will try to give a short overview of the business intelligence(BI) capabilities that are… Continue reading