Skip to main content
1 vote
1 answer
32 views

public Mono<String> queryValidation(String connectionId, String query) { return connectionConfigRepository.findByConnectionId(connectionId) .switchIfEmpty(Mono.error(new ...
apramit roy's user avatar
0 votes
0 answers
35 views

I am trying to migrate a 700 million rows table to SQL Server via jdbc. The cluster is 2 workers with 32 cores in total and a driver node with 8 cores. df = spark.read.table("xxx.xx.xxx") ...
Youshikyou's user avatar
0 votes
1 answer
99 views

I am trying to connect to a SQL server database via a linux server. They are in the same domain and I am able to access it via ODBC driver. When I try to connect using the Microsoft SQL Driver I am ...
Jesdin Raphael's user avatar
1 vote
1 answer
98 views

I have Debezium 3.0.8. I setup source SQL connector, which produce data from CDC SQL Server (MSSQL). Trying to setup io.debezium.connector.jdbc.JdbcSinkConnector for a table with varbinary field ...
Yuriy Vikulov's user avatar
1 vote
0 answers
49 views

I've been trying to run some load testing scripts through JMeter, but I keep running into this error: Cannot create JDBC driver of class 'com.microsoft.sqlserver.jdbc.SQLServerDriver' for connect URL ...
Sharon Leo's user avatar
0 votes
0 answers
254 views

I was trying to set the source for the AWS SCT tool and my source was SQL server with windows auth. It asked for the JDBC file and I provided it with the file I downloaded. When asked for windows ...
BitsAndPieces's user avatar
0 votes
0 answers
78 views

In my jenkins pipeline job I need to connect to a ms sql db and fetch some data, something like the below: pipeline { stages { stage('Fetch Data from Database') { steps { ...
Marcus Persson's user avatar
-1 votes
1 answer
68 views

Not really familiar with Java, but the Interoperability Engine we use provides us with Adapters we can use to connect to Database using JDBC. In the past we just had to define the Class Path with the ...
sroth79's user avatar
  • 21
0 votes
0 answers
113 views

Currently I have a RedHat linux server, that uses JDBC to connect to MS SQL (on prem) using a Active Directory Account for Authentication. Our company wants to move the MS SQL from on prem to Azure ...
sroth79's user avatar
  • 21
-1 votes
1 answer
277 views

I'm using springboot with Java 15. The version for the jdbc driver is not mentioned in the POM file. <dependency> <groupId>com.microsoft.sqlserver</groupId> <artifactId>mssql-...
Vaish MK's user avatar
  • 361
1 vote
0 answers
96 views

I am using hibernate 5.6.15 Final, SQLSERVER2016DIALECT, and mssql-jdbc-9.4.0.jre8. I have declared following field defintion in my entity class: @Type(type = "org.hibernate.type.StringType")...
PAVAN NAIK's user avatar
1 vote
1 answer
87 views

i have the driver dependency in the POM.xml and i am using maven shade plugin to create an Uber Jar. i do see the driver dependency correctly listed in the JAR file. Jar runs fine in intellij but on ...
xOneOne's user avatar
  • 81
-1 votes
1 answer
757 views

I'm trying to connect from webmethodsV10.7 (runs in Linux) to a remote hosted SQL Server via Windows authentication (that is user setup is done in Windows authentication using Active Directory for the ...
Ratha's user avatar
  • 9,732
2 votes
2 answers
74 views

I have a Spring Boot application in which I am connecting to SQL Server, Sybase, Oracle and MySQL database to get metadata details. While collecting rows count of a tables with below code in Oracle ...
Pavan G's user avatar
  • 127
0 votes
1 answer
138 views

I'm trying to connect to a MMSQL Database through python in a Jupyter environment with the addition of a JDBC Driver. Although everything should be set up in a correct manner the Error Message "...
Siri's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
43