Viewing 5 posts - 1 through 5 (of 5 total)
Hi @Grant Fritchey thanks for your support, I tried the query but the result are empty, how it is possible?
SELECT
name AS 'Constraint',
is_disabled,
is_not_trusted
FROM sys.foreign_keys
WHERE is_disabled = 1;
Regards.
September 22, 2020 at 4:02 pm
Hi @Grant Fritchey thanks for your reply, we are moving towards backup and restore on AWS RDS but in the meantime I need to use this procedure, can you tell...
September 22, 2020 at 12:22 pm
@jeff Moden any news on this ?
July 31, 2020 at 10:48 am
Hi Jeff Moden I have not explained well the issue, my problem is that I don't need to change all the same but for example, I have 3 sequences with...
July 29, 2020 at 7:30 am
Hi Jeff Moden thanks for your reply, I don't know perfectly why bu I need to align that before a backup and a restore process, could you imagine some solution...
July 28, 2020 at 3:29 pm
Viewing 5 posts - 1 through 5 (of 5 total)