![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
First off, offline backups are unnecessary for a SQL Server. You never have to take a SQL Server offline to back it up. You use the built in backup features within the product. As far as interacting with the cluster, you can't do it directly against the service since that is seen as a failure. You have to stop the SQL Server through the cluster. I don't know the command, but you issue the equivalent thing to the cluster and I'm fairly certain the command string can be found in online help. But, again, you don't need to shut down a SQL Server to backup the data. -- Mike Principal Mentor Solid Quality Learning "More than just Training" SQL Server MVP http://www.solidqualitylearning.com http://www.mssqlserver.com |
#4
| |||
| |||
|
|
Every night we're taking an online backup, somedays incremental - others full. We have another system that backups our SqlServer (Hp Omniback) and this tool restores DB only to servers which have same collation, same drive name, same directory,bla bla bla... We can't restore online backup to any other server we have. We may just want to restore the files and attach it to any server. At the same time we're trying that. Thanks for your answer, I will try to find the command string. I just wanted to learn how this process is done in other firms... Thanks again, "Michael Hotek" <mhotek (AT) nomail (DOT) com>, iletide şunu yazdı news:eTD4FLfLEHA.1312 (AT) TK2MSFTNGP12 (DOT) phx.gbl... First off, offline backups are unnecessary for a SQL Server. You never have to take a SQL Server offline to back it up. You use the built in backup features within the product. As far as interacting with the cluster, you can't do it directly against the service since that is seen as a failure. You have to stop the SQL Server through the cluster. I don't know the command, but you issue the equivalent thing to the cluster and I'm fairly certain the command string can be found in online help. But, again, you don't need to shut down a SQL Server to backup the data. -- Mike Principal Mentor Solid Quality Learning "More than just Training" SQL Server MVP http://www.solidqualitylearning.com http://www.mssqlserver.com |
#5
| |||
| |||
|
|
First off, offline backups are unnecessary for a SQL Server. You never have to take a SQL Server offline to back it up. You use the built in backup features within the product. As far as interacting with the cluster, you can't do it directly against the service since that is seen as a failure. You have to stop the SQL Server through the cluster. I don't know the command, but you issue the equivalent thing to the cluster and I'm fairly certain the command string can be found in online help. But, again, you don't need to shut down a SQL Server to backup the data. -- Mike Principal Mentor Solid Quality Learning "More than just Training" SQL Server MVP http://www.solidqualitylearning.com http://www.mssqlserver.com |
![]() |
| Thread Tools | |
| Display Modes | |
| |