Question : SQL Backups / Restore

Hi,

I'm wanting to restore a DB backup to a remote server.
As I understand it, I have to detatch the original MDF+LDF, then copy them over to the remote machine.
Only after I attach the DB to the remote machine can I restore a backup to it.

Because the restore will only happen in a worse case scenario, I was wondering what would happen if the orginal DB schema had changed a lot due to updates (Maybe over years).
Are the schema changes also in the backup or would I have to first copy the MDF & LDF prior to restoring a backup to the remote machine?

Hope I my theoretical question is clear.

Thanks

Answer : SQL Backups / Restore

It's because you need to use the return value of the function to prevent the submit, otherwise it will submit the form regardless of te outcome of the function call:

    <form method="post" action="SaveNew.asp" name="FRMNewRec" id="FRMNewRec" onsubmit="return Validate_Submit()">


Random Solutions  
 
programming4us programming4us