문제

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