About 714,000 results
Open links in new tab
  1. How to connect Java to Microsoft SQL server - Stack Overflow

    May 15, 2014 · This answer is presented for next visitors on this kind of question. Configuring the java driver connection for SQL Server can be quite confusing for new users. I'll guide you here …

  2. How do you configure a DataSource in Java to connect to MS SQL …

    I'm trying to follow Java's JDBC tutorials to write a Java program that can connect to SQL Server 2008. I'm getting lost at the point of making a connection. The following snippet is from the …

  3. java - how to configure hibernate config file for sql server - Stack ...

    In my case I had to ensure I was using the correct dialect for my Microsoft SQL Server. I use org.hibernate.dialect.SQLServer2012Dialect instead of the default …

  4. java - JDBC connection to MSSQL server in windows …

    May 11, 2013 · If it doesnt work, you can open your SQL Server 2019 Configuration Manager -> SQL Server Network Configuration , all protocol's name should be Enabled. After that you …

  5. java - Which jar to use for connecting to MS SQL server - Stack …

    Java connect to a remote MS SQL server database. 1. Connection Java application with SQL Server. Hot ...

  6. SQL Server Query Notifications in Java - Stack Overflow

    May 14, 2014 · You want to listen to SQL server notifications. You can configure MSSql Server to notify a Broker. There is Apache ActiveMQ as an open source solution. So you need to …

  7. How to make Java work with SQL Server? - Stack Overflow

    Dec 1, 2012 · The JTDs driver seems to work on some cases. In a certain server, the jTDS worked fine for an 2008 R2 instance. In another server, though, I had to use Microsoft's JBDC …

  8. java - How do I connect to a SQL Server 2008 database using JDBC ...

    Mar 16, 2010 · You can try configure SQL server: Step 1: Open SQL server 20xx Configuration Manager ; Step 2: Click Protocols for SQL.. in SQL server configuration. Then, right click …

  9. Calling Sqlserver stored procedure from JDBC,Java

    Apr 17, 2015 · when I execute the query in a database client (e.g. SQL Server Management Studio), a table is returned. My stored procedure is quite long, there are a few insert and …

  10. Connecting Java with SQL express - Stack Overflow

    Aug 22, 2012 · Open the SQL Server Configuration Manager Start -> Microsoft SQL Server 2008 -> Configuration Tools -> SQL Server Configuration Manager. Then at the left hand tree. …

Refresh