I have an application that uses MSSQl
I have created a column in the database
I want to update this column when data exists in another table
I created a trigger which seemed to work but then it caused an issue when trying to run a procedure
so I thought maybe I could modify the column to include some formula to, like "if isnull ([wo.draw]) then 'No' else 'Yes'"
but that does nothing
Any ideas?
Gordon
Our community of experts have been thoroughly vetted for their expertise and industry experience.