Re: Please answer my queries for fresh Installation
From: Chip (anonymous_at_discussions.microsoft.com)
Date: 04/23/04
- Next message: Keith: "Renaming a Table"
- Previous message: Hari: "Re: Renumbering an Identity Column"
- In reply to: Hari: "Re: Please answer my queries for fresh Installation"
- Next in thread: Tibor Karaszi: "Re: Please answer my queries for fresh Installation"
- Reply: Tibor Karaszi: "Re: Please answer my queries for fresh Installation"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 23 Apr 2004 05:04:43 -0700
Hi Hari,
Thanks for the help! one more doubt.. When I install SQL
Server by default it will create Master,MSDB . How do i
get rid of them and attach the last backed up master
(.mdf,.ldf), MSDB(.mdf,.ldf).
I guess I have to login in singleuser mode, detach them,
overwrite with the backed up files then attach?
Please give me step by step ( you are always awesome in
dealing step by step)
Sincerely
Chip
>-----Original Message-----
>Hi,
>
>1. This link details you the steps to move the system
and user databases.
> http://www.support.microsoft.com/?id=224071
Moving SQL Server
>Databases to a New Location with Detach/Attach
> It is always good to move the Master and MSDB
databases to new server.
>But it is a must that you should move master database
> since it stores Server config, Logins
permissions..If you are
>notloading master all the database users chanin will be
lost.
>
>2. For Master database after starting sql server using
trace flag "-T3608"
>and use sp_detach_db and then copy to new drive and use
> sp_attach_db to attach Master database. For Tempdb
use ALTER DATBASE ..
>MODIFY FILE option. Both methodologies are detailed
> in the above link
>
>3. This represent the smallest amount of disk space
allocated to hold a
>file.
> I feel this might not reduce your I/O.
>
>
>4. No, Sp3a is the latest service pack.
>
>Thanks
>Hari
>MCDBA
>
>
>
>"Chip" <Chipsin007@yahoo.com> wrote in message
>news:32b801c4290c$a0a01a90$a501280a@phx.gbl...
>> Hi Group,
>>
>> For some reasons I have to pull the SQL Server
Production
>> server out of network and reinstall from OS level. I
have
>> few queries about Backing up the SQL server Databases
and
>> choosing cluster size.
>>
>> 1. Do I need to Backup/detach the Master,MSDB databases
>> along with User database to restore again when SQL
server
>> is installed again freshly?. MSDB just has two
maintenance
>> plans running.I fell that I can just take the backups of
>> User databases as I have to restore them on fresh
>> installation.
>>
>> 2. I am creating three arrays on this server
>> C: RAID1 Array ( OS) - Array1
>> D: RAID1 (SQL Tran logs files)- Array2
>> D: RAID5E ( SQL Data files) - Array3
>>
>> While installing SQLServer I will choose Array3 for SQL
>> system databases. How do i move the master.ldf msdb.ldf
>> model.ldf temp.ldf to Array2 ? does detach/attach work
for
>> system databses?
>>
>> 3. I am choosing 8KB Cluster on NTFS instead of Default
>> 4KB cluster, does this help in enhancing the access of
8K
>> SQL database pages in terms of I/O?
>>
>> 4. Are there any patches/fixes released after
>> SQLServer2000 Service Pack 3a?
>>
>> OS Windows 2000 Server SP4
>> SQL Server 2000 Standard Edition
>> IBM x250 dual PIII Xeon 700MHz
>> 4GB RAM
>> 18GB for OS on server
>> 1.4TB on IBM FAStT200 HA + EXP500 expansion.
>>
>> Thanks for your patience
>>
>> Regards
>>
>> Chip
>
>
>.
>
- Next message: Keith: "Renaming a Table"
- Previous message: Hari: "Re: Renumbering an Identity Column"
- In reply to: Hari: "Re: Please answer my queries for fresh Installation"
- Next in thread: Tibor Karaszi: "Re: Please answer my queries for fresh Installation"
- Reply: Tibor Karaszi: "Re: Please answer my queries for fresh Installation"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|