Viewing 15 posts - 76 through 90 (of 221 total)
Luis Cazares (10/1/2014)
http://www.sqlservercentral.com/articles/Performance+Tuning/62278/
I'm not sure how you tried to do the update with XML PATH, but it...
October 1, 2014 at 9:02 am
DBA From The Cold (9/29/2014)
bugg (9/29/2014)
Yes, I can change the frontend app code to add the last_modify_date and remove...
September 30, 2014 at 1:22 am
Hi, actually there is one index on the table, solely on custid.
Yes, I can change the frontend app code to add the last_modify_date and remove the trigger from table.
I also...
September 29, 2014 at 4:58 am
Here's the deadlock XML - looking through it I wonder if the trigger (last_date_modify) is causing the issue?
deadlock-list
deadlock victim=process4db9048
process-list
process id=process4db9048 taskpriority=0 logused=268 waitresource=PAGE: 9:1:7669491...
September 29, 2014 at 2:43 am
DBA From The Cold (9/26/2014)
Can you post the deadlock XML (if you have it)?
Trying to capture it in SQL Profiler but typically there are no deadlocks happening at the moment.
September 26, 2014 at 5:08 am
MrG78 (7/31/2014)
July 31, 2014 at 3:47 am
This is the script I've come up with, will this suffice? I will run at daily to check for available space.
DECLARE @free_space DECIMAL(18,2);
DECLARE @db_size DECIMAL(18,2);
DECLARE @sqlcommand nvarchar(MAX);
--GET DB SIZE AND...
July 31, 2014 at 3:30 am
The service restart removed the stalled SPIDs , thanks for your help on this guys.
June 25, 2014 at 1:47 am
Unfortunately stopping the monitoring software service didn't rectify the issue. Probably because i had already tried to kill the SPIDs. Is there anything i should be aware of
before restarting...
June 25, 2014 at 12:56 am
sqlmunkee (6/24/2014)
If you stop the app or service that made the connection in the first place, that should kill...
June 24, 2014 at 6:46 am
GilaMonster (6/23/2014)
June 23, 2014 at 3:48 am
GilaMonster (6/23/2014)
bugg (6/23/2014)
GilaMonster (6/23/2014)
The 0%, 0 seconds usually require a restart of SQL (not the server) to resolve. Otherwise wait.
Thanks Gila, when you say wait how long could that be...
June 23, 2014 at 3:19 am
GilaMonster (6/23/2014)
The 0%, 0 seconds usually require a restart of SQL (not the server) to resolve. Otherwise wait.
Thanks Gila, when you say wait how long could that be before :)...
June 23, 2014 at 2:58 am
These guys look good but not sure if you sit the exam with them?
March 7, 2014 at 3:51 am
Viewing 15 posts - 76 through 90 (of 221 total)