Home » Error SQL Server 16915

Error SQL Server 16915

sql server DBA 999

SQL Server Error : 16915, Severity: 16. A cursor with the name ‘%.*ls’ already e

SQL Server Error : 16915 Details

SQL Server Error: 16915 Severity: 16 Event Logged or not: No Description: A cursor with the name ‘%.*ls’ already exists. Severity 16 Description: Indicates general errors that can be corrected by the user.

Msg 16915, Level 16, State 1, Procedure client_myClientsProc, Line 46
A cursor with the name ‘cur_keywords’ already exists.
Msg 16905, Level 16, State 1, Procedure client_myClientsProc, Line 47
The cursor is already open.

Reading sql server error log location from SQL Query

Identifying SQL Server Error Log File used by SQL Server Database Engine can be done by reading SQL Server Error Logs. DBA can execute the XP_READERRORLOG extended stored procedure to read the SQL Server … Read the rest