Activity overview
Latest activity by LukeB
super, tx / comments
super, tx
ok - I need to somehow find all tables that have ON UPDATE CASCADE or ON DELETE CASCADE... Have a lot of tables to look through / comments
ok - I need to somehow find all tables that have ON UPDATE CASCADE or ON DELETE CASCADE... Have a lot of tables to look through
hi Jon I guess, it is a TABLE object ? since it is a alter table statement for a Foreign Key. I sort of get what you are saying, but if i search for a field name, say, 'RowID' SQLSearch will find that field name in the table(s) that it is used in ... / comments
hi JonI guess, it is a TABLE object ? since it is a alter table statement for a Foreign Key.I sort of get what you are saying, but if i search for a field name, say, 'RowID' SQLSearch will find tha...
not finding 'CASCADE'
hiwhen I use SQL Search to find 'CASCADE' it does not find it in the table constraints/foreign keys. for example I want to find where I have setup ON UPDATE CASCADE
ON DELETE CASCADEas part of a FK...