Viewing 11 posts - 16 through 26 (of 26 total)
Good, handy snippet! Thanks for sharing.
Small point... watch your case on names. The code, as is, won't work on Case Sensitive systems.
The function names Fn_trace_getinfo & Fn_trace_gettable are not...
November 12, 2009 at 6:39 am
What a great thought experiment! :smooooth:
It was fun to watch the problem solving unfold and the answer develop.
These are the articles that keep me coming back.
Thanks a ton for...
October 30, 2009 at 7:48 am
Try parsing the output from the following command:
[font="Courier New"]mx vsql status[/font]
Regards;
Greg
October 8, 2009 at 12:25 pm
Thank you Ian and George.
As I understand it:
- if we want a full DR test, with read/write capability, perform dual failovers
- if we only want validation of Log Shipping, pause/standby/resume
I'll...
October 7, 2009 at 7:16 am
Ian Scarlett (10/7/2009)
October 7, 2009 at 6:23 am
Wayne West (7/10/2009)
July 10, 2009 at 11:17 am
I believe this is a worthwhile exercise. Nothing educates like experience.
The fear is that nefarious hackers would get hold of the site and turn it into a weapon against those...
June 2, 2009 at 7:28 am
One generic book that I have kept around is Database Management and Design by Hansen & Hansen - 1996. It's a little out of date on some stuff but covers...
March 23, 2009 at 6:45 am
Great news!
I was afraid that the log shipping configuration became the defacto backup.
Thanks a ton!
March 20, 2009 at 1:17 pm
You can also use this for a down and dirty listing:
SELECT DISTINCT Extension
FROM Person
ORDER BY Extension
Regards;
Greg
March 20, 2009 at 7:34 am
With VMware you really have to look at a lot of your processor and disk queues to determine if you are getting the perfomance you seek.
VMware is exceptional for web...
March 5, 2009 at 6:45 am
Viewing 11 posts - 16 through 26 (of 26 total)