Kevin-S-Lewis

Results 3 comments of Kevin-S-Lewis

Those files are listed here with a now retired feature: https://docs.microsoft.com/en-us/sql/big-data-cluster/deployment-high-availability?view=sql-server-ver16. Shame I was looking forward to maybe having an MSDB and aspects of the master database that could be...

I only just found this after hacking around myself... https://github.com/olahallengren/sql-server-maintenance-solution/discussions/629 "The IDENTITY should always be 'S3 Access Key' when using the S3 connector." Given the [above](https://learn.microsoft.com/en-us/sql/relational-databases/backup-restore/sql-server-backup-to-url-s3-compatible-object-storage?view=sql-server-ver16#create-credential)... may want a credential...

A VSS backup would be covered under the flag of is_snapshot. in msdb.dbo.backupset. Veeam takes VSS backups I believe, so you can easily filter between native and those. https://learn.microsoft.com/en-us/sql/relational-databases/system-tables/backupset-transact-sql?view=sql-server-ver16 Software...