MS SQL Database

Hi all,
Can anyone help me how to connect chatbot with MS SQL database. really appreciate if anyone share the document.
Thanks in advance.

What I would suggest is to use your own backend for communication and configure DB connections and queries there. That would be a much safer solution to handle database access and data manipulation and use the chatbot to only display values, rather than using it to handle database (especially with JavaScript).