In old program i test by manual trigger.
This is new flow test program that still got same problem.
[{"id":"21b89937.b02616","type":"tab","label":"Flow 1","disabled":false,"info":""},{"id":"e0812b3c.3ae198","type":"inject","z":"21b89937.b02616","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":300,"y":220,"wires":[["bbefc0de.1e253"]]},{"id":"63fd87f.6c2a878","type":"MSSQL","z":"21b89937.b02616","mssqlCN":"bec4be8.58d5d4","name":"","query":"","outField":"payload","returnType":0,"throwErrors":1,"x":660,"y":220,"wires":[["2e13a543.0b9daa"]]},{"id":"bbefc0de.1e253","type":"function","z":"21b89937.b02616","name":"Right Query","func":"msg.payload = \"select * from Test_Delete_SQL\"\nreturn msg;","outputs":1,"noerr":0,"x":490,"y":220,"wires":[["63fd87f.6c2a878"]]},{"id":"2e13a543.0b9daa","type":"debug","z":"21b89937.b02616","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":860,"y":220,"wires":[]},{"id":"6863912f.159f7","type":"function","z":"21b89937.b02616","name":"Error Query","func":"msg.payload = \"select * from Test_Delete_SQLa\"\nreturn msg;","outputs":1,"noerr":0,"x":490,"y":300,"wires":[["6b545c38.b1b7e4"]]},{"id":"6aa4b03f.07efe","type":"inject","z":"21b89937.b02616","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":300,"y":300,"wires":[["6863912f.159f7"]]},{"id":"6b545c38.b1b7e4","type":"MSSQL","z":"21b89937.b02616","mssqlCN":"bec4be8.58d5d4","name":"","query":"","outField":"payload","returnType":0,"throwErrors":1,"x":660,"y":300,"wires":[["1d9a1239.b8639e","ec964519.29faa8","7e9addf2.0e84e4"]]},{"id":"1d9a1239.b8639e","type":"debug","z":"21b89937.b02616","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":860,"y":300,"wires":[]},{"id":"ec964519.29faa8","type":"debug","z":"21b89937.b02616","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"error","targetType":"msg","x":860,"y":360,"wires":[]},{"id":"7e9addf2.0e84e4","type":"debug","z":"21b89937.b02616","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","x":850,"y":420,"wires":[]},{"id":"828ade27.de485","type":"debug","z":"21b89937.b02616","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","x":850,"y":500,"wires":[]},{"id":"40a3a135.84394","type":"catch","z":"21b89937.b02616","name":"","scope":null,"uncaught":false,"x":680,"y":500,"wires":[["828ade27.de485"]]},{"id":"bec4be8.58d5d4","type":"MSSQL-CN","z":"","tdsVersion":"7_3_B","name":"test","server":"127.0.0.1","port":"1433","encyption":false,"database":"test","useUTC":true,"connectTimeout":"15000","requestTimeout":"15000","cancelTimeout":"5000","pool":"5","parseJSON":false}]
Node setting
window 10 Pro 64bit Node-Red V1.0.6 Node.js V12.16.3
Thank you very much