I am doing some work at a new customer who is running SQL 7 (unsure of Service pack #). I need to add an update trigger to one of the tables which contains about 70K records. There are currently no triggers defined on that (or any) tables in the database.
When I enter the T-SQL for the trigger and hit apply, I never get control back (it ran for 14hrs and still didn't finish). I got the same result using a backup of the database which had no current users.
Any idea what's happening and how to fix it? If I add that same trigger to an empty table, it works fine.
When I enter the T-SQL for the trigger and hit apply, I never get control back (it ran for 14hrs and still didn't finish). I got the same result using a backup of the database which had no current users.
Any idea what's happening and how to fix it? If I add that same trigger to an empty table, it works fine.