I am using Microsoft Sync Frameowrk, and it is bringing over my tables, but it is not pulling over the Foreign Keys? I have made sure that the parent (PK Table) is bring brought over first as I would assume that would cause the FKs to fail.
What am I missing here that is not allowing the FKs to be brought with the sync?
Using SQL Server 2008 R2 and SQL Server 2008 R2 Express. I believe I am using the Sync 2.1 Framework.
Any suggestions would be greatly appreciated.
Thanks,
S
Sync Fx doesnt provision FKs and other constraints other than the PK. you will have to script out your FKs and apply them programmatically.