Unit Test Sql Server Code
In part 3 of this series of blogs on "getting more agile" I am going to look at unit testing...
2015-03-03
407 reads
In part 3 of this series of blogs on "getting more agile" I am going to look at unit testing...
2015-03-03
407 reads
In part 3 of this series of blogs on “getting more agile” I am going to look at unit testing...
2015-03-03
51 reads
In part 3 of this series of blogs on “getting more agile” I am going to look at unit testing...
2015-03-03
62 reads
In part 3 of this series of blogs on “getting more agile” I am going to look at unit testing and why we need to do it.
My code is...
2015-03-03
13 reads
What is it?
MergeUi is a addin (VSPackage) for Visual Studio / Sql Server Data Tools projects. It is a ui to...
2015-03-01
415 reads
What is it? MergeUi is a addin (VSPackage) for Visual Studio / Sql Server Data Tools projects. It is a ui...
2015-03-01
53 reads
What is it? MergeUi is a addin (VSPackage) for Visual Studio / Sql Server Data Tools projects. It is a ui...
2015-03-01
40 reads
What is it? MergeUi is a addin (VSPackage) for Visual Studio / Sql Server Data Tools projects. It is a ui to create and edit T-Sql merge statements in...
2015-03-01
7 reads
In the second part of this series on getting more agile and bringing our Sql Server development practices up to...
2015-02-19
47 reads
In the second part of this series on getting more agile and bringing our Sql Server development practices up to...
2015-02-19
39 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