Presenting “AlwaysOn Multisite Cluster Implementation In The Cloud”
On 8th Jan 6.30 PM, I will be presenting “AlwaysOn Multisite Cluster Implementation In The Cloud”@ at San Francisco SQL...
2014-01-03
355 reads
On 8th Jan 6.30 PM, I will be presenting “AlwaysOn Multisite Cluster Implementation In The Cloud”@ at San Francisco SQL...
2014-01-03
355 reads
2014-01-03
4 reads
2014-01-03
5 reads
2014-01-03
2 reads
2014-01-03
4 reads
Photo credit – Scott Howard
I’ve always been a fan of the feeling when I find an old blog post that’s got...
2014-01-03
363 reads
A whole new year. Cool.
I was at SQL Saturday DC, #233, at the beginning of December. I sat through several...
2014-01-03
753 reads
It’s been a month and a half in real time since I started the Powershell Challenge. In that time, I...
2014-01-03
1,215 reads
I get a lot of email about job opportunities, almost none of which interest me enough to call back about...
2014-01-03
285 reads
This is the ninth installment in the 12 day series for SQL tidbits during this holiday season. Previous articles in this mini-series on quick tidbits: SQL Sat LV announcement...
2014-01-02
13 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