I'm trying to run this query
RESTORE DATABASE dbname
PAGE = '1:442'
FROM DISK = 'C:\dbname.bak'
WITH NORECOVERY
but getting the error:
Msg 102, Level 15, State 1, Line 2
Incorrect syntax near 'PAGE'.
Can you help me with this? I've found information here and here, and can't figure out there is the problem.