Hvis I tager af Scriptserver mappen og databasen jfr. nedenstående script, så
skulle I være dækket ind.
The MSDE (Microsoft Data Engine) databases can be backed up even if you don't
have the proper SQL Enterprise Manager tools. The following commandline statement
will backup a database:
OSQL -Usa -Pmypassword -n -Q "BACKUP DATABASE w3ss2 TO DISK = 'C:\Program Files\Microsoft SQL Server\MSSQL\backup\w3ss2.dat_bak'"
You will of course substitute mypassword with your local SA password. The path and database name should also be substituted
with whatever applies to your installation.
You will probably like to set up a scheduled task which runs this command every
night to make sure your data is safe.
Password m.v. kan findes i registreringsdatabasen:
HKEY_LOCAL_MACHINE\SOFTWARE\Dimac\objectstore\connections\TradePoint