TableA has database name column and active\inactive flag
TableB has database name
When we inactivate database(s) in TableA we want code later on to insert the newly deactivated database(s) name(s) into TableB.
I know code with use an IF NOT EXIST on the TableB insertion code, just not able to get it to fly right.
Need more coffee - lol
Thanks
J. Kusch
TableB has database name
When we inactivate database(s) in TableA we want code later on to insert the newly deactivated database(s) name(s) into TableB.
I know code with use an IF NOT EXIST on the TableB insertion code, just not able to get it to fly right.
Need more coffee - lol
Thanks
J. Kusch