I want an application variable to indicate that a users table has changed, I am aware of sql 2005 triggers and that is about as far as it goes. Any help greatly appreciated.
Can you provide some details regarding the business requirement? Secondly, I would not recommend using a SQL trigger to set a session variable. Is the application using traditional 3-tier architecture? If so, I would consider another approach to set the session variable.