Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Backup and Restore Scripts

    hello

    to restore try this

    CREATE PROCEDURE _restore_database_backups AS

    RESTORE DATABASE databasename

    FROM DISK = path to backupfile

    WITH

    REPLACE

    GO

    greetings Marco Donders

Viewing post 1 (of 1 total)