Viewing 2 posts - 1 through 2 (of 2 total)
your procedure of restoring the db is right, point 3: don't change the logical file name
here is a snippet you can paste into QA:
USE master
GO
RESTORE FILELISTONLY
FROM DISK = ...
November 4, 2005 at 7:13 am
#602340
Hi,
write you how I do it usually, because I often need to delete the data in some tables.
Open isqlw and type 'delete from <tablename>'. Then mark the tablename and press if the...
June 23, 2005 at 12:35 am
#567760