Now, this morning, I spoke to the tech support, and a different tech told me that if I backed up the entire AC program folder, I would have ALL the data I need, except for the program settings, which is not important anyway. So I don't understand the change in their answer.
While both answers have merit, the above is the correct answer. But, I don't know how many times I have to say on here that AC support is great with AC, but not so much with networking and SQL. SQL is a whole different animal that IT people takes years to learn. Take my explanation with a grain of salt.
This of the whole situation as building a house. You must have a foundation, and you must have the house. If a hurricane comes, all you care about is the house, 'cause you can always build another foundation with your eyes closed and put the house back on.
The foundation is SQL Server and the house is your user databases. They are two entirely different things.
Let's start with SQL Server. SQL Server runs as a service, and is the engine that allows your databases to run. It, itself, contains databases called Master, Model, MSDB and sometimes Tempdb.
The master database is, by far, them most import database as it allows the databases to start and contains most of the settings. All of the other databases have their place but are not as important. If you go to your main computer and type "services.msc" without the quotes in your Run field, all of your services will come up. If you scroll down to the S's, you will find SQL Server (AMAZINGCHARTS). This combination is call an instance. An instance is basically your databases in AC connected to the SQL Server engine. You can have many instances on one SQL Server. Obviously, don't do anything to this.
Your user databases are contained in the AC folder. They contain ALL of your Amazing Charts data according to their names. Codes and Meds contain same and, as you will note, do not change much in size. the AmazingCharts database is THE database and THE only one that is mission critical. All of these databases are attached to SQL Server.
Unlike Access databases which are standalone, one cannot simply copy and paste your user databases. They are attached to the SQL Server (foundation of the house). There is a way to detach them in AC Utilities and move them, but I wouldn't suggest that if you don't feel comfortable. So simply copying and pasting your AC folder is not a good idea, although you may get away with it.
A 3rd party backup program can back up your folder, but ideally you would want them to not be in use.
There are several ways to back up SQL databases and/or user databases.
1. First, let's look at a full backup of your server. Most good backup programs will either have "Open Files" or use VSS (Volume Shadow Services). The program will start and the first thing it will do is have Volume Shadow Services take a "snap shot" of the databases so that the snapshot is backed up.
2. If you know the username and password of the SQL database, the backup program can back up the SQL Server and your user databases. In fact, most good backup programs will require these in order to add SQL Server to the backup. This backup will include the four databases of SQL Server and the user databases in the AC folder.
3. If you have the username and password you can use SQL Server Management Studio to access the SQL Server and set up backups.
4. Your backup program (again if its good enough) can allow you to use a standalone SQL Server backup. Not to get too technical, but it will run everyday starting with a Full backup and then doing what are called transactional backup as often as every five minutes. These T-backups take seconds. But, again, you must have the username and password.
Now, let's get to CDP. Continuous Data Protection can certainly back up databases such as Exchange Server, Oracle or SQL or others. It would be hard to fathom large companies paying in the thousands for a backup program which could only back up files.
If you look at your trail IBM Tripoli CDP carefully, it only backs up files and, therefore, will not back up databases, hence your failure to back up AC. Acronis True Image Backup for Home costs more than $50.00. The above company along with Falconstor and SonicWall can easily continuously backup your server and its databases, but they will also need the username and password.
As you are seeing, the only programs that can back up SQL Server in its entirety and while it is in use are programs which use VSS in their backups. On top of this VSS is running constantly and backing up folders you decide. As an example, I just looked right now, and the AC folder and databases are backed up every four hours from today back to March 12. Any of these can be used and not only that, they can be opened and any file or folder can be copied and pasted anywhere.
Now to the question of SQL Server databases and user databases. Again, the latter and especially your AmazingCharts are the mission critical ones. Lose them without a backup and your practice is likely closed. If you back up only those, you can likely reattach them. The Master database will see them and likely everything will be fine. If you want to move them to another computer, it is helpful to have the SQL Server databases, but, of course, you could re-install SQL and detach the user databases and attach your backups.
So, the bottom line, make sure you are backing up your databases and AC's will do that. But, I would have other backups. If you have between $250 and $500, you can go to
www.backupassist.com and get the best 3rd party backup program for your money.
Sorry for the long post and sorry for the complexity.