2020-03-18
560 reads
2020-03-18
560 reads
Steve thinks that learning more about the SQL language is always a good career investment.
2020-03-18
357 reads
Steve thinks version control is a fundamental and critical part of working in technology.
2020-03-17
206 reads
2020-03-17
742 reads
2020-03-16
607 reads
I’ve not done much BI work in my career, other than simple aggregates in reports. I’ve wanted to tackle projects, but I’ve rarely had a chance to spend time...
2020-03-16
226 reads
Working from home can be hard and Steve has a few ideas that might help you transition during these challenging times.
2020-03-16
256 reads
A new security flaw in Intel SGX is found by researchers. This may or may not be a problem, but you should be aware.
2020-03-14
123 reads
2020-03-13
813 reads
Microsoft is retiring some certifications and offering others. Steve has a few thoughts on this.
2020-03-13
264 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