A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
Hi @Darryl Hoar ,
Try to check if you have some third party backup tool backup the database, when you do not have a backup job.
The software used to perform the backup is recorded in the msdb.dbo.backupmediaset table. Try below T-SQL;
select software_name from msdb.dbo.backupmediaset
For standard SQL backups, I get "Microsoft SQL Server".
> Thanks. I will give this a try. will it work on express edition ?
Yes.
If the response is helpful, please click "Accept Answer" and upvote it, thank you.