Viewing 15 posts - 31 through 45 (of 60 total)
Thanks a lot J-F. I have suggested dev to perform those changes. will post the updates here.
Thanks,
Sudhie.
March 24, 2009 at 2:55 pm
J-F
it hangs only when called from other stored proc, when executed itself it will work. so global variables shouldn't be an issue right.
Correct me if i am wrong..
Thanks,
Sudhie.
March 24, 2009 at 1:31 pm
Thanks a lot for the input.
am not sure of application that calls..but most probably be .NET. Do we have any alternative in .NET..
any suggestions about alternatives ?
Thanks,
Sudhie.
March 24, 2009 at 1:29 pm
Sorry its other way around Sp2 calls Sp1 and Sp1 has got this xp_cmdshell. Sp1 when executed on command line works. But when SP2 calls Sp1, it hangs
xp_cmdshell query is...
March 24, 2009 at 1:07 pm
Ellie - i never tasted disaster but during deployments, i use to take the site backup. Once deployment went wrong and we have tried something on config database which forced...
March 19, 2009 at 12:31 pm
I cannot give point to point answer with my expertise. But here are few i know
Create a scheduled task using task scheduler and take backup of your sites and...
March 19, 2009 at 11:38 am
More info on Disk fragmentation -
There are 4 drives
C: 40% fragmented
F: 49% fragmented
S: 45% fragmented
T: 39% fragmented..
March 19, 2009 at 10:48 am
Thank You..we have changed the model to SIMPLE to allow few hardware upgrades and we will be changing it soon.
I got this question because, Insert was taking long time...
March 10, 2009 at 12:52 pm
Manually use this query and schedule it..
declare @dt datetime
select @dt=getdate() - N-- N is the files with Ndays old
EXECUTE master.dbo.xp_delete_file 0,N'Backup Location',N'BAK',@dt
March 2, 2009 at 5:09 pm
Please let me know if you require any thing else..
i will go through avoiding deadlocks in BOL, thanks for that..
February 27, 2009 at 11:13 am
Gail - This is the deadlock graph
2009-02-26 17:46:20.70 spid4s Deadlock encountered .... Printing deadlock information
2009-02-26 17:46:20.70 spid4s Wait-for graph
2009-02-26...
February 27, 2009 at 10:21 am
PSSDIAG is taking many filters, but when i checked its XML, it is taking only 5 filters. I filtered for a while using text data and then started tracing without...
February 26, 2009 at 4:03 pm
i was able to inject more filters into PSSDIAG and i entered all Object ID's, Duration and database ID as well...
will test it and let you know if it works...
February 26, 2009 at 11:20 am
Thanks Roy, that certainly helped. I just saw another option in PSSDIAG, it is allowing me to enter 5 trace filters on an event. I am planning to enter Object...
February 26, 2009 at 11:12 am
Is there a way to monitor more than one SPROC? In other words, can i monitor more objects..i have 9 SPROCS to be monitored..
February 26, 2009 at 10:45 am
Viewing 15 posts - 31 through 45 (of 60 total)