Introduction I’m sure lots of us who have been developing in SQLServer over ages would agree to the fact that the error String or binary data would be truncated.The statement has been terminated. is one of the most frustrating errors…
SQL Agent Tips: Using JOBID Token in T-SQL Job Steps To Fetch The Job GUID
Introduction One of the pretty cool features available in SQL Server Agent is the ability to use tokens for returning values for many system parameters at runtime (for example Server Name, Job Name, Database Name etc).Recently there was an issue…