-
- Influencer
- Posts: 21
- Liked: 1 time
- Joined: Oct 09, 2019 7:37 am
- Contact:
Veeam "internal" database description
HI,
I've a problem like this.
ON a windows server, I've seen a SQL instance named VeeamBackup and another named VeeamBackupReporting ( Veeam Backup db and Veeam One db ??).
I don't know which are the veeam installation owner of the dbs, but I'm pretty sure that, making a query on both the instances, I can understand which is the Veeam Backup server and the Veeam one server.
Is someone able to tell me how to query the two dbs to understand the server names??
Best regards in advance
Pierpa
I've a problem like this.
ON a windows server, I've seen a SQL instance named VeeamBackup and another named VeeamBackupReporting ( Veeam Backup db and Veeam One db ??).
I don't know which are the veeam installation owner of the dbs, but I'm pretty sure that, making a query on both the instances, I can understand which is the Veeam Backup server and the Veeam one server.
Is someone able to tell me how to query the two dbs to understand the server names??
Best regards in advance
Pierpa
-
- Veteran
- Posts: 3077
- Liked: 455 times
- Joined: Aug 07, 2018 3:11 pm
- Full Name: Fedor Maslov
- Contact:
Re: Veeam "internal" database description
Hi,
The VeeamBackup database contains Backup & Replication data and the VeeamBackupReporting database holds Enterprise Manager data.
Thanks
The VeeamBackup database contains Backup & Replication data and the VeeamBackupReporting database holds Enterprise Manager data.
Thanks
-
- Product Manager
- Posts: 2581
- Liked: 708 times
- Joined: Jun 14, 2013 9:30 am
- Full Name: Egor Yakovlev
- Location: Prague, Czech Republic
- Contact:
Re: Veeam "internal" database description
VeeamBackup = Veeam Backup and Replication DB
VeeamBackupReporting = Veeam Enterprise Manager DB
To find exact Veeam Backup and Replication SQL Server name, Instance name and Database name you can use [HKLM]\Software\Veeam\Backup and Replication\ keys [SQLServerName], [SQLInstanceName] and [SQLDatabaseName]; for Enterprise Manager, check same keys under [HKLM]\Software\Veeam\Veeam Backup Reporting.
/Cheers!
VeeamBackupReporting = Veeam Enterprise Manager DB
To find exact Veeam Backup and Replication SQL Server name, Instance name and Database name you can use [HKLM]\Software\Veeam\Backup and Replication\ keys [SQLServerName], [SQLInstanceName] and [SQLDatabaseName]; for Enterprise Manager, check same keys under [HKLM]\Software\Veeam\Veeam Backup Reporting.
/Cheers!
-
- Influencer
- Posts: 21
- Liked: 1 time
- Joined: Oct 09, 2019 7:37 am
- Contact:
Re: Veeam "internal" database description
Hi,
ok, this is clear.
But I'm NOT on the Veeam server. I'm checking a system with an instance and a database named VeeamBackup and VeeamBackupReporting, with NO Veeam suite installed on it.
As far as I know Veeam can be installed on a server and the database can be located outside of it, and this should be the case.
May I run a query on the database to understand wich is the veeam server/enterprise manager server?
Thanks in advance
Pierpa
ok, this is clear.
But I'm NOT on the Veeam server. I'm checking a system with an instance and a database named VeeamBackup and VeeamBackupReporting, with NO Veeam suite installed on it.
As far as I know Veeam can be installed on a server and the database can be located outside of it, and this should be the case.
May I run a query on the database to understand wich is the veeam server/enterprise manager server?
Thanks in advance
Pierpa
-
- Product Manager
- Posts: 2581
- Liked: 708 times
- Joined: Jun 14, 2013 9:30 am
- Full Name: Egor Yakovlev
- Location: Prague, Czech Republic
- Contact:
Re: Veeam "internal" database description
Veeam Backup and Replication has way much more tables on it rather than Enterprise Manager database and you can just compare two and see for yourself. You can also query any table that exists in VBR DB and not in EM DB to find which one is which too, for example "use [VeeamBackup];SELECT * FROM dbo.[Audit.Records]" will fail on EM DB and will succeed on VBR DB one.
/Cheers!
/Cheers!
-
- Veeam Software
- Posts: 3626
- Liked: 608 times
- Joined: Aug 28, 2013 8:23 am
- Full Name: Petr Makarov
- Location: Prague, Czech Republic
- Contact:
Re: Veeam "internal" database description
Hello,
You may take a look at the "sp_who" stored procedure, in the output you will see which hosts (hostname column) interact with both databases (database column).
Thanks!
You may take a look at the "sp_who" stored procedure, in the output you will see which hosts (hostname column) interact with both databases (database column).
Thanks!
Who is online
Users browsing this forum: Semrush [Bot] and 84 guests