N'; Old RoomId: ', ISNULL(CONVERT(NVARCHAR(20), d.RoomId), N'NULL'), N'; Old WorkDate: ', CONVERT(NVARCHAR(10), d.WorkDate, 120), N'; Old Time: ', CONVERT(NVARCHAR(8 ...
Never get the hang of a SQL parser? SQLLineage comes to the rescue. Given a SQL command, SQLLineage will tell you its source and target tables, without worrying about Tokens, Keyword, Identifier and ...