|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
error msg 601Hallo,
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.bo***@quest-consultants.com> wrote in message Show quote news:1133426095.099168.137810@g49g2000cwa.googlegroups.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 > |
|||||||||||||||||||||||