
Help: SQL Error: Msg 7134, Level 16, State 2
I am getting the above error message while attempting to execute a Delete
Query. I believe the syntax is correct; the Error message description in
the online book is rather obtuse. I am wondering if someone could tell me
if it is a syntax problem or a problem with the data itself. Here's the
Delete
DELETE FROM QUEUE
WHERE (TRANSTO = 'ANYONE')
Thanks in advance,
-Matt