Restoring a backup SQL Server 2005 where is the data stored?
Posted
by
sc_ray
on Server Fault
See other posts from Server Fault
or by sc_ray
Published on 2011-01-14T14:27:39Z
Indexed on
2011/01/14
14:55 UTC
Read the original article
Hit count: 127
I have two Sql Server database instances on two different machines across the network. Lets call these servers A and B. Due to some infrastructural issues, I had to make a complete backup of the database on server A and robocopy the A.bak over to a shared drive accessible by both A and B. What I want is to restore the database on B.
My first issue is to restore the backup on server B but the backup location does not display my shared drive.
My next issue is that server B's C: drive has barely any space left and there are some additional partitions that have more space and can house my backup file but I am not sure what happens to the data after I restore the database on B. Would the backup data fill up all the available space on C:?
It will be great if somebody explain how the data is laid out after the restore database is initiated on a target database server?
Thanks
© Server Fault or respective owner