![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
We have setup a new server with W2k8R2x64 and SQL 2005x64 SP3.My sql data and log folders are on two seperate mount points. In Windows server backup we specified use a dedicated drive and then selected the folders and did a one time backup. Now SP3 for sql includes a windows backup plug in as far as I know since after we selected the sql data and logs folders the backup successfully completed. This I verified even in sql in the logs where it says SQL databases were successfully backed up. Now my question "HOW DO YOU RESTORE THESE DATABASES WITH WINDOWS SERVER BACKUP"? When I tried the backup process gace me the folders and I can only select the individual file of the 2 file set of sql to restore and then it fails. -- General System Admin and IT manager |
#3
| |||
| |||
|
|
If there is a plug-in for Win2008 I haven't heard of it. I would check to be sure there isn't a SQL Agent job that is actually doing the backup. But there is simply no way you can backup a folder and get a successful SQL Server backup. -- Andrew J. Kelly SQL MVP Solid Quality Mentors "Ricus" <Ricus (AT) discussions (DOT) microsoft.com> wrote in message news:86156AD3-60F9-434B-A389-1998D5834821 (AT) microsoft (DOT) com... We have setup a new server with W2k8R2x64 and SQL 2005x64 SP3.My sql data and log folders are on two seperate mount points. In Windows server backup we specified use a dedicated drive and then selected the folders and did a one time backup. Now SP3 for sql includes a windows backup plug in as far as I know since after we selected the sql data and logs folders the backup successfully completed. This I verified even in sql in the logs where it says SQL databases were successfully backed up. Now my question "HOW DO YOU RESTORE THESE DATABASES WITH WINDOWS SERVER BACKUP"? When I tried the backup process gace me the folders and I can only select the individual file of the 2 file set of sql to restore and then it fails. -- General System Admin and IT manager |
#4
| |||
| |||
|
|
Andrew just to give you more info you acctually select the databases when you setup the backup. So it shows you the sql icons to represent the database. Then when you go to sql logs and windows logs it says sql database succesfully backed up. I might be wrong about the plug in though it might be sql's sql-writer because sp3 enables it. However that still leaves the problem of successfully restoring it even though it says it is succesfully backed up. -- General System Admin and IT manager "Andrew J. Kelly" wrote: If there is a plug-in for Win2008 I haven't heard of it. I would check to be sure there isn't a SQL Agent job that is actually doing the backup. But there is simply no way you can backup a folder and get a successful SQL Server backup. -- Andrew J. Kelly SQL MVP Solid Quality Mentors "Ricus" <Ricus (AT) discussions (DOT) microsoft.com> wrote in message news:86156AD3-60F9-434B-A389-1998D5834821 (AT) microsoft (DOT) com... We have setup a new server with W2k8R2x64 and SQL 2005x64 SP3.My sql data and log folders are on two seperate mount points. In Windows server backup we specified use a dedicated drive and then selected the folders and did a one time backup. Now SP3 for sql includes a windows backup plug in as far as I know since after we selected the sql data and logs folders the backup successfully completed. This I verified even in sql in the logs where it says SQL databases were successfully backed up. Now my question "HOW DO YOU RESTORE THESE DATABASES WITH WINDOWS SERVER BACKUP"? When I tried the backup process gace me the folders and I can only select the individual file of the 2 file set of sql to restore and then it fails. -- General System Admin and IT manager |
#5
| |||
| |||
|
|
OK well SP 3 is required to run SQL 2005 on Win2008 regardless of anything else so that part is pretty mute. But if you select the databases in a gui it sounds like it is indeed doing a sql server backup and not a file level backup. So you should be able to use SSMS or any SQL tsql command line utility to issue a restore database command. Most all plug-ins simply issue a BACKUP xxx command with the proper parameters. If the tool has the ability to backup I suspect it can also restore as well but I have not seen this tool before so I can't say for sure. But you can find the backup files it creates and try restoring them to another instance or with a different name on this instance to verify you can in fact do it. -- Andrew J. Kelly SQL MVP Solid Quality Mentors "Ricus" <Ricus (AT) discussions (DOT) microsoft.com> wrote in message news:F04E2EFB-7677-406F-8DAA-DD9E2079CC50 (AT) microsoft (DOT) com... Andrew just to give you more info you acctually select the databases when you setup the backup. So it shows you the sql icons to represent the database. Then when you go to sql logs and windows logs it says sql database succesfully backed up. I might be wrong about the plug in though it might be sql's sql-writer because sp3 enables it. However that still leaves the problem of successfully restoring it even though it says it is succesfully backed up. -- General System Admin and IT manager "Andrew J. Kelly" wrote: If there is a plug-in for Win2008 I haven't heard of it. I would check to be sure there isn't a SQL Agent job that is actually doing the backup. But there is simply no way you can backup a folder and get a successful SQL Server backup. -- Andrew J. Kelly SQL MVP Solid Quality Mentors "Ricus" <Ricus (AT) discussions (DOT) microsoft.com> wrote in message news:86156AD3-60F9-434B-A389-1998D5834821 (AT) microsoft (DOT) com... We have setup a new server with W2k8R2x64 and SQL 2005x64 SP3.My sql data and log folders are on two seperate mount points. In Windows server backup we specified use a dedicated drive and then selected the folders and did a one time backup. Now SP3 for sql includes a windows backup plug in as far as I know since after we selected the sql data and logs folders the backup successfully completed. This I verified even in sql in the logs where it says SQL databases were successfully backed up. Now my question "HOW DO YOU RESTORE THESE DATABASES WITH WINDOWS SERVER BACKUP"? When I tried the backup process gace me the folders and I can only select the individual file of the 2 file set of sql to restore and then it fails. -- General System Admin and IT manager |
#6
| |||
| |||
|
|
Unfortunately WINDOWS SERVER BACKUP stores it in its own format so I cannot see the db files. Just to recap though the backup utility I am referring to is MS 's own backup utility coming with windows server 2008. -- General System Admin and IT manager "Andrew J. Kelly" wrote: OK well SP 3 is required to run SQL 2005 on Win2008 regardless of anything else so that part is pretty mute. But if you select the databases in a gui it sounds like it is indeed doing a sql server backup and not a file level backup. So you should be able to use SSMS or any SQL tsql command line utility to issue a restore database command. Most all plug-ins simply issue a BACKUP xxx command with the proper parameters. If the tool has the ability to backup I suspect it can also restore as well but I have not seen this tool before so I can't say for sure. But you can find the backup files it creates and try restoring them to another instance or with a different name on this instance to verify you can in fact do it. -- Andrew J. Kelly SQL MVP Solid Quality Mentors "Ricus" <Ricus (AT) discussions (DOT) microsoft.com> wrote in message news:F04E2EFB-7677-406F-8DAA-DD9E2079CC50 (AT) microsoft (DOT) com... Andrew just to give you more info you acctually select the databases when you setup the backup. So it shows you the sql icons to represent the database. Then when you go to sql logs and windows logs it says sql database succesfully backed up. I might be wrong about the plug in though it might be sql's sql-writer because sp3 enables it. However that still leaves the problem of successfully restoring it even though it says it is succesfully backed up. -- General System Admin and IT manager "Andrew J. Kelly" wrote: If there is a plug-in for Win2008 I haven't heard of it. I would check to be sure there isn't a SQL Agent job that is actually doing the backup. But there is simply no way you can backup a folder and get a successful SQL Server backup. -- Andrew J. Kelly SQL MVP Solid Quality Mentors "Ricus" <Ricus (AT) discussions (DOT) microsoft.com> wrote in message news:86156AD3-60F9-434B-A389-1998D5834821 (AT) microsoft (DOT) com... We have setup a new server with W2k8R2x64 and SQL 2005x64 SP3.My sql data and log folders are on two seperate mount points. In Windows server backup we specified use a dedicated drive and then selected the folders and did a one time backup. Now SP3 for sql includes a windows backup plug in as far as I know since after we selected the sql data and logs folders the backup successfully completed. This I verified even in sql in the logs where it says SQL databases were successfully backed up. Now my question "HOW DO YOU RESTORE THESE DATABASES WITH WINDOWS SERVER BACKUP"? When I tried the backup process gace me the folders and I can only select the individual file of the 2 file set of sql to restore and then it fails. -- General System Admin and IT manager |
![]() |
| Thread Tools | |
| Display Modes | |
| |