Why I Believe in the Data Architecture Review
We have a solution called Data Architecture Review. With this solution, we conduct a complete review of the customer’s data...
2017-10-31 (first published: 2017-10-23)
2,207 reads
We have a solution called Data Architecture Review. With this solution, we conduct a complete review of the customer’s data...
2017-10-31 (first published: 2017-10-23)
2,207 reads
I have a new installation of SQL Server 2017, along with an instance of Analysis Services Tabular 2017. I tried...
2017-10-30
1,521 reads
Another post for me that is simple and hopefully serves as an example for people trying to get blogging as...
2017-10-30
1,518 reads
A few months ago, I was participating in a threat hunting exercise on the security side. The gentleman leading the...
2017-10-30 (first published: 2017-10-18)
2,068 reads
Have you ever had a query change performance unexpectedly? Intellisense all of a sudden stops working, or gives inconsistent results?...
2017-10-30
675 reads
Conferences are a great place to network, to see new technologies or to see existing technologies being used in new...
2017-10-30
680 reads
As you read this, I’m in Seattle for the PASS Summit 2017. I have four roles that I satisfy at...
2017-10-30
565 reads
If you are headed to Seattle for the PASS Summit, not only are you in for a week of intense...
2017-10-30
333 reads
Are you using your Model Database to its full potential?
I am finding more and more that Database Admins are not...
2017-10-30
743 reads
I’ll be heading out to the PASS Summit next week, spending Halloween in a conference center with a lot of...
2017-10-30 (first published: 2017-10-24)
1,193 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