Hello ,
When i check my Transaction Log Backups of an SQL Server , i only see the Log Backups from one Instance . But on this Server there are two Instances .
On the other Instance the Veeam Backup User hast Logon Rights and the Databases are also at Status "Full" Backup .
So why i dont see the SQL LogBackups only from one Instance ?
Thanks
Michael
-
- Veteran
- Posts: 284
- Liked: 11 times
- Joined: Jan 06, 2011 8:33 am
- Contact:
-
- Product Manager
- Posts: 14844
- Liked: 3086 times
- Joined: Sep 01, 2014 11:46 am
- Full Name: Hannes Kasparick
- Location: Austria
- Contact:
Re: Transactionlog Backups only fron one Instance of SQL Server
Hello,
could you maybe explain more where you see the logs for the first instance (screenshot)? The console shows logs "per server" and in the file system it's the same.
Best regards,
Hannes
could you maybe explain more where you see the logs for the first instance (screenshot)? The console shows logs "per server" and in the file system it's the same.
Best regards,
Hannes
-
- Veeam Software
- Posts: 3626
- Liked: 608 times
- Joined: Aug 28, 2013 8:23 am
- Full Name: Petr Makarov
- Location: Prague, Czech Republic
- Contact:
Re: Transactionlog Backups only fron one Instance of SQL Server
Hello,
You can try this query in SSMS to get all log backups information for any database from any instance:
Also, more options to retrieve this information are described in this topic.
Thanks!
You can try this query in SSMS to get all log backups information for any database from any instance:
Code: Select all
select * from msdb.dbo.backupset where type ='L' and database_name = <<your database name>>
Thanks!
Who is online
Users browsing this forum: Google [Bot], Semrush [Bot] and 80 guests