Re: Restoring a Single Table
- From: "Evergray" <forlists@xxxxxxx>
- Date: Thu, 9 Mar 2006 12:23:24 +0200
1. Yes, you can restore single table without affecting other tables while
keeping the rest of database online if
- other tables are not depend on this table
- this table (or just partition to be restored) lives in a separate
filegroup
- you're using Enterprise Edition ;-)
Of course, you can always do the same on any edition (regardless of
physically data placement) by (entirely) replace data in (recreated) table
with data from a database snapshot or from recent backup (which you may
restore under another name on the same or another instance of SQL Server)
2. There are many HA features in SQL Server 2005: failover clustering, log
shipping, database mirroring (not supported in current release but maybe
will after sp1)..., but none of them can be supported using single database,
of course... %-\
--
WBR, Evergray
--
Words mean nothing...
"Francis Reed" <francis@xxxxxxxxxxxxx> wrote in message
news:uzDD6psQGHA.4452@xxxxxxxxxxxxxxxxxxxxxxx
Hi
I'm working for an online university, and we are currently in the process
of redesigning our portal website. We were thinking of using a single
database to store content, quizzes, and assignments coming from multiple
courses, as well as user accounts and security. The reason for this, is
that it simplifies generating reports for students taking multiple courses
(eg.:, student transcript), teachers requesting reports (gradebook), etc.
During the design process, we asked how can sql server 2005 maintain high
availability? Also, what if only a single table got accidently deleted, or
currupted. How can we restore that table without affecting other tables,
and in the process keep the database online while restoring? So here's my
question, is there a way to restore a single table without affecting other
tables in the same database.
Secondly, is there a way of maintaining high availability with a single
huge database with lots of users commiting changes (eg, students writing
quizzes, teachers adding content, admin staff moderating forums)?
Thanks in advance
Francis
.
- Follow-Ups:
- Re: Restoring a Single Table
- From: Francis Reed
- Re: Restoring a Single Table
- References:
- Restoring a Single Table
- From: Francis Reed
- Restoring a Single Table
- Prev by Date: Re: Encryption
- Next by Date: Re: Encryption
- Previous by thread: Restoring a Single Table
- Next by thread: Re: Restoring a Single Table
- Index(es):
Relevant Pages
|