Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: SQL Powershell Script To Restore multiple databases at One Go

    This is not workin in the restore part.please share your views

    $DBDropFolder = "\\share\BAK\"

    $destinationFolder = "E:\temp\"

    $destinationServerInstance = "."

    $destinationDbfileFolder = "E:\Data\"

    function CopyBakFileFromServer($sourceFolder, $destinationFolder, $patternFull, $patternDiff) {

    ...

Viewing post 1 (of 1 total)