Jan 7, 2004 #1 chasdf MIS Jan 7, 2004 3 US Is there any way to take the .dat data file (not dump file) and restore a database within SQL 6.5? Any help is appreciated!
Is there any way to take the .dat data file (not dump file) and restore a database within SQL 6.5? Any help is appreciated!
Jan 8, 2004 #2 JayKusch MIS Oct 30, 2001 3,199 US I am assuming the .dat file is also a 6.5 file? Thanks J. Kusch Upvote 0 Downvote
Jan 8, 2004 #3 JayKusch MIS Oct 30, 2001 3,199 US Use the DISK REINIT and DISK REFIT commands. These are also documented in Books Online. An alternative for SQL 6.5 is ... Stop SQL Server Backup/copy the original .dat files on the target server, if any Start SQL Server Drop any databases and devices you want to recover, and delete the associated physical files Create new devices/databases the right size, with the right names and in the right order Stop SQL Server Copy the original .dat files over the newly re-created ones Start SQL Server Thanks J. Kusch Upvote 0 Downvote
Use the DISK REINIT and DISK REFIT commands. These are also documented in Books Online. An alternative for SQL 6.5 is ... Stop SQL Server Backup/copy the original .dat files on the target server, if any Start SQL Server Drop any databases and devices you want to recover, and delete the associated physical files Create new devices/databases the right size, with the right names and in the right order Stop SQL Server Copy the original .dat files over the newly re-created ones Start SQL Server Thanks J. Kusch