문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 양쪽 이전 판 이전 판 다음 판 | 이전 판 | ||
|
mssqlserver:jdbc [2018/12/11 14:46] kwon37xi |
mssqlserver:jdbc [2022/03/31 17:32] (현재) kwon37xi [JDBC Driver 사용시 String 파라미터로인한 Full Scan 문제] |
||
|---|---|---|---|
| 줄 32: | 줄 32: | ||
| * [[http:// | * [[http:// | ||
| * [[https:// | * [[https:// | ||
| + | * [[https:// | ||
| < | < | ||
| # JDBC URL 파라미터로 아래 지정하면 VARCHAR 로 강제로 전송함 | # JDBC URL 파라미터로 아래 지정하면 VARCHAR 로 강제로 전송함 | ||
| 줄 59: | 줄 60: | ||
| * MS의 JDBC Driver는 '' | * MS의 JDBC Driver는 '' | ||
| * [[java: | * [[java: | ||
| - | * 쿼리 로그 설정 : 클래스의 패키지 구조와 로거 구조가 일치하지 않음. | + | * 쿼리 로그 설정 : 클래스의 패키지 구조와 로거 구조가 일치하지 않음. |
| * '' | * '' | ||
| - | * '' | + | * '' |
| - | * '' | + | |
| * [[https:// | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| ===== Stored Procedure ===== | ===== Stored Procedure ===== | ||
| + | ==== Stored Procedure connection catalog와 SP의 catalog가 다를 때 문제 ==== | ||
| + | |||
| * Stored Procedure 사용시에, | * Stored Procedure 사용시에, | ||
| < | < | ||
| The database name component of the object qualifier must be the name of the current database. | The database name component of the object qualifier must be the name of the current database. | ||
| </ | </ | ||
| - | * Spring JDBC Template의 [[https:// | + | * Spring JDBC Template의 [[https:// |
| + | * 아마도 JPA 등을 사용시에도 [[https:// | ||