Learn how to unit test SQL Server T-SQL code
A free email course on how to use tSQLt including the technical aspects of writing unit tests AND the art...
2017-09-05
396 reads
A free email course on how to use tSQLt including the technical aspects of writing unit tests AND the art...
2017-09-05
396 reads
A free email course on how to use tSQLt including the technical aspects of writing unit tests AND the art...
2017-09-05
59 reads
A free email course on how to use tSQLt including the technical aspects of writing unit tests AND the art of writing repeatable, using unit tests for even the...
2017-09-05
5 reads
I recently read an article asking the question whether or not we downplay the role that luck plays in our...
2017-09-05
332 reads
In this module you will learn how to use the Visio Visual Custom Visual. The Visio Visual allows you to...
2017-09-05 (first published: 2017-08-24)
1,739 reads
As I wrote my post about installing the latest version of SSDT I realized that my homework posts missed something...
2017-09-05
396 reads
Continuing the comparison between these two database giants, we dive into the substring function. If you’ve been working with databases...
2017-09-05 (first published: 2017-08-23)
7,186 reads
Write-Output "What are you going to automate today?"
Welcome to T-SQL Tuesday for September 2017!
T-SQL Tuesday is a chance for you...
2017-09-05
347 reads
I’m prepping for VMworld EMEA in Barcelona next week and will do a wrap up post for both events afterwards,...
2017-09-05
129 reads
I’m prepping for VMworld EMEA in Barcelona next week and will do a wrap up post for both events afterwards,...
2017-09-05
306 reads
Reading tutorials is fine. Shipping something is better. If you are trying to break...
By Steve Jones
We work hard at Redgate, though with a good work-life balance. One interesting observation...
By Arun Sirpal
Fourth in a series on Ai and databases. What Read-Only Advisory Actually Means A...
Comments posted to this topic are about the item Liability for AI Errors
Hello , I would like to run a stored procedure on a secondary replica...
Comments posted to this topic are about the item Pro SQL Server Internals
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