Posts
Sort by recent activity
Software crashes when Trigger Code starts with semicolon
Hi
The Source Control (latest version) crashes when a trigger starts with a ;
For example the code below will let the software crash:ALTER TRIGGER [dbo].[trgCrashResult] ON [db...
Error when Trigger Code starts with ;
The Source Control software crashes (latest version) when the code within a trigger starts with ;
For example code below will crash the software:CREATE TRIGGER [dbo].[trgCrashedCode]...