All,
How can I run multiple update statements that join to other tables, using 1 sql script? Here is the query I have now that is failing.. Ideas?
UPDATE EXCEPTION SET [exception].[assigned to] = [UserInfo].[Name]
IIF( [exception].[Assigned_to_id] = [UserInfo].[id]),
IIF(...