• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

sqlserver2016

 
Ranch Hand
Posts: 148
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What  version of java is compatible  with SQLserver2016?

Is jdk1.6.0_45 works?

Please let me know.

Thanks
 
Bartender
Posts: 7645
178
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
SQLServer it self does not need Java at all; I'm assuming you're asking about its JDBC driver. It's not the DB server, but its JDBC driver that requires a particular Java version. A quick search for "sqlserver jdbc driver" finds https://docs.microsoft.com/en-us/sql/connect/jdbc/microsoft-jdbc-driver-for-sql-server?view=sql-server-2017 from which various useful pages are linked.

Irrespective of this, you should not be using any JRE older than Java 8 at this point - Java 6 has been obsolete and unsupported for years now.
 
reply
    Bookmark Topic Watch Topic
  • New Topic