Looking at SSDT upgrade scripts
I have been using SSDT seriously for a couple of years now and have really been impressed with the code that is generated to upgrade schemas and over that...
2015-11-01
5 reads
I have been using SSDT seriously for a couple of years now and have really been impressed with the code that is generated to upgrade schemas and over that...
2015-11-01
5 reads
I have been using SSDT seriously for a couple of years now and have really been impressed with the code...
2015-11-01
24 reads
I have been using SSDT seriously for a couple of years now and have really been impressed with the code...
2015-11-01
532 reads
I have been using SSDT seriously for a couple of years now and have really been impressed with the code...
2015-11-01
30 reads
I like writing go (golang not the batch separator) and one of the things that I like is that if you want to use something from github you literally...
2015-10-16
4 reads
I like writing go (golang not the batch separator) and one of the things that I like is that if...
2015-10-16
47 reads
I like writing go (golang not the batch separator) and one of the things that I like is that if...
2015-10-16
18 reads
I like writing go (golang not the batch separator) and one of the things that I like is that if...
2015-10-16
904 reads
I like writing go (golang not the batch separator) and one of the things that I like is that if...
2015-10-16
47 reads
When you create a new SSDT project it is created (at the moment) as a SQL Server 2014 project which is annoying when you are on something else.
However, if...
2015-10-14
10 reads
By Arun Sirpal
Fourth in a series on Ai and databases. What Read-Only Advisory Actually Means A...
By DataOnWheels
This is a blog that I am writing for future me and hopefully it’ll...
By Steve Jones
While wandering around the documentation looking for some Question of the Day topics, I...
Comments posted to this topic are about the item Pro SQL Server Internals
Comments posted to this topic are about the item SQL ART: Who's Blocking Who?...
Comments posted to this topic are about the item Running SQLCMD II
I run this command to start SQLCMD:
sqlcmd -S localhost -E -c "proceed"At the prompt, I type this (the 1> and 2> are prompts):
1> select @@version 2> goWhat happens? See possible answers