سؤال

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

Thanks

هل كانت مفيدة؟

المحلول

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.

نصائح أخرى

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.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top