Link to home
Start Free TrialLog in
Avatar of Type25
Type25

asked on

Cannot retrieve row from page (1:65580) by RID because the slotid (2) is not valid

Why when i run this statement do i get the error: Cannot retrieve row from page (1:65580) by RID because the slotid (2) is not valid

DELETE FROM Reminders WHERE  ReminderID = (SELECT TOP 1 ReminderID FROM Reminders r JOIN ReminderTypes t ON r.ReminderTypeID = t.ReminderTypeID WHERE r.JobNo = 2643115 AND t.ShortName = 'UnallocatedPhoto')

If i run the last part after the equals it returns just a single integer value (like it should)

Any ideas?
ASKER CERTIFIED SOLUTION
Avatar of i2mental
i2mental
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial