Forum Discussion

Nuno_Braz's avatar
15 years ago

Performing Page Restores - SQL 2005

Hi all,

I would like to ask if anyone can help, i'm trying to restore some pages that are with problems in sql, but i don't want to make a full restore of the database (it´s too large), i have this command to do it:RESTORE DATABASE database_name

   PAGE = 'file:page [ ,...n ]' [ ,...n ]

   FROM <backup_device> [ ,...n ]

WITH NORECOVERY

 

but how can read the database using the backup device of netbackup?

 

Thank's

 

Nuno