Viewing 3 posts - 31 through 33 (of 33 total)
OK. What you need is a database name, not a database backup file name. Your database name is probably ACCOUNTING. I'm updating the code to check for a database backup...
November 21, 2019 at 10:27 pm
That script should not be tied to a specific SQL Server version. That being said, I tested only against a SQL Server 2016 instance and if that fails for you,...
November 21, 2019 at 10:08 pm
The first line of defense is SQL Server’s CHECKSUM verification, but to be certain that a database is corruption-free, you need to run regular DBCC
https://www.red-gate.com/hub/product-learning/sql-clone/sql-clone-quick-tip-offloading-dbcc-checks
November 21, 2019 at 11:53 am
Viewing 3 posts - 31 through 33 (of 33 total)