Work/Training Balance - The hidden balancing act
Should we be considering our Work/Training Balance as part of our careers?
2021-06-23 (first published: 2016-12-05)
238 reads
Should we be considering our Work/Training Balance as part of our careers?
2021-06-23 (first published: 2016-12-05)
238 reads
2017-02-16
116 reads
Quality is a driver for productivity. Or so say I. What do you think.
2017-02-14
95 reads
2016-05-02
90 reads
What data specific considerations do you make when preparing for performance testing?
2014-08-07
260 reads
2014-07-14
1,915 reads
Lowering the bar for entry does not mean lowering the bar for quality. New to SQL Server? Find out where to start.
2014-06-03
384 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