I'm running Storage Monitor on a workstation, with the default database type. What's the best way to back up the databases? If I just copy them without stopping the service, I assume there's a risk the copies will be corrupt. Is there a way to copy them safely without stopping the service? If I change the database location from on this PC to an SQL Server database so that it can be backed up with our other databases, will it copy all my data, or will it start with empty tables? asked 27 Jan '16, 21:25 pshute |
Hi pshute, You are correct that if you want to back up the default database you will need to stop the service. In most cases that's not an option. If you change your database from the default DB to SQL Server DB then you will be able to take advantage of using the options built into the SQL Server to do regular backups. Moving from the default database is easy and yes y ou can have you data moved as well. Sometimes moving the data can take a while. There is more information in our documentation on Database Settings. Thanks Please make sure to mark your questions accepted when you have your answer by clicking the gray check mark to the left of the answer. answered 28 Jan '16, 13:07 Quinn ♦♦ |
Yes, you can switch back the default database. The service will also give you the option to copy the data from your SQL Server to the default Database. Thanks Please make sure to mark your questions accepted when you have your answer by clicking the gray check mark to the left of the answer. answered 01 Feb '16, 09:00 Quinn ♦♦ |
Thanks, last question (I think) - is there any way to estimate how much room the data will consume if I move it to SQL Server? I'm concerned that I might run our main SQL Server out of disk space, which would be ironic considering the purpose of Storage Monitor. Perhaps I should install SQL Server Express locally first to try it. I assume it's possible to move the data from there to another SQL Server later? answered 02 Feb '16, 15:51 pshute |
That's a conman question. We aren't able to give you a answer to how much disk space your going to need. There are too many variables that will change the space needed, such as number of monitors, how often they scan, how long you keep the data, how data you are scanning. Your idea to try on the SQL Server Express on your local machine would be a great start. Thanks Please make sure to mark your questions accepted when you have your answer by clicking the gray check mark to the left of the answer. answered 03 Feb '16, 09:33 Quinn ♦♦ |