SQL Server 2000General discussion of Microsoft SQL Server -- for topics that don't fit in one of the more specific SQL Server forums. version 2000 only. There's a new forum for SQL Server 2005.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the SQL Server 2000 section of the Wrox Programmer to Programmer discussions. This is a community of tens of thousands of computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining today you can post your own programming questions, respond to other programmers’ questions, win occasional prizes given to our best members, and eliminate the ads that are displayed to guests. Registration is fast, simple and absolutely free .
Hello friends,
I am creating BACKUP of my database. Now, after creating it, when I delete something from tables, it comes back in tables after using RESTORE. But when I insert new data in it and if I delete one or more rows from new data and I restore the database, all new data entered is lost. How can I solve this problem. What is the problem and how to solve it.