Re: stored procedure timeout 18:12:26
From: Mike Epprecht \(SQL MVP\) (mike_at_epprecht.net)
Date: 10/17/04
- Next message: g2g: "Restore database from only log file (.ldf) no backup"
- Previous message: Mike Epprecht (SQL MVP): "RE: sql diagrams"
- In reply to: Dejan Sarka: "Re: stored procedure timeout 18:12:26"
- Next in thread: Dejan Sarka: "Re: stored procedure timeout 18:12:26"
- Reply: Dejan Sarka: "Re: stored procedure timeout 18:12:26"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 17 Oct 2004 23:21:54 +0200
Hi
That works out to 65546 seconds, or very close to the limit of an unsigned
16 bit integer.
You may want to take it up with Microsoft PSS (.Net issue) if this is a
known limitation.
-- -------------------------------- Mike Epprecht, Microsoft SQL Server MVP Zurich, Switzerland IM: mike@epprecht.net MVP Program: http://www.microsoft.com/mvp Blog: http://www.msmvps.com/epprecht/ "Dejan Sarka" <dejan_please_reply_to_newsgroups.sarka@avtenta.si> wrote in message news:ODUpJmBtEHA.3788@TK2MSFTNGP15.phx.gbl... > Al, > > You should start investigating by uing the Profiler. Trace stored procedures > execution, but trace statements inside the procedure as well, and you should > find the pint where te execution stops. > > -- > Dejan Sarka, SQL Server MVP > Associate Mentor > www.SolidQualityLearning.com > > "al" <news@13c-thispartisfake.com> wrote in message > news:uoHHG$%23sEHA.3772@TK2MSFTNGP10.phx.gbl... > > I have a .net program that calls a stored procedure that times out exactly > > at 18 hrs 12 min and 26 seconds the last 2 times i ran it. This cannot be > a > > coincidence - the usage of other processes on the machine varied. Lets not > > get into the rewrite it thing - I know I have to: > > It is a looping proc executing other procs and for some reason the data > for > > this task is much larger than usual. > > > > I am extremely curious as to the meaning of this magic number. 18:12:26 > > > > al > > > > > >
- Next message: g2g: "Restore database from only log file (.ldf) no backup"
- Previous message: Mike Epprecht (SQL MVP): "RE: sql diagrams"
- In reply to: Dejan Sarka: "Re: stored procedure timeout 18:12:26"
- Next in thread: Dejan Sarka: "Re: stored procedure timeout 18:12:26"
- Reply: Dejan Sarka: "Re: stored procedure timeout 18:12:26"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|