Home of 'jbatch', a compatible implementation of the Jakarta Batch specification (and the former Reference Implementation for the JSR 352, Batch Applications for the Java Platform specification).
Other
21
stars
18
forks
source link
Set SCHEMA is not valid SQL in Microsoft SQL Server #56
The code below from JDBCPersistenceManagerImpl throws the exception below on Microsoft SQL Server:
exception:
JDBCPersistenceManagerImpl:
In Microsoft SQL Server we can only grant users access to a schema and there is no SQL like "SET SCHEMA".