Question

Is it possible to log shipping for few tables only in SQL Server 2012?

Thanks

Was it helpful?

Solution

SImple answer: NO. THere is no per table log. THere is ONE log per database. SImple like that. You want partial table stuff - only chance is replication.

OTHER TIPS

You can manually configure this using FileGroups (ie. put tables into a different FILEGROUP), and manually manage the restore process.

Initially only restoring the tables you require Lookup Partial Restore.

This is a currently working.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top