Viewing 9 posts - 1 through 9 (of 9 total)
Thanks.
Unfortunately we don't have a "spare" server to do a "round robin"..:-(
What if the client doesn't know the instance name, just connects to the correct oprt? Can it cause problems?
Thank...
August 14, 2009 at 9:25 am
RPC completed also needed in the trace, sorry, I missed somehow
May 15, 2009 at 1:54 pm
A transaction is left open obviously.
I don't know the application, but a good candidate is a timeout.
-The connection was running a long query
-It was timed out
-The connectoin was reused...
May 15, 2009 at 9:21 am
Jeetendra (5/15/2009)
I have a small doubt about the Log shipping on SQL Server 2005 EE (SP3) as below:-
Currently my Production Server is having a DB of around 200GB of...
May 15, 2009 at 8:20 am
gaganks (5/13/2009)
I have a Cluster Setup for sqlserver 2005 enterprise etd.I have 8 Gigs.
Now, Can some one help to find what is the Memory Used by the Processes. (What...
May 15, 2009 at 8:16 am
Suresh B. (5/15/2009)
Malcolm Daughtree (5/14/2009)
The IO characteristics for the log file is, by the very nature of what a log is, SEQUENTIAL.CodeOn
A single Log files is sequential....
May 15, 2009 at 8:12 am
I'd recommend to run a trace, and look for autogrow events.
Paralelly start a script which runs in every minutes, and writs out the inputbuffer of each spid>49, plus the last...
May 15, 2009 at 8:06 am
Please try to focus on this:
How can it happen that
-it (DBCC SQLPERF(LOGSPACE)) says 26% (=500MB) used AFTER a tran log backup, while minimal (<100KB) transaction were processed since
-Only one...
May 15, 2009 at 7:47 am
Thank you,
Of course I know why the LOG was grown.
But how can it happen that
-it says 26% (=500MB) used AFTER a tran log backup, while minimal transaction were processed...
May 15, 2009 at 5:07 am
Viewing 9 posts - 1 through 9 (of 9 total)