is there alternative dbcc checkconstraints on sql azure? can imagine, instance, writing sproc enumerates constraints , generates dynamic sql test them (such "select t1.* table1 t1 left outer join table2 t2 on t2.[key] = t1.[foreign_key] t2.[key] null") - has built this?
easiest method resolve upgrade server v12 support dbcc checkconstraints.
Comments
Post a Comment