Viewing 8 posts - 1 through 8 (of 8 total)
May 28, 2009 at 6:17 am
thanks ;
just want to confirm if this tempdb.ldf is transaction logs for temporary SP's and DML between a Begin and Commit/Rollback on a temporary objects etc.
May 21, 2009 at 9:26 am
Size- 108874.88 MB
Code-
set ANSI_NULLS ON
set QUOTED_IDENTIFIER ON
go
/********************************************************************************
ALTER PROCEDURE [dbo].[sprFinData_Batch]
AS
BEGIN
SET NOCOUNT ON
SET XACT_ABORT ON
BEGIN TRY
...
March 24, 2009 at 8:15 am
sorry but I can't understand!
March 24, 2009 at 8:10 am
actually when job is run after that when we see on server there are 2 .ldf files one is around 45 GB and other is 5 GB
and surprisingly it creates...
March 24, 2009 at 8:02 am
Hi,
DB LogSize(MB) LogspaceUsed(%) Status
SVIDB4.984375 21.37539 ...
March 24, 2009 at 3:46 am
Thanks!,
I have checked DBCC OPENTRAN but there is no opened transaction .
Any other thoughts?
March 23, 2009 at 9:44 am
Ok fine ,
can you pls tell me 3 or 4 general steps to optimize the Job
Can we break the code thru SavePoints or can we braek the job in 5...
March 23, 2009 at 9:40 am
Viewing 8 posts - 1 through 8 (of 8 total)