-
- Novice
- Posts: 6
- Liked: never
- Joined: Feb 12, 2019 3:15 pm
- Full Name: Comnovis
- Contact:
Veeam DB and Log too big?
the files C:\Program Files\Microsoft SQL Server\MSSQL10_50.VEEAMSQL2008R2\MSSQL\DATA\VeeamBackup.mdf
and C:\Program Files\Microsoft SQL Server\MSSQL10_50.VEEAMSQL2008R2\MSSQL\DATA\VeeamBackup_log.LDF
each are almost 2gb size. should this be less? if so, how to achieve that?
host is hyper-v 2012 which is not backed up itself (no need)
and C:\Program Files\Microsoft SQL Server\MSSQL10_50.VEEAMSQL2008R2\MSSQL\DATA\VeeamBackup_log.LDF
each are almost 2gb size. should this be less? if so, how to achieve that?
host is hyper-v 2012 which is not backed up itself (no need)
-
- Product Manager
- Posts: 14844
- Liked: 3086 times
- Joined: Sep 01, 2014 11:46 am
- Full Name: Hannes Kasparick
- Location: Austria
- Contact:
Re: Veeam DB and Log too big?
Hello,
that size sounds good for me. I have almost 1GB in my home lab with only a couple of VMs, so 2GB sound reasonable to me.
Best regards,
Hannes
that size sounds good for me. I have almost 1GB in my home lab with only a couple of VMs, so 2GB sound reasonable to me.
Best regards,
Hannes
-
- Novice
- Posts: 6
- Liked: never
- Joined: Feb 12, 2019 3:15 pm
- Full Name: Comnovis
- Contact:
Re: Veeam DB and Log too big?
shouldnt the logfile be much smaller? thanks.
-
- Product Manager
- Posts: 14844
- Liked: 3086 times
- Joined: Sep 01, 2014 11:46 am
- Full Name: Hannes Kasparick
- Location: Austria
- Contact:
Re: Veeam DB and Log too big?
as long as the recovery model is set to simple, I see no issue.
-
- Novice
- Posts: 6
- Liked: never
- Joined: Feb 12, 2019 3:15 pm
- Full Name: Comnovis
- Contact:
Re: Veeam DB and Log too big?
this can be changed in SQL Server Management Studio i guess?
-
- Product Manager
- Posts: 14844
- Liked: 3086 times
- Joined: Sep 01, 2014 11:46 am
- Full Name: Hannes Kasparick
- Location: Austria
- Contact:
Re: Veeam DB and Log too big?
yes, that's shown in my screenshot. But TSQL also works "ALTER DATABASE Your-database-name SET RECOVERY ..."
-
- Novice
- Posts: 6
- Liked: never
- Joined: Feb 12, 2019 3:15 pm
- Full Name: Comnovis
- Contact:
Re: Veeam DB and Log too big?
for others with the same Question:
the following cmd command generates a txt file in c:\temp showing your databases, including recovery model (simple in my case):
sqlcmd -S .\VEEAMSQL2008R2 -Q "select * from sys.databases" >c:\temp\sql.txt
the SQL instance Name "VEEAMSQL2008R2" can be different, depending on what you have installed.
the following cmd command generates a txt file in c:\temp showing your databases, including recovery model (simple in my case):
sqlcmd -S .\VEEAMSQL2008R2 -Q "select * from sys.databases" >c:\temp\sql.txt
the SQL instance Name "VEEAMSQL2008R2" can be different, depending on what you have installed.
Who is online
Users browsing this forum: No registered users and 6 guests