Hi, Can anyone please guide me with this?
I want to store the messages in 'string' format in sql server. Currently messages are stored in 'binary format', which cannot be read from a python client. I want the messages to be stored in database as strings so that any application in any language can read those messages. Thanks, Sheetal
