How to Get Estimated Completion Time of SQL Server Database Backup OR Restore
“How much time SQL Server is going to take to complete the database Backup or Restore” – This is one of...
2017-12-21 (first published: 2017-12-09)
34,476 reads
“How much time SQL Server is going to take to complete the database Backup or Restore” – This is one of...
2017-12-21 (first published: 2017-12-09)
34,476 reads
I think the title sums it up, I have published a new version of ARMED the arm helper extension for...
2017-12-08
559 reads
I think the title sums it up, I have published a new version of ARMED the arm helper extension for VSCode.
This version includes the ability to see a graph...
2017-12-08
5 reads
I think the title sums it up, I have published a new version of ARMED the arm helper extension for...
2017-12-08
21 reads
I think the title sums it up, I have published a new version of ARMED the arm helper extension for...
2017-12-08
40 reads
I think the title sums it up, I have published a new version of ARMED the arm helper extension for...
2017-12-08
45 reads
Aunt Kathi. Grant Fritchey. Steve Jones. They’re part of five hours of training on SQL Server performance and DevOps with...
2017-12-08
482 reads
SSMS 17.4 is out, and if you haven’t upgraded from SQL 204, 2012, 2008, etc., you should do so. You...
2017-12-08
1,158 reads
(If you’re reading this on SQL Server Central, please click here to see the “Featured Image” which will help explain...
2018-01-04 (first published: 2017-12-08)
2,692 reads
The slides and demo scripts from today’s GroupBy session are now available on our GitHub repository
https://github.com/SQLUndercover/UndercoverToolbox/tree/master/GroupBy
Many thanks again for watching,...
2017-12-08
353 reads
Fabric deployment pipelines look like they solve CI/CD for Fabric content, especially for people...
By Steve Jones
We aren’t the only company that does this, but Redgate Software does try to...
By James Serra
Microsoft Fabric makes it wonderfully easy to put many analytics workloads on one platform....
Comments posted to this topic are about the item The New World Of AI...
Thanks in advance, I'm trying to avoid using IIF for performance reasons, but the...
Security has long been a problem for me. Every time I think I understand...
What does this return on SQL Server 2025?
select bit_count(null)See possible answers