Hi guys good day. I have this problem in backuping a database. I use SP to this task. Here's the code.
Code:
backup database sample to disk = 'c:\program files\backup.bak'
Backup thingy was successful the problem I don't understand was that when I restore the database using the backup.bak file, it seems it will not update the database the data that populated in database were the data when I first backup the database and not the latest one. What could be the problem here?

Thanks in advance guys.