A virtualized CPU forced me to eat my lunch early, every day, for weeks
I worked one particular contract where I was forced to take my lunch at 11:35 every day, and it was all virtualisations fault!
To set the scene it was a...
2017-10-21
10 reads
I worked one particular contract where I was forced to take my lunch at 11:35 every day, and it was all virtualisations fault!
To set the scene it was a...
2017-10-21
10 reads
I worked one particular contract where I was forced to take my lunch at 11:35 every day, and it was...
2017-10-21
49 reads
I worked one particular contract where I was forced to take my lunch at 11:35 every day, and it was...
2017-10-21
44 reads
The question of where to install tSQLt is probably the most common question I get when I talk about unit testing T-SQL, so much so that I thought that...
2017-10-19
6 reads
The question of where to install tSQLt is probably the most common question I get when I talk about unit...
2017-10-19
725 reads
The question of where to install tSQLt is probably the most common question I get when I talk about unit...
2017-10-19
61 reads
The question of where to install tSQLt is probably the most common question I get when I talk about unit...
2017-10-19
86 reads
So Visual Studio 2017 has been released a while and I had created a version of the test adapter (which lets you run tSQLt tests from within Visual Studio...
2017-10-03
14 reads
So Visual Studio 2017 has been released a while and I had created a version of the test adapter (which...
2017-10-03
624 reads
So Visual Studio 2017 has been released a while and I had created a version of the test adapter (which...
2017-10-03
87 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