Skip to content

Tag: sql-server

How to extract JSON from sql query?

My query looks like this: I want to retry the messages that failed, but the message is a json string and the offset is a regular string. I need to extract the json messages and the offset strings and then iterate through each row. How would I do this? RIght now I am doing something like this: //Service buildQ…

Getting the SQL Server Connection Exception

I am getting below connection exception, when trying to connect to SQL Server using JDBC. Can someone please help, with this issue? I am using sqljdbc4.jar file to connect to SQL Server Code is as below This is the exception. Nov 14, 2020 8:33:01 PM com.microsoft.sqlserver.jdbc.TDSChannel enableSSL INFO: java…