Viewing 15 posts - 3,871 through 3,885 (of 5,394 total)
I suspect this is due to memory pressure, but I find it hard to relate to db mirroring.
Have you checked your memory usage stats?
October 7, 2010 at 4:05 am
You're welcome.
Glad I could help.
October 7, 2010 at 4:02 am
Little Nick (10/7/2010)
Gianluca Sartori (10/7/2010)
October 7, 2010 at 3:55 am
This could be a template for your trigger:
-- =============================================
-- Author:Gianluca Sartori
-- Create date: 10/07/2010
-- Description:Catches SQL DML statements and logs
-- ...
October 7, 2010 at 3:48 am
Try this:
IF (EXISTS ( SELECT 1
FROM LINKED_SERVER_NAME.REMOTE_DATABASE_NAME.INFORMATION_SCHEMA.TABLES
...
October 7, 2010 at 3:08 am
What do you mean "accessing a table"?
There's no trigger for select, you would have to catch the event with a different strategy (trace or whatever).
If you want to log...
October 7, 2010 at 3:04 am
hahnorlaska (10/6/2010)
October 7, 2010 at 3:00 am
I forgot to mention that if you are experiencing high disk queue, a new monster server connected to the same storage will run as slow as your current server.
What...
October 7, 2010 at 1:03 am
If performance decreased suddenly, I would investigate what changed before thinking of an hardware update.
Do you have a performance baseline to compare your current activity with?
Did the transactions per seconds...
October 7, 2010 at 12:59 am
I was sure it would have been Alvin!
Thank you Steve and everybody. This is a great site and an extraordinary community of people.
Keep up the great job.
October 7, 2010 at 12:51 am
Steve Jones - Editor (10/4/2010)
Gianluca Sartori (10/4/2010)
Dave Ballantyne (10/3/2010)
October 4, 2010 at 7:45 am
Dave Ballantyne (10/3/2010)
October 4, 2010 at 1:43 am
Alvin Ramard (10/1/2010)
Ray K (10/1/2010)
Gianluca Sartori (10/1/2010)
The Dixie Flatline (10/1/2010)
Is anyone else having trouble posting this morning?
Yes, me too. I'm too busy to post. This f*** work is always in...
October 1, 2010 at 8:12 am
The Dixie Flatline (10/1/2010)
Is anyone else having trouble posting this morning?
Yes, me too. I'm too busy to post. This f*** work is always in the way. 😀
No, seriously, no trouble...
October 1, 2010 at 7:56 am
Jack Corbett (9/30/2010)
Gianluca Sartori (9/30/2010)
This is a statement generated by our BI front-end.
Surprisingly enough, after 4...
September 30, 2010 at 7:39 am
Viewing 15 posts - 3,871 through 3,885 (of 5,394 total)