PaulW
2004-01-13 16:51:59 UTC
Hi,
I am trying to write a t-sql script to march through the database and add
the "Not For Replication" option to all the foreign keys. I am using the
system sp sp_fkeys. There is one column in the returned results set that I
can not find any real information on, Deferrability. I am getting a value 7
returned for all the foreign keys. I would like to make this routine as
general as possible. Does any one have an idea of what the values of
Deferrability mean?
tia,
Paul
I am trying to write a t-sql script to march through the database and add
the "Not For Replication" option to all the foreign keys. I am using the
system sp sp_fkeys. There is one column in the returned results set that I
can not find any real information on, Deferrability. I am getting a value 7
returned for all the foreign keys. I would like to make this routine as
general as possible. Does any one have an idea of what the values of
Deferrability mean?
tia,
Paul