|
sql
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Restore Database
Hi
I running SQL2K SP4 at Win2003 OS I have one database backup file backup.bak having database file abc.mdf 60GB and Transaction log abc.log 1GB file Question: I wish to restore the backup into other serverB, but serverB doesn't have sufficient harddisk space on Drive D (free space 50GB), but having sufficient space if I add Drive D (free space 50GB) and Drive E (free space 50GB) free space. How do i able to restore the the database into ServerB? kindly advice Thanks a lot You can't. You need a single logical drive that has at least 60GB free on it
for the data file. You can place the log file on another drive but you can't split a single file onto more than one logical drive. -- Show quoteHide quoteAndrew J. Kelly SQL MVP Solid Quality Mentors "gbkhor" <gbk***@hotmail.com> wrote in message news:%23suOpBQAKHA.4496@TK2MSFTNGP02.phx.gbl... > Hi > > I running SQL2K SP4 at Win2003 OS > > I have one database backup file backup.bak having database file abc.mdf > 60GB and Transaction log abc.log 1GB file > > Question: > I wish to restore the backup into other serverB, but serverB doesn't have > sufficient harddisk space on Drive D (free space 50GB), but having > sufficient space if I add Drive D (free space 50GB) and Drive E (free > space 50GB) free space. > > How do i able to restore the the database into ServerB? kindly advice > > Thanks a lot > Hi gbkhor,
I will recommend you to restore the database in another server with enough free space and then create additional filegroups/files to distribute the data. Then you can backup this database and restore it to serverB. You can also try to "shrink" D and E partitions and create a spanned volume but this is a not as good alternative as the first one: http://technet.microsoft.com/en-us/library/cc784653(WS.10).aspx -- Show quoteHide quoteRubén Garrigós Solid Quality Mentors Blog: http://blogs.solidq.com/es/elrincondeldba gbkhor escribió: > Hi > > I running SQL2K SP4 at Win2003 OS > > I have one database backup file backup.bak having database file abc.mdf 60GB > and Transaction log abc.log 1GB file > > Question: > I wish to restore the backup into other serverB, but serverB doesn't have > sufficient harddisk space on Drive D (free space 50GB), but having > sufficient space if I add Drive D (free space 50GB) and Drive E (free space > 50GB) free space. > > How do i able to restore the the database into ServerB? kindly advice > > Thanks a lot > >
Other interesting topics
report on indexes on foreign keys
SQL cannot connect to database for OnePoint/MOM/ForeFront all of the sudden??? Exception Access Violation in SQL SPQ 2005 Server service pack 3 failed and now I cannot open Accoun Newly created SQL login can't read any databases - can I give it permissions to read all databases How to inser unique record into a table? Log Shipping and extremely large .wrk file Growing log file issue Shrinking transaction logs SQl Server Reporting Services - migrating 2000 to 2008 |
|||||||||||||||||||||||