Re: can't delete a row?
- From: "Kevin" <pearl_77@xxxxxxxxxxx>
- Date: Fri, 21 Oct 2005 16:06:15 -0400
no... there is only 10 rows in the table.
and I inserted a row type_id = 1 to test replication, which it works
fine.
So I tried to delete the same row to rollback the change, but then it failed
to delete the row.
I think it maybe has to do with replication.
"Paul Ibison" <Paul.Ibison@xxxxxxxxxxxxx> wrote in message
news:OgpkHnn1FHA.3568@xxxxxxxxxxxxxxxxxxxxxxx
> Kevin,
> sounds like a contention issue - you could use sp_who2 and look for
> blocking (use dbcc inputbuffer to see the cause of the block).
> If not that, then try running select * from sym_type (nolock) where
> type_id=1 to see how many rows there are - it might be a big delete?
> Cheers,
> Paul Ibison SQL Server MVP, www.replicationanswers.com
> (recommended sql server 2000 replication book:
> http://www.nwsu.com/0974973602p.html)
>
.
- Follow-Ups:
- Re: can't delete a row?
- From: Paul Ibison
- Re: can't delete a row?
- References:
- can't delete a row?
- From: Kevin
- Re: can't delete a row?
- From: Paul Ibison
- can't delete a row?
- Prev by Date: Problem with script generated to create merge publication
- Next by Date: Re: Stored procedures in transactional replication !!!!!
- Previous by thread: Re: can't delete a row?
- Next by thread: Re: can't delete a row?
- Index(es):
Relevant Pages
|
Loading