cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hello All - -

I'm new to ADS. Most of my experience is with MS SQL Server.

We have started using a third party application that uses ADS as its backend. The software vendor recommends simply copying the database directory as a backup method, saying that we should use backup software that will copy files, even when they are still open.

As an experienced IT/database professional, this makes me uncomfortable.

My alternate proposal was to simply stop the ADS service (on Windows server). That way, there will be no locked files.

The software vendor countered: "Shutting down the Advantage database is complicated as you need to be sure all users are logged off."

Is this true?

As a database administrator, I often have to shut MS SQL Server down. It will gracefully close connections, terminate transactions, an so on. Is it true that stopping the ADS service is a risky business, requiring that the DBA manually log each user off?

- - Herb

0 Likes
View Entire Topic
0 Likes

Hello Herb; If all you want is to backup your db, then there is no need to shutdown. Just use the backup utility. It works great even as transactions are currently happening. The way it works, is that the backup utility takes a snapshot of the db at the moment the backup begins. All transactions that began after that point are left out of the backup. Look for backup utility on the documentation.

Hope that helps,