cancel
Showing results for 
Search instead for 
Did you mean: 

Restoring single table in sql.

kumar_n
Level 2
Partner

Is it possible with BES 2010 to restore single table of sql2000 /2005 database? Assuming one is usiong sql agent for backup and sql is on a ohysical hardware?is GRT helpful in this case?

 

1 ACCEPTED SOLUTION

Accepted Solutions

pkh
Moderator
Moderator
   VIP    Certified

 

There is no point in restoring a single table for a SQL database because you could end up with an inconsistent database.  A SQL transaction may span a couple of tables.  Restoring one table would mean an incomplete transaction and thus an inconsistent database.
 
The smallest granularity that you can do when restoring a SQL database is a point-in-time restore.  Note that BE calls the SQL Server API to do its restore and any limitation to the restore is imposed by SQL Server and not BE.

View solution in original post

2 REPLIES 2

AmolB
Moderator
Moderator
Employee Accredited Certified

pkh
Moderator
Moderator
   VIP    Certified

 

There is no point in restoring a single table for a SQL database because you could end up with an inconsistent database.  A SQL transaction may span a couple of tables.  Restoring one table would mean an incomplete transaction and thus an inconsistent database.
 
The smallest granularity that you can do when restoring a SQL database is a point-in-time restore.  Note that BE calls the SQL Server API to do its restore and any limitation to the restore is imposed by SQL Server and not BE.