Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: back up into many disks

    If this is what you mean, then try this.....

    BACKUP DATABASE [Northwind] TO

    DISK = 'C:\Northwind_file1.bak',

    DISK = 'D:\Northwind_file2.bak',

    DISK = 'E:\Northwind_file3.bak',

    DISK = 'F:\Northwind_file4.bak'

    WITH INIT , NOUNLOAD , NAME...

  • RE: back up into many disks

    If this is what you mean, then try this.....

    BACKUP DATABASE [Northwind] TO

    DISK = 'C:\Northwind_file1.bak',

    DISK = 'D:\Northwind_file2.bak',

    DISK = 'E:\Northwind_file3.bak',

    DISK = 'F:\Northwind_file4.bak'

    WITH INIT , NOUNLOAD , NAME...

Viewing 2 posts - 1 through 2 (of 2 total)