not enough space on C drive
mcushing
Posts: 13
I'm attempting to restore a redgate encrypted db, but my C drive space is super limited. SQL is on the E drive, and the settings I have for the server in Red Gate all point to E and F for the db and logs.
Where can I change it from C to E?
Where can I change it from C to E?
Comments
Thanks.
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
[/quote]
You need to use the MOVE options to tell SQL Server to create the database files in other locations. You need to first identify the logical file names of the database e.g.
After that, you need to restore the database using the MOVE option to create the database files in other locations e.g.
It might be easier to use the Restore Wizard in the SQL Backup GUI to specify the new locations in which to create the new database.
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
Any way to change the original database data directory?