Viewing 15 posts - 31 through 45 (of 88 total)
Try this:
UPDATE mytable SET A-NAME = CASE WHEN A-ID IS NULL THEN NULL ELSE A-NAME end,
...
February 8, 2012 at 12:40 pm
Actually I stopped the Log shipping Backup job and also I disable the replication jobs but still every 10 minutes,slowness happens on SQL statments that run against SQL SERVER.It...
December 21, 2011 at 8:42 pm
I checked and we do not have any SQL job on this machine.But this server act as a Publisher in Transactional Replication and there is a Job on distributor(which is...
December 21, 2011 at 4:30 pm
Also,I notice this slowness happens every 10 minutes.
December 21, 2011 at 3:46 pm
Do we have any indicator for Blocking?
December 21, 2011 at 1:19 pm
Thanks for Replys.
This is dedicated Server for SQL SERVER and we do not have any other process on this machine.Also we have Transaction replication(The problematic machine acts as Publisher).
December 21, 2011 at 9:28 am
I attached the image that is more readable.
October 19, 2011 at 3:10 pm
This is our wait list after running the script:
WaitType ...
October 19, 2011 at 3:05 pm
Thanks for the script,should I run this after we ran our batch(that try to insert 1000 -2000 rows) or I should run them at the same time.
October 19, 2011 at 9:33 am
In our production environment(SQL SERVER 2008 R2) We have transactional replication,Recently we have added a process that try to insert large number of Records(1000-3000)in 2-3 second.When I run the profiler,I...
October 18, 2011 at 12:19 am
Is Batch Requests/Sec another counter in Performance monitor?where can I get that?
In may case the Insert itself is very fast,just after insert sometimes there is a delay from 10-400ms.
October 17, 2011 at 11:13 pm
On weekend we have scheduled job that defragment all the Indexes.
For a table which has 40,000,000 rows ,we are trying to insert 3000 rows in a loop.
October 17, 2011 at 10:35 pm
I copied the backup of production database to my local machine and ran the sql process(Having loop,which inside the loop we have that insert statment), and it ran pretty fast.The...
October 16, 2011 at 11:31 am
Thanks for your reply.
All the sql statments in SP runs very fast(0 ms).In SP I have two insert statment that these two also run fast ,but sometimes after their execution...
October 16, 2011 at 1:21 am
wtype wcounttotal_timesignal_time
NETWORK_IO 18 ...
October 15, 2011 at 12:32 pm
Viewing 15 posts - 31 through 45 (of 88 total)