Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
DBA007
Posting Yak Master
145 Posts |
Posted - 2009-02-17 : 04:05:16
|
Dear Masters, When Iam restoring the backup file to a new DB,I get error as:-system.Data.Sqlclient.SqlError:There is in sufficient free space on disk volume 'C:\'to create the database.The database requires 15364587520 additional free bytes,while only 6432559104 bytes are available. Iam getting the same error even if I had tried on different servers |
|
RickD
Slow But Sure Yak Herding Master
3608 Posts |
Posted - 2009-02-17 : 04:51:43
|
Stop restoring the database to the C: drtiver then. Find another drive with enough room and use WITH MOVE (look it up in Books Online). |
 |
|
|
|
|