Backing up Repironics database
Backing up Repironics database
I'd like to back up the accumulating data in my Respironics database so far. Does anyone know the names of the files that make up this database? Thanks!
_________________
| Mask: Mirage Activa™ LT Nasal CPAP Mask with Headgear |
| Additional Comments: HC100 HH, , Activa Orig. (w/Activa LT cushion), Activa LT, Pur Sleep, Pad A Cheeks, |
Joyce
Started using cpap Sept. 12, 2007
Respironics PR System One Bi-Pap Auto w/Flex,pressure of 9/15, do not use ramp
Started using cpap Sept. 12, 2007
Respironics PR System One Bi-Pap Auto w/Flex,pressure of 9/15, do not use ramp
What Joyce said if you want to back-up the card. If you want to back up the SQL data base use the export patient option in Encore Pro. If you are trying to back up the data base in Encore Viewer someone else will have to help.
Export patient will not remove it just make a copy.
Jerry
Export patient will not remove it just make a copy.
Jerry
_________________
| Humidifier: HC150 Heated Humidifier With Hose, 2 Chambers and Stand |
| Additional Comments: 11cm/H2O, Encore Pro 1.8i, Pro Analyzer, Encore Viewer1.0 - 3 Remstar Pro2's, 1 Remstar Auto |
Life's journey is not to arrive at the grave safely in a well preserved body, but rather to skid in sideways, totally worn out, shouting: "Wow what a ride!"
I still play Cowboys and Bad Guys but now I use real bullets. CAS
I still play Cowboys and Bad Guys but now I use real bullets. CAS
If you're comfortable 'under the hood', so to speak, you can also download and install the SQL Express management studio, and use it to back up the entire Encore Pro SQL database:
http://www.microsoft.com/downloads/deta ... laylang=en
http://www.microsoft.com/downloads/deta ... laylang=en
Thank you, folks.
I think I've located the Encore Pro database files I'm looking for. They are in this folder: "C:\Program Files\Microsoft SQL Server\MSSQL$ENCOREPRO\Data".
In this folder, there are a bunch of files. Of these, the EncorePro.mdf is the master database file so, definitely, it's the biggie file we'll need. But how about the others? Maybe couple more supporting files are also needed?
I'm sure some computer expert in here can readily point out to us the complete set of files that need to be included in the backup set.
The beauty of having full control of these files is that:
(1) You can back them up and retain all the data you have ever downloaded from your card through out the years (is there a limit to their sizes? Again, some computer expert will tell us?)
(2) You can transplant all your data to any computer you want. This is particularly useful when you have a new computer and you want to move your data to that new computer.
I think I've located the Encore Pro database files I'm looking for. They are in this folder: "C:\Program Files\Microsoft SQL Server\MSSQL$ENCOREPRO\Data".
In this folder, there are a bunch of files. Of these, the EncorePro.mdf is the master database file so, definitely, it's the biggie file we'll need. But how about the others? Maybe couple more supporting files are also needed?
I'm sure some computer expert in here can readily point out to us the complete set of files that need to be included in the backup set.
The beauty of having full control of these files is that:
(1) You can back them up and retain all the data you have ever downloaded from your card through out the years (is there a limit to their sizes? Again, some computer expert will tell us?)
(2) You can transplant all your data to any computer you want. This is particularly useful when you have a new computer and you want to move your data to that new computer.
-
wolftracker
- Posts: 315
- Joined: Sun May 14, 2006 8:20 am
export patient
hi,
export patient pretty much does the same thing
you export the file ...
and it can be read into the encore pro installed on different
machines ...
it is real easy and it gives you all the data you have input
you dont have to worry about all the other files either
my .02
wolf
export patient pretty much does the same thing
you export the file ...
and it can be read into the encore pro installed on different
machines ...
it is real easy and it gives you all the data you have input
you dont have to worry about all the other files either
my .02
wolf
The one downside to this method is that unless you stop the SQL server service on your computer before you make copies of these files, you can potentially end up with 'backups' that are just about worthless, as they won't mount to a new installation on another machine.khvn wrote: I think I've located the Encore Pro database files I'm looking for. They are in this folder: "C:\Program Files\Microsoft SQL Server\MSSQL$ENCOREPRO\Data".
In this folder, there are a bunch of files. Of these, the EncorePro.mdf is the master database file so, definitely, it's the biggie file we'll need. But how about the others? Maybe couple more supporting files are also needed?
Encore Pro installs the 'light' version of Microsoft SQL server, which is an enterprise-grade relational database server. For the non-computer savvy, it's basically a separate program from Encore Pro, and Encore Pro 'talks' to it to. However, once it's installed, it's always running, and does things 'under the hood' to maintain the database.
Encore Pro's designed so a DME, or other provider, can have multiple workstations accessing and manipulating the same set of patient(s) data at once, thus the reason for SQL Express (or MSDE at it appears the pre 1.8 versions use).
If you're not technically savvy, the 'export patient' fucntion from within Encore Pro is going to be your safest backup option.
This discussion really makes me wonder how many providers are actually doing good backups of their Encore Pro data, as we all know how technically savvy most healthcare providers are
Are you wanting to download the data just for reference or to another computer so you have your data in two places?
I think I did the same thing as you are talking about when I went to Program Files, Respironics, and copied all the files, not just data. I only wanted the data for reference or emergency type usage.
Please let us know how it turns out.
I think I did the same thing as you are talking about when I went to Program Files, Respironics, and copied all the files, not just data. I only wanted the data for reference or emergency type usage.
Please let us know how it turns out.
Installing Software is like pushing a rope uphill.
I have Encore Pro 1.8.65 but could not find it listed
under software.
I LOVE the SV.
I have Encore Pro 1.8.65 but could not find it listed
under software.
I LOVE the SV.
-
Guest
dllfo, I'd like to get a hold of my Encore Pro database for 2 reasons:
(1) Backup: My sleep data have been accumulating in my Encore Pro database all this time and I don't want to loose everything when my hard drive crashes (which is only a matter of time).
(2) Trans-planting: I'd like to be able to move my database to another hard drive on another computer if needed. And yes, you can keep your sleep data on more than one computer if you choose to.
To do both (1) & (2) above, all we need is to backup/copy all the 10 files found under the "C:\Program Files\Microsoft SQL Server\MSSQL$ENCOREPRO\Data" folder.
One snag here though, I got this error "file being used by other programs" when I tried to copy the database. sburke91, in couple of posts back, has mentioned something about SQL processes running in the background. I think those processes are having a lock on the database and that causes the copy error. So, until some computer expert here tells us how to stop these SQL processes...
Once those processes are stopped, we'll get to capture the complete Encore Pro database and store/move them anywhere we see fit.
(1) Backup: My sleep data have been accumulating in my Encore Pro database all this time and I don't want to loose everything when my hard drive crashes (which is only a matter of time).
(2) Trans-planting: I'd like to be able to move my database to another hard drive on another computer if needed. And yes, you can keep your sleep data on more than one computer if you choose to.
To do both (1) & (2) above, all we need is to backup/copy all the 10 files found under the "C:\Program Files\Microsoft SQL Server\MSSQL$ENCOREPRO\Data" folder.
One snag here though, I got this error "file being used by other programs" when I tried to copy the database. sburke91, in couple of posts back, has mentioned something about SQL processes running in the background. I think those processes are having a lock on the database and that causes the copy error. So, until some computer expert here tells us how to stop these SQL processes...
Once those processes are stopped, we'll get to capture the complete Encore Pro database and store/move them anywhere we see fit.
- jskinner
- Posts: 1473
- Joined: Sat Aug 26, 2006 9:21 pm
- Location: Greenwich, Nova Scotia, Canada
- Contact:
I highly recommend that you use the patient export function of Encore Pro rather than messing with the database files directly.khvn wrote:I'm sure some computer expert in here can readily point out to us the complete set of files that need to be included in the backup set.
Encore Pro Analyzer Author
Facebook Apnea Group
Facebook Apnea Group
I have wondered why no one will talk about this - Care to share why -jskinner wrote:I highly recommend that you use the patient export function of Encore Pro rather than messing with the database files directly.khvn wrote:I'm sure some computer expert in here can readily point out to us the complete set of files that need to be included in the backup set.
Why use the export function rather than copy which is sooo much faster? Seriously??
_________________
| Humidifier: HC150 Heated Humidifier With Hose, 2 Chambers and Stand |
| Additional Comments: New users can't remember they can't remember YET! |
BeganCPAP31Jan2007;AHI<0.5
I have no doubt, how I sleep affects every waking moment.
I am making progress-NOW I remember that I can't remember

If this isn’t rocket science why are there so many spaceshots?
Be your own healthcare advocate!
I have no doubt, how I sleep affects every waking moment.
I am making progress-NOW I remember that I can't remember
If this isn’t rocket science why are there so many spaceshots?
Be your own healthcare advocate!
See my post about 4 up--there's some detail in what goes on behind the scenes with encore pro.GumbyCT wrote:
Why use the export function rather than copy which is sooo much faster? Seriously??
While I'm new to the whole xPAP world, I've been an IT guy for the past 12 years, and have spent more time than I'd like to admit dealing with databases here and there.
- jskinner
- Posts: 1473
- Joined: Sat Aug 26, 2006 9:21 pm
- Location: Greenwich, Nova Scotia, Canada
- Contact:
Unless you really know what you are doing its much safer. Plus it allows you to backup from one version of EP and restore to a newer version.GumbyCT wrote:Why use the export function rather than copy which is sooo much faster? Seriously??
Encore Pro Analyzer Author
Facebook Apnea Group
Facebook Apnea Group





