Viewing 15 posts - 1,201 through 1,215 (of 2,640 total)
this raises some interesting points :-
1. views can be bad for performance, the concept of putting a bad query into a view for simplicity to make the schema easy doesn't...
March 5, 2007 at 8:37 am
it can be a bit of a minefield with the different o/s versions and sql versions and sometimes sp's changing things too. I did note that somewhere in amongst the...
March 5, 2007 at 5:53 am
you're looking for a DBA !!
March 5, 2007 at 5:47 am
I figure you're asking us questions about the output of a monitoring tool. I suggest you either ask the vendor of your tool or get some appropriate training in the...
March 5, 2007 at 5:45 am
unless I'm mistaken sql server sp's are cluster aware so you apply them to the virtual server.
March 5, 2007 at 5:42 am
first off if this is a production system I'd either sack the windows admin who made the change or remove builtin admins access to the sql server ( although that...
March 5, 2007 at 5:41 am
remove or re-configure the alert. Why on earth would you want to raise an alert on an idle cpu state ?
March 5, 2007 at 1:44 am
the question is too vague and as such does not indicate any particular issue. The o/s , sql edition, setup and hardware might be useful to know. Also exactly what...
March 2, 2007 at 5:54 am
chris - you can't enable awe without the /PAE switch. Perhaps you intended to say don't use the /PAE and /3GB switch on a server with 4GB of ram ?...
March 2, 2007 at 5:48 am
a profiler trace would be your only real option, unless you write an audit table update into each object , you can use something like this in a proc
March 2, 2007 at 5:45 am
as John says, you need a new virtual server, clustered instances don't add quite the same as a non clustered environment.
I'm thinking back to running an active active cluster and...
March 2, 2007 at 5:34 am
apply last backup and roll logs forward until point in time / last log backup.
Failing that you may be able to recover using a log explorer type program, which you'll...
March 2, 2007 at 5:30 am
I'm not in a position to check this one out. When sql server was on w2k I'm sure I tried this and it didn't work. As far as I can...
March 2, 2007 at 5:28 am
yes you can, sorry can't remember where/how but I had a book on programming AD and exchange which showed how to do this. you might want to search under ldap.
March 1, 2007 at 11:07 am
Viewing 15 posts - 1,201 through 1,215 (of 2,640 total)