RRinTetons
IS-IT--Management
We just installed a NetApp filer and put SnapManager for SQL Server (SMSS) on our primary SQL server. It does a backup that was taking nearly 2 hours using a Maintenance Plan down to about 20 minutes using SMSS, including verification. If I turn off verification the backup takes about 2 minutes! Restores to confirm effectiveness are equally quick and automatically restore tran logs up to a point in time if so required.
I want to use SMSS to restore an existing database under a new name for testing purposes. Since it's a test db it doesn't require verification for either the source backup or the target restore. I do that now with a T-SQL backup, then restore over another db, a process that takes over three hours. SMSS won't do that. To accomplish this with SMSS I need to have a second instance of SQL Server 2005 on the same server and restore to it; it appears that doing it this way will cut the time down to a few minutes.
How do I go about adding a second instance of SQL Server to the existing server? I don't want to disturb the existing default instance unless absolutely necessary.
-
Richard Ray
Jackson Hole Mountain Resort
I want to use SMSS to restore an existing database under a new name for testing purposes. Since it's a test db it doesn't require verification for either the source backup or the target restore. I do that now with a T-SQL backup, then restore over another db, a process that takes over three hours. SMSS won't do that. To accomplish this with SMSS I need to have a second instance of SQL Server 2005 on the same server and restore to it; it appears that doing it this way will cut the time down to a few minutes.
How do I go about adding a second instance of SQL Server to the existing server? I don't want to disturb the existing default instance unless absolutely necessary.
-
Richard Ray
Jackson Hole Mountain Resort