lundi 2 mars 2015

Sql Server ignores index on varchar column and does tablescan when queried from Java



QUESTION: I have a SQL Server table with one varchar column and millions of rows, it is indexed. Running a query from within SQL Server query tool is quick as it uses the index. When I run a query from Java JDBC PreparedStatement it takes many minutes and investigation shows SQL Server does a tablescan. How do I fix this problem?




Aucun commentaire:

Enregistrer un commentaire