Re: Updating Subscriber Question
From: lancemc5 (lancemc5_at_discussions.microsoft.com)
Date: 09/20/04
- Next message: Hilary Cotter: "Re: merge replication issue"
- Previous message: Hilary Cotter: "Re: Identity Column - transactional replication with immediate update"
- In reply to: Paul Ibison: "Re: Updating Subscriber Question"
- Next in thread: Paul Ibison: "Re: Updating Subscriber Question"
- Reply: Paul Ibison: "Re: Updating Subscriber Question"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 20 Sep 2004 10:15:03 -0700
Through profiler I have determined the process is hanging up in the update
trigger when the sp_MSget_publisher_rpc procedure is called. The
MSsubscription_properties table is queried to get the login id for the
procedure. I had to creatively reconstruct this since the procedure has to
be called from the trigger. The login id is null in this table and is
causing a problem. I manually updated the login id to 'sa' but the procedure
will not select the correct information. I can run the select statement by
itself and retrieve the proper information. However, running my test
procedure will not return any of the needed information. Hopefully, you can
help me now that you have this information.
Thanks,
Lance
"Paul Ibison" wrote:
> Lance,
> can you run profiler - this is really strange.
> You do an update on a row which hangs and yet you can still query the same
> row.
> The only thing I can think of is an instead of trigger.
> Anyway, profiler should narrow things down, and the current activity window
> should reflect at least some change.
> Regards,
> Paul Ibison
>
>
>
- Next message: Hilary Cotter: "Re: merge replication issue"
- Previous message: Hilary Cotter: "Re: Identity Column - transactional replication with immediate update"
- In reply to: Paul Ibison: "Re: Updating Subscriber Question"
- Next in thread: Paul Ibison: "Re: Updating Subscriber Question"
- Reply: Paul Ibison: "Re: Updating Subscriber Question"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|