Viewing 2 posts - 1 through 2 (of 2 total)
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...
February 14, 2012 at 10:15 am
#1446953
February 14, 2012 at 10:14 am
#1446952