What is in My Database Backup File
The Microsoft SQL Server team has made it easy for you to retrieve the information in a backup file by using a couple of commands. Read on to learn more!
2019-09-03
The Microsoft SQL Server team has made it easy for you to retrieve the information in a backup file by using a couple of commands. Read on to learn more!
2019-09-03
A simple T-SQL script to display the number of days since the last database backup.
2013-08-07 (first published: 2013-07-29)
1,652 reads
2014-01-30 (first published: 2012-10-07)
2,115 reads
By Brian Kelley
For those testing SQL Server 2025 before it officially releases, Microsoft has made the...
If there’s one thing I’ve learned in consulting, it’s that SQL Server, and other...
By Chris Yates
Embracing the New Paradigm Fabric real-time data signals a fundamental shift in how organizations...
We have a few stored procs where we need to a dos command "net...
CREATE TABLE ADMITS ( ID_NUM INT varchar(15) null ,provider_id varchar(15) null ,provider_name varchar(36) null...
Having real fun with this. It isn't possible to set the option group, to...
I want to enable Change Tracking for a database. What is the minimum database compatibility level I need to set for the Changetable function to work correctly?
See possible answers