We are seeing this error. It has only happened one time. Does anyone
know what could be causing this other than a Latin1_General_BIN collation.
TIA,
-Ben
The index entry for row ID was not found in index ID 3, of table
1285579618, in database 'db'..
Error: 8646, Severity: 21, State: 1Run a DBCC CHECKDB against your database and fix any errors
"Ben" <bmilliron@.gmail.com> wrote in message
news:eiRDobEZEHA.3892@.TK2MSFTNGP09.phx.gbl...
> We are seeing this error. It has only happened one time. Does anyone
> know what could be causing this other than a Latin1_General_BIN collation.
> TIA,
> -Ben
> The index entry for row ID was not found in index ID 3, of table
> 1285579618, in database 'db'..
> Error: 8646, Severity: 21, State: 1
Showing posts with label causing. Show all posts
Showing posts with label causing. Show all posts
Monday, March 26, 2012
Error: 8646, Severity: 21, State: 1
Error: 8646, Severity: 21, State: 1
We are seeing this error. It has only happened one time. Does anyone
know what could be causing this other than a Latin1_General_BIN collation.
TIA,
-Ben
The index entry for row ID was not found in index ID 3, of table
1285579618, in database 'db'..
Error: 8646, Severity: 21, State: 1Run a DBCC CHECKDB against your database and fix any errors
"Ben" <bmilliron@.gmail.com> wrote in message
news:eiRDobEZEHA.3892@.TK2MSFTNGP09.phx.gbl...
> We are seeing this error. It has only happened one time. Does anyone
> know what could be causing this other than a Latin1_General_BIN collation.
> TIA,
> -Ben
> The index entry for row ID was not found in index ID 3, of table
> 1285579618, in database 'db'..
> Error: 8646, Severity: 21, State: 1sql
know what could be causing this other than a Latin1_General_BIN collation.
TIA,
-Ben
The index entry for row ID was not found in index ID 3, of table
1285579618, in database 'db'..
Error: 8646, Severity: 21, State: 1Run a DBCC CHECKDB against your database and fix any errors
"Ben" <bmilliron@.gmail.com> wrote in message
news:eiRDobEZEHA.3892@.TK2MSFTNGP09.phx.gbl...
> We are seeing this error. It has only happened one time. Does anyone
> know what could be causing this other than a Latin1_General_BIN collation.
> TIA,
> -Ben
> The index entry for row ID was not found in index ID 3, of table
> 1285579618, in database 'db'..
> Error: 8646, Severity: 21, State: 1sql
Error: 8646, Severity: 21, State: 1
We are seeing this error. It has only happened one time. Does anyone
know what could be causing this other than a Latin1_General_BIN collation.
TIA,
-Ben
The index entry for row ID was not found in index ID 3, of table
1285579618, in database 'db'..
Error: 8646, Severity: 21, State: 1
Run a DBCC CHECKDB against your database and fix any errors
"Ben" <bmilliron@.gmail.com> wrote in message
news:eiRDobEZEHA.3892@.TK2MSFTNGP09.phx.gbl...
> We are seeing this error. It has only happened one time. Does anyone
> know what could be causing this other than a Latin1_General_BIN collation.
> TIA,
> -Ben
> The index entry for row ID was not found in index ID 3, of table
> 1285579618, in database 'db'..
> Error: 8646, Severity: 21, State: 1
know what could be causing this other than a Latin1_General_BIN collation.
TIA,
-Ben
The index entry for row ID was not found in index ID 3, of table
1285579618, in database 'db'..
Error: 8646, Severity: 21, State: 1
Run a DBCC CHECKDB against your database and fix any errors
"Ben" <bmilliron@.gmail.com> wrote in message
news:eiRDobEZEHA.3892@.TK2MSFTNGP09.phx.gbl...
> We are seeing this error. It has only happened one time. Does anyone
> know what could be causing this other than a Latin1_General_BIN collation.
> TIA,
> -Ben
> The index entry for row ID was not found in index ID 3, of table
> 1285579618, in database 'db'..
> Error: 8646, Severity: 21, State: 1
Monday, March 19, 2012
Error: 16954, Severity: 10, State: 1
Hi there.
I ran a trace over our SQL server and picked this error up.
Does anyone have any idea what could be causing this ?
Error: 16954, Severity: 10, State: 1
Our server is SQL2000 SP3a patched to 8.00.818 running on Win2K server.
Any help would be greatly appreciated.
Thanks
AndyHi
This error is connected with the use or no use of cursors.
The message indicated that a server side cursor was requested
(sp_cursoropen) but no cursor was necessary, as the SQL statement was
executed directly.
The error message can be informational.
Do you get timeout or disconnection after this error or any specific issue
on the Server Side?
HTH
Regards
Sadeesh
--
This posting is provided AS IS with no warranties, and confers no rights.
"Andy Hayes" <andyh@.friday-ad.co.uk> wrote in message
news:OjUrMY8bEHA.1000@.TK2MSFTNGP12.phx.gbl...
> Hi there.
> I ran a trace over our SQL server and picked this error up.
> Does anyone have any idea what could be causing this ?
> Error: 16954, Severity: 10, State: 1
> Our server is SQL2000 SP3a patched to 8.00.818 running on Win2K server.
> Any help would be greatly appreciated.
> Thanks
> Andy
>
I ran a trace over our SQL server and picked this error up.
Does anyone have any idea what could be causing this ?
Error: 16954, Severity: 10, State: 1
Our server is SQL2000 SP3a patched to 8.00.818 running on Win2K server.
Any help would be greatly appreciated.
Thanks
AndyHi
This error is connected with the use or no use of cursors.
The message indicated that a server side cursor was requested
(sp_cursoropen) but no cursor was necessary, as the SQL statement was
executed directly.
The error message can be informational.
Do you get timeout or disconnection after this error or any specific issue
on the Server Side?
HTH
Regards
Sadeesh
--
This posting is provided AS IS with no warranties, and confers no rights.
"Andy Hayes" <andyh@.friday-ad.co.uk> wrote in message
news:OjUrMY8bEHA.1000@.TK2MSFTNGP12.phx.gbl...
> Hi there.
> I ran a trace over our SQL server and picked this error up.
> Does anyone have any idea what could be causing this ?
> Error: 16954, Severity: 10, State: 1
> Our server is SQL2000 SP3a patched to 8.00.818 running on Win2K server.
> Any help would be greatly appreciated.
> Thanks
> Andy
>
Error: 16954, Severity: 10, State: 1
Hi there.
I ran a trace over our SQL server and picked this error up.
Does anyone have any idea what could be causing this ?
Error: 16954, Severity: 10, State: 1
Our server is SQL2000 SP3a patched to 8.00.818 running on Win2K server.
Any help would be greatly appreciated.
Thanks
AndyHi
This error is connected with the use or no use of cursors.
The message indicated that a server side cursor was requested
(sp_cursoropen) but no cursor was necessary, as the SQL statement was
executed directly.
The error message can be informational.
Do you get timeout or disconnection after this error or any specific issue
on the Server Side?
HTH
Regards
Sadeesh
--
This posting is provided AS IS with no warranties, and confers no rights.
"Andy Hayes" <andyh@.friday-ad.co.uk> wrote in message
news:OjUrMY8bEHA.1000@.TK2MSFTNGP12.phx.gbl...
> Hi there.
> I ran a trace over our SQL server and picked this error up.
> Does anyone have any idea what could be causing this ?
> Error: 16954, Severity: 10, State: 1
> Our server is SQL2000 SP3a patched to 8.00.818 running on Win2K server.
> Any help would be greatly appreciated.
> Thanks
> Andy
>
I ran a trace over our SQL server and picked this error up.
Does anyone have any idea what could be causing this ?
Error: 16954, Severity: 10, State: 1
Our server is SQL2000 SP3a patched to 8.00.818 running on Win2K server.
Any help would be greatly appreciated.
Thanks
AndyHi
This error is connected with the use or no use of cursors.
The message indicated that a server side cursor was requested
(sp_cursoropen) but no cursor was necessary, as the SQL statement was
executed directly.
The error message can be informational.
Do you get timeout or disconnection after this error or any specific issue
on the Server Side?
HTH
Regards
Sadeesh
--
This posting is provided AS IS with no warranties, and confers no rights.
"Andy Hayes" <andyh@.friday-ad.co.uk> wrote in message
news:OjUrMY8bEHA.1000@.TK2MSFTNGP12.phx.gbl...
> Hi there.
> I ran a trace over our SQL server and picked this error up.
> Does anyone have any idea what could be causing this ?
> Error: 16954, Severity: 10, State: 1
> Our server is SQL2000 SP3a patched to 8.00.818 running on Win2K server.
> Any help would be greatly appreciated.
> Thanks
> Andy
>
Error: 16954, Severity: 10, State: 1
Hi there.
I ran a trace over our SQL server and picked this error up.
Does anyone have any idea what could be causing this ?
Error: 16954, Severity: 10, State: 1
Our server is SQL2000 SP3a patched to 8.00.818 running on Win2K server.
Any help would be greatly appreciated.
Thanks
Andy
Hi
This error is connected with the use or no use of cursors.
The message indicated that a server side cursor was requested
(sp_cursoropen) but no cursor was necessary, as the SQL statement was
executed directly.
The error message can be informational.
Do you get timeout or disconnection after this error or any specific issue
on the Server Side?
HTH
Regards
Sadeesh
This posting is provided AS IS with no warranties, and confers no rights.
"Andy Hayes" <andyh@.friday-ad.co.uk> wrote in message
news:OjUrMY8bEHA.1000@.TK2MSFTNGP12.phx.gbl...
> Hi there.
> I ran a trace over our SQL server and picked this error up.
> Does anyone have any idea what could be causing this ?
> Error: 16954, Severity: 10, State: 1
> Our server is SQL2000 SP3a patched to 8.00.818 running on Win2K server.
> Any help would be greatly appreciated.
> Thanks
> Andy
>
I ran a trace over our SQL server and picked this error up.
Does anyone have any idea what could be causing this ?
Error: 16954, Severity: 10, State: 1
Our server is SQL2000 SP3a patched to 8.00.818 running on Win2K server.
Any help would be greatly appreciated.
Thanks
Andy
Hi
This error is connected with the use or no use of cursors.
The message indicated that a server side cursor was requested
(sp_cursoropen) but no cursor was necessary, as the SQL statement was
executed directly.
The error message can be informational.
Do you get timeout or disconnection after this error or any specific issue
on the Server Side?
HTH
Regards
Sadeesh
This posting is provided AS IS with no warranties, and confers no rights.
"Andy Hayes" <andyh@.friday-ad.co.uk> wrote in message
news:OjUrMY8bEHA.1000@.TK2MSFTNGP12.phx.gbl...
> Hi there.
> I ran a trace over our SQL server and picked this error up.
> Does anyone have any idea what could be causing this ?
> Error: 16954, Severity: 10, State: 1
> Our server is SQL2000 SP3a patched to 8.00.818 running on Win2K server.
> Any help would be greatly appreciated.
> Thanks
> Andy
>
Subscribe to:
Posts (Atom)