I\'m trying to list the dates registered in a table with SQL Server, but my problem is all the dates I\'m extracting differs of 2 days with the dates in the table.
F
The problem was linked with the JRE 7 support of the JDBC Driver (a problem with the getDate() function).
See this post for more informations: Microsoft JDBC driver team blog
Thanks again Martin smith for pointing to that other issue!