dougcoulter
Programmer
Hello everyone - I have a question... actually several.
I have a customer who is collecting data in an MSDE database (on a local workstation). They would like to, at their discretion, "archive" data from the MSDE database to a standard version of SQL Server. This archival would be done when the MSDE nears its database limits. At a later date, they may need to restore some of the archived data from the standard version of SQL Server back to the MSDE instance (size permitting).
Based on this scenario, I have some questions. The first involves detecting when MSDE is reaching its storage limitations. Is this a matter of actually inspecting the size of the associated .mdf file - or is there a SQL-native way? If some data is in fact archived to the standard SQL Server instance, would this in effect free up space on the MSDE instance, or would some additional clean up have to be performed? Not being familiar with replication - I am not sure at this time if it would be a useful tool in this case. Any thoughts?
Thanks!
I have a customer who is collecting data in an MSDE database (on a local workstation). They would like to, at their discretion, "archive" data from the MSDE database to a standard version of SQL Server. This archival would be done when the MSDE nears its database limits. At a later date, they may need to restore some of the archived data from the standard version of SQL Server back to the MSDE instance (size permitting).
Based on this scenario, I have some questions. The first involves detecting when MSDE is reaching its storage limitations. Is this a matter of actually inspecting the size of the associated .mdf file - or is there a SQL-native way? If some data is in fact archived to the standard SQL Server instance, would this in effect free up space on the MSDE instance, or would some additional clean up have to be performed? Not being familiar with replication - I am not sure at this time if it would be a useful tool in this case. Any thoughts?
Thanks!