Re: Rmote database inserts blocking local queries.



On Fri, 25 Jan 2008 15:02:52 -0800 (PST), quincy451@xxxxxxxxx wrote:

I take it the code on the remote server is something like this:
truncate table SomeTable
for i=1 to 10000
Insert One Row
next i

Inserting a record will put an Exclusive lock on the table. From BOL:
Exclusive (X) Used for data-modification operations, such as INSERT,
UPDATE, or DELETE. Ensures that multiple updates cannot be made to the
same resource at the same time.

If you don't have control over the remote server process, you will
have to live with it. If you do have control, you could investigate
more efficient data import strategy (perhaps BCP) as well as more
acceptable timing (2AM).

-Tom.



I am running MS SQL 2000 server. The table involved is only about
10,000 records. But this is the behavior I am seeing.

The local machine is querying the table looking for a particular
record. Everything works fine.
The remote amchine goes to clear the table and then insert all 10,000
records, into the table the following happens.

1) the local machines queries do not compilete until the remote
machine is done.
2) the remote machine can take up to 6 minutes to do these 10,000
insert operations. So nothing on the local machine works right for
these 6 minutes.

I do not have access to the remote machines source to see what is
running but I am told it is simply a for loop with a insert query in
it. Nothing of a locking natture.

Any idea the types of things I should look for to track this down? I
found this by doing SQL profiler profiling and finding the remote
operations. Turn these operatiiosn off and the local machine works
fine again, with no other action.

Thanks,
David
.



Relevant Pages

  • Re: Strange behavior of webservices
    ... I can access testing page from _remote_ computer using ... HTTP POST request omiting SOAP. ... >> remote server. ... >> connecting to the SOAP Trace Utility on local machine, ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Re: Creating remote objects
    ... >> This creates an instance of Word on the local machine from Excel 2000, ... I don't have a remote server to go against. ... >> (ByVal lpszIID As String, ByVal piid As Long) As Long ... >> Dim rclsid As GUID ...
    (microsoft.public.excel.programming)
  • remote file copy using Net::Telnet
    ... " copies file from the local machine to the remote machine " ... print("Your programme will be terminated\n"); ... # fetching file from remote host to local machine ...
    (comp.lang.perl.modules)
  • Re: Need a script spanning two servers suggestion.
    ... > What i'm thinkin of is having all the work done on the local machine. ... If it's MySQL it easy to ... > get this done...once u have the necessary rights on the remote machine. ... I think the mySQL database on the remote server is called "localhost," ...
    (comp.lang.php)
  • Re: Configuring networked printer
    ... OK - have fixed the old issue re: the OOo configuration printing - ... just required me to stop and restart the print server:) ... in the CUPS web interface on the "remote" machine (the machine ... On your local machine, you need to have the check box named "Show ...
    (Debian-User)