Viewing 13 posts - 91 through 103 (of 103 total)
Hi can you please provide me with WMI query to get the Server Name, instance names, IP address,OS_version,Dbms_version,Domain,Portnumbers for each instance
Thanks in advance
March 16, 2011 at 2:50 pm
Hi Is there any query as such to remove all users except sa and system account users ?
February 22, 2011 at 7:29 am
DECLARE @file_exists int
DECLARE @MYFILE VARCHAR(300)
set@MYFILE='xxx_xxxx.xxx.xxxxx_xxxxxx_xxxxx_'+Replace(CONVERT(VARCHAR(8),GETDATE(),1),'/','_')+'.txt'
select @MYFILE
SET @file_exists=0
exec xp_fileexist @MYFILE, @file_exists OUTPUT
If @File_exists=1
do something xxxx
else
do something yyyy
September 28, 2010 at 8:45 pm
solution for this issue is you need to make sure that log reader agent,Queue Reader agents are up if not start the agents and start the transactional subcription and...
September 26, 2010 at 8:01 pm
No My Friend, this didnt work
June 28, 2010 at 6:52 pm
what happens if we increase the RAM and the processors ?
will it bring the transactions per sec down
April 8, 2010 at 2:41 pm
so after running the profiler how can we set the baseline for tarnsactions per sec ? On looking in to the rpc complete and batch process what should be...
April 7, 2010 at 6:40 pm
I can see sudden jumps some times in the transactions per sec exceding to 3000 and some times 800 and what could be the reason for this sudden jumps...
April 7, 2010 at 4:45 pm
what exactly we need to check in the RPC Completed and Batch Completed
April 7, 2010 at 8:28 am
what specific events i need to consider for running the profiler
on this specific issue ?
Thanks in advance
April 6, 2010 at 6:50 pm
Q-what caused you to choose the 200 and 400 numbers?
Answer: i didn't choose that 200 and 400 that was set by our high level management:)
April 6, 2010 at 3:58 pm
we were using the naigos tool for monitoring the performance of our server and the bounds for the total transactions per sec is set with the treshold 200-warning and 400-critical...
April 6, 2010 at 2:45 pm
not more than 200 transactions per sec
April 6, 2010 at 12:35 pm
Viewing 13 posts - 91 through 103 (of 103 total)