Using Backup-DbaDatabase for a Quick Backup
I really like the dbatools project. This is a series of PowerShell cmdlets that are built by the community and...
2017-10-16
618 reads
I really like the dbatools project. This is a series of PowerShell cmdlets that are built by the community and...
2017-10-16
618 reads
Following up on my post about forming a non profit here in Orlando, here are some notes that might help...
2017-10-14
443 reads
It’s a humorous history lesson on SQL (and product promotion), but it opens like this:
SQL awakens to fight the dark...
2017-10-13 (first published: 2017-09-29)
5,239 reads
DBCC CLONEDATABASE is new feature comes up with SQL Server 2014 Service Pack 2 and above. DBCC CLONEDATABASE is used...
2017-10-13 (first published: 2017-10-09)
2,437 reads
Building your brand is not an overnight sensation. It does take a while and possibly a bit of luck here or there along the way. The one thing it...
2017-10-13
3 reads
This topic is one that has been stewing for a while and finally this week it decided to boil over.
My...
2017-10-13
479 reads
Extended Events is a powerful feature that was introduced into SQL Server 2008 and onwards. It keeps historical system health...
2017-10-12 (first published: 2017-10-07)
13,612 reads
This is a series on SQL Data Generator, covering some interesting scenarios I’ve run into. If you’ve never tried it,...
2017-10-12
590 reads
Things go wrong in IT, it is no different with the cloud. When I say cloud I am thinking quite...
2017-10-12
464 reads
Hello!
Back when SQL Server 2012 was known as Denali, one of the new and exciting features released was that all...
2017-10-11 (first published: 2017-10-06)
2,412 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