Friday, March 9, 2012

error msg 601

Hallo,
I'm using SQL Server 2000.
I've made solution:
1. Dbcc checktable (sysobjects) with no_infomsgs
2. And I'was also removing all hint "WITH (NOLOCK)" behind the INSERTED
and DELETED tables
Can anybody help me?
rgds
betty
Betty,
what are you trying to do ?
INSERTED and DELETED are no real tables, but virtual views of the
transaction log which you use inside a trigger.
Markus
|||Hi..
Thx 4 u.
For remaining-me `bout INSERTED and DELETED. But actualy i have no problem
with INSERTED and DELETED. I've just tried to make some ilustration with IT.
So what i'm doing for with Error 601 ?
betty
<m.bohse@.quest-consultants.com> wrote in message
news:1133426095.099168.137810@.g49g2000cwa.googlegr oups.com...
> Betty,
> what are you trying to do ?
> INSERTED and DELETED are no real tables, but virtual views of the
> transaction log which you use inside a trigger.
> Markus
>

No comments:

Post a Comment