I want hide or suppress final message (stdout)
- using ML-Service > Python
- using ssms
- using this script
EXECUTE sp_execute_external_script @language N'Python',
@Script = N'
'
- got a message
stdout message(s) from external script
Express Edition will continue to be enforced.
- i want suppress or hide [4. got a message]
- what's problem?? and how to solve?? why this message appear?? Want disappear
- It just my opinion.. It's not problem to Python maybe MSSQL ML-Service
I tried under case