Azure Virtual Machine + Premium Disk Throughput Calculator
I keep having to refer to the virtual machine size page and the disks pricing page to work out how...
2017-12-02
24 reads
I keep having to refer to the virtual machine size page and the disks pricing page to work out how...
2017-12-02
24 reads
I was setting up an availability group listener recently and when I tried to connect to the listener I got an error message to say “The host cannot be...
2017-11-30
16 reads
I was setting up an availability group listener recently and when I tried to connect to the listener I got...
2017-11-30
652 reads
I was setting up an availability group listener recently and when I tried to connect to the listener I got...
2017-11-30
211 reads
I was setting up an availability group listener recently and when I tried to connect to the listener I got...
2017-11-30
225 reads
I have been playing around with including all my build dependencies in docker for windows lately and had a build that kept giving me this error in the build...
2017-11-22
13 reads
I have been playing around with including all my build dependencies in docker for windows lately and had a build...
2017-11-22
674 reads
I have been playing around with including all my build dependencies in docker for windows lately and had a build...
2017-11-22
262 reads
I have been playing around with including all my build dependencies in docker for windows lately and had a build...
2017-11-22
121 reads
Hey, VSTS YAML builds are my new favorite thing, by like a million miles.
If you have a yaml build definition ( .vsts-ci.yml ) and you want to use one...
2017-11-21
3 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