SQL 7
I am a developer without much knowledge of SQL Admin. My problem: I beleive a stored procedure began a transaction but then rolled back. The web server did not receive notification of the rollback. The event logs for the web server and SQL do not show any errors. I am guessing that possibly the @@xactcount was out of sync or a timeout caused the a rollback but did not send an error to the client.
I know that SQL keeps a transaction log to be used for recovery. Can I visually look at this log and determine if a rollback did occur? If so how do I locate it and open it? Any help is appreciated.
I am a developer without much knowledge of SQL Admin. My problem: I beleive a stored procedure began a transaction but then rolled back. The web server did not receive notification of the rollback. The event logs for the web server and SQL do not show any errors. I am guessing that possibly the @@xactcount was out of sync or a timeout caused the a rollback but did not send an error to the client.
I know that SQL keeps a transaction log to be used for recovery. Can I visually look at this log and determine if a rollback did occur? If so how do I locate it and open it? Any help is appreciated.