Quantcast
Channel: ฟอรัม Getting started with SQL Server
Viewing all articles
Browse latest Browse all 8428

Restored sqlserver 2000 database but updated records are not restored

$
0
0

Friends,

Client OS: Winxp

DB: SQL 2k Dev. Edition

Server OS: win2k3 EE

DB: SQL 2k Ent. Edition

Daily i am taking a backup files from server and i will restore it in the client using restore move....below is the query...

restore database mytb from disk='D:\DailyDBbackup\mytb.BAK'
with
move 'mytb' to 'D:\Program Files\Microsoft SQL Server\MSSQL\Data\mytb.mdf',
move 'mytb_log' to 'D:\Program Files\Microsoft SQL Server\MSSQL\Data\mytb_log.ldf'
go

but the latest records are not available in the test server after restoring the production db to test db how come?

where i am making mistake?


Viewing all articles
Browse latest Browse all 8428

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>