G
grayner
Guest
the JDBC 5.1 SQL Server driver does not throw the exception that SQL Server Management Studio returns when executing a stored procedure. The error returned from SQL Server Management Studio is: The transaction log for database is full. To find out why space in the log can not be reused, see the log_reuse_wait_desc columns in sys.databases. The driver instead executes the stored procedure and then when it tries to execute the next statement/stored procedure, the exception below occurs: The server failed to resume the transaction. DESC We would like the driver to return "The transaction log for database is full. " error as an exception .
Continue reading...
Continue reading...