Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Blog - Title
MSDN Blogs
>
Microsoft JDBC Driver for SQL Server Team Blog
Server & Tools Blogs
>
Data Platform Blogs
>
JDBC Blog
All About Data Platform
All About Data Platform
Data Development
ADO.NET (Managed Providers, DataSet & EF)
WCF Data Services
SQL Server Customer Advisory Team
SQL Server Protocols
Microsoft XML Team
JDBC
Microsoft Drivers for PHP for SQL Server
Sync
SQL Server Data Tools
StreamInsight
Data Quality Services
Data Quality Services
SQL Server Customer Advisory Team
Jessica Meats’ Blog
All MSDN DQS Postings
OLTP
SQL Server Team
ADO.NET (Managed Providers, DataSet & EF)
SQL Server Customer Advisory Team
SQL Release Services
SQL OS
Running SAP on SQL Server
Conor vs. SQL
SQL AlwaysOn Team
SQL Server Manageability
Integration Services
SSIS
Data Quality Services
SQL Server Customer Advisory Team
All MSDN SSIS Postings
Data Security & Storage
SQL Server Security
SQL Server Storage Engine
SQL OS
SQL Server Customer Advisory Team
Data in the Cloud
Windows Azure
Your Data in the Cloud
SQL Server Team
Silver Lining
JDBC Blog
Announcement and Discussions related to the Microsoft JDBC driver for SQL Server
Live Now on Server & Tools Blogs
Subscribe
Comments
Contact
Menu
Blog Home
Atom
Translate this page
Powered by
Microsoft® Translator
Tags
6u30
AlwaysOn
Announcement
Azure
Connectivity
CTP
Data Access API
Denali
Developer
Features
General
getdate
Java
JDBC
Kerberos
SQL
sql azure
SQL Connectivity
SQL Server
SQL Server 2008
SQL Server 2008 R2
SQL Server 2012
Support
survey
Troubleshooting
More
▼
Less
▲
Archives
Archives
October 2012
(1)
April 2012
(1)
March 2012
(1)
January 2012
(3)
November 2011
(2)
October 2011
(2)
September 2011
(3)
August 2011
(2)
July 2011
(1)
May 2011
(1)
March 2011
(1)
February 2011
(1)
January 2011
(2)
December 2010
(1)
October 2010
(1)
July 2010
(1)
June 2010
(1)
May 2010
(1)
April 2010
(2)
March 2010
(4)
January 2010
(1)
November 2009
(1)
October 2009
(1)
April 2009
(2)
February 2009
(1)
January 2009
(2)
October 2008
(2)
September 2008
(2)
August 2008
(3)
July 2008
(2)
June 2008
(2)
May 2008
(1)
March 2008
(2)
December 2007
(1)
November 2007
(1)
October 2007
(1)
September 2007
(1)
June 2007
(2)
May 2007
(2)
April 2007
(1)
More
▼
Less
▲
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Microsoft JDBC Driver for SQL Server Team Blog
com.microsoft.sqlserver.jdbc.SQLServerException: This driver is not configured for integrated authentication.
Posted
over 6 years ago
by
dpblogs
36
Comments
On a Windows platform, when trying to connect to SQL Server using Integrated Authentication, you may see this exception: com.microsoft.sqlserver.jdbc.SQLServerException: This driver is not configured for integrated authentication. along with the following...
Microsoft JDBC Driver for SQL Server Team Blog
java.lang.ClassNotFoundException: com.microsoft.jdbc.sqlserver.SQLServerDriver
Posted
over 6 years ago
by
dpblogs
31
Comments
If you are seeing this exception while trying to use the SQL Server 2005 JDBC driver, then you will need to update the application. The class name has changed between the SQL Server 2000 JDBC driver and the SQL Server 2005 JDBC driver. This particular...
Microsoft JDBC Driver for SQL Server Team Blog
Welcome to the SQL Server JDBC blog
Posted
over 6 years ago
by
dpblogs
74
Comments
Unsure of what to specify in the connection URL? Having trouble configuring the driver for Integrated Authentication? Confused about some behavior with the Microsoft SQL Server JDBC driver? Then, this is the blog site for you. The SQL Server JDBC team...
Microsoft JDBC Driver for SQL Server Team Blog
SQL Server 2005 JDBC driver v1.2 Aug CTP is LIVE
Posted
over 6 years ago
by
dpblogs
13
Comments
The Microsoft SQL Server JDBC team is proud to announce the availability of our v1.2 CTP2 (beta) release. The driver is downloadable at http://msdn.microsoft.com/data/jdbc . The direct link to the download page is http://www.microsoft.com/downloads/details...
Microsoft JDBC Driver for SQL Server Team Blog
IBM WebSphere 6.1 now supports SQL Server 2005 JDBC driver v1.2
Posted
over 5 years ago
by
dpblogs
20
Comments
Many of you have asked us before, "Is the Microsoft SQL Server JDBC driver supported by IBM WebSphere?". Now, we have the answer. In collaboration with the IBM WebSphere team, the SQL Server JDBC team is happy to announce starting with IBM WebSphere 6...
Microsoft JDBC Driver for SQL Server Team Blog
Announcing Microsoft SQL Server JDBC Driver 2.0
Posted
over 4 years ago
by
dpblogs
39
Comments
We are excited to announce the newest release of the Microsoft SQL Server JDBC Driver 2.0 ! This version of the JDBC driver supports features introduced in the JDBC 4.0 API, including: · national character set data types: NCHAR, NVARCHAR, LONGNVARCHAR...
Microsoft JDBC Driver for SQL Server Team Blog
The server failed to resume the transaction... Why?
Posted
over 4 years ago
by
dpblogs
3
Comments
If you've ever encountered this error with the Microsoft SQL Server JDBC Driver, you may be left scratching your head, wondering a) what it means, and b) why it is occurring. I'll tackle these in order... But if you're not interested in the details, skip...
Microsoft JDBC Driver for SQL Server Team Blog
The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption.
Posted
over 5 years ago
by
dpblogs
8
Comments
What is SSL and why is my JDBC driver using it? The v1.2 JDBC driver uses SSL (Secure Sockets Layer) to encrypt connections to SQL Server for improved security. Where it can, the v1.2 driver ALWAYS uses SSL to encrypt the login to SQL Server. For integrated...
Microsoft JDBC Driver for SQL Server Team Blog
Micorosoft SQL Server JDBC 3.0 Released!!!
Posted
over 3 years ago
by
dpblogs
21
Comments
Dear SQL Server developers and users: On behalf of Microsoft SQL Server JDBC team I am very excited to announce our latest JDBC driver Microsoft SQL Server JDBC 3.0 release. This version of the JDBC driver provides support for features introduced...
Microsoft JDBC Driver for SQL Server Team Blog
Working with SQL Server 2008 Date/Time Data Types using v1.2 JDBC driver
Posted
over 5 years ago
by
dpblogs
12
Comments
Since SQL Server 2008 release over the summer, people have been asking, "So, does the existing JDBC driver work with SQL Server 2008?" or "When will there be a SQL Server 2008 JDBC driver?". There are many things to consider with a general questions...
Microsoft JDBC Driver for SQL Server Team Blog
Use execute() and getMoreResults() methods for those pesky complex SQL queries
Posted
over 5 years ago
by
dpblogs
12
Comments
Per JDBC spec, the Statement.executeUpdate() and Statement.executeQuery() methods are to be used only with queries that produce a single update count or result set, respectively. If you need to execute multiple SQL statements in a single query, perhaps...
Microsoft JDBC Driver for SQL Server Team Blog
SQLServerException: The statement did not return a result set
Posted
over 5 years ago
by
dpblogs
2
Comments
Have you ever encountered this exception from executeQuery()? If so, chances are good that your query actually did return a result set (we’ll be addressing the error message text... ), but it wasn’t the first result. Look at your query or stored procedure...
Microsoft JDBC Driver for SQL Server Team Blog
Microsoft JDBC Driver 4.0 for SQL Server Released!
Posted
over 1 year ago
by
dpblogs
15
Comments
Dear SQL Server Developer Community, I am pleased to report that the Microsoft JDBC Driver 4.0 for SQL Server is now released . Thank you for all your great feedback on our three community technology previews (CTP). Our 4.0 release contains some great...
Microsoft JDBC Driver for SQL Server Team Blog
Microsoft SQL Server 2005 JDBC Driver v1.2 official release
Posted
over 6 years ago
by
dpblogs
22
Comments
The Microsoft SQL Server JDBC team is proud to announce the general availability of the v1.2 RTW release. The driver can be found at http://msdn.microsoft.com/data/jdbc . In this release we significantly reduced the driver's memory footprint usage especially...
Microsoft JDBC Driver for SQL Server Team Blog
What is adaptive response buffering and why should I use it?
Posted
over 6 years ago
by
dpblogs
17
Comments
Do you currently use selectMethod=cursor to work around OOM errors with very large result sets? Do you find that the driver seems to consume quite a lot of memory for forward only read only result sets? Does it seem like it takes a long time to return...
Microsoft JDBC Driver for SQL Server Team Blog
Working with SQL Server 2008 Filestream using v1.2 JDBC driver
Posted
over 5 years ago
by
dpblogs
4
Comments
In the previous post "Working with SQL Server 2008 Date/Time Data Types using v1.2 JDBC driver" ,I talked about how the current JDBC driver can interop with the new Date/Time/DateTime2/DatetimeOffset data types. This time around, I will describe how to...
Microsoft JDBC Driver for SQL Server Team Blog
SQL Server 2008 feature support survey
Posted
over 5 years ago
by
dpblogs
34
Comments
Since the release of SQL Server 2008, we have heard from customers looking for a JDBC driver that supports SQL Server 2008. I would like to use this post to ask you, our customers, which features of SQL Server 2008 do you need supported through the JDBC...
Microsoft JDBC Driver for SQL Server Team Blog
Patch Available for SQL Server and Java 6 update 30
Posted
over 1 year ago
by
dpblogs
0
Comments
Dear SQL Server developers and users: Thank you for your ongoing support of the Microsoft JDBC Driver for SQL Server. We have an update on the connection issues some of you experienced when using Java 6 update 29 and above. Java 6 update 29 (6u29...
Microsoft JDBC Driver for SQL Server Team Blog
Discontinuing Download for the Microsoft SQL Server JDBC Driver 1.2
Posted
over 3 years ago
by
dpblogs
10
Comments
Given the release of the Microsoft SQL Server JDBC Driver 3.0 , the Microsoft SQL Server JDBC team has discontinued the download for Microsoft SQL Server JDBC Driver 1.2. Please let us know if you perceive any issues with your solution or customers...
Microsoft JDBC Driver for SQL Server Team Blog
Support Matrix for Microsoft SQL Server JDBC Driver
Posted
over 3 years ago
by
dpblogs
4
Comments
Dear SQL Server developers and users: In the last few weeks, I have received a number of queries on which driver version is supported with which SQL server version. I have created a support matrix describing the supported configuration. Matrix also...
Microsoft JDBC Driver for SQL Server Team Blog
Microsoft JDBC 4.0 Driver for SQL Server CTP is Released!!!!
Posted
over 2 years ago
by
dpblogs
12
Comments
Dear SQL Server developers and users: As a follow up to my last post regarding the next release of our JDBC driver called the Microsoft JDBC Driver 4.0 for SQL Server, I am very pleased to announce the availability of our first community technology...
Microsoft JDBC Driver for SQL Server Team Blog
Microsoft SQL Server JDBC 3.0 CTP Release Announcement
Posted
over 3 years ago
by
dpblogs
9
Comments
Dear SQL Server developers and users: On behalf of Microsoft SQL Server JDBC team I would like t hank you for the valuable feedback and support on our Microsoft SQL Server JDBC driver. In response to your feedback since last year’s release of the Microsoft...
Microsoft JDBC Driver for SQL Server Team Blog
Supported Java Versions - January 2012
Posted
over 2 years ago
by
dpblogs
14
Comments
Dear SQL Server developers and users: Thank you for your ongoing support of the Microsoft JDBC Driver for SQL Server. We have recently had some questions regarding which versions of Java are supported by the Microsoft JDBC Driver for SQL Server...
Microsoft JDBC Driver for SQL Server Team Blog
Microsoft SQL Server JDBC 3.0 and SQL Azure
Posted
over 2 years ago
by
dpblogs
0
Comments
Dear SQL Server and SQL Azure developers and users: We are very pleased to announce the availability of an updated version of Microsoft SQL Server JDBC Driver 3.0 supporting Microsoft SQL Azure database: http://www.microsoft.com/downloads/en/details...
Microsoft JDBC Driver for SQL Server Team Blog
Hotfix Available for Date Issue When Using JRE 1.7
Posted
over 1 year ago
by
dpblogs
4
Comments
Dear SQL Server developers and users: Thank you for your ongoing support of the Microsoft JDBC Driver for SQL Server. Some of you reported problems with dates when using JRE 1.7. The Microsoft JDBC Driver for SQL Server currently supports JRE 1...
Page 1 of 3 (63 items)
1
2
3