Viewing 15 posts - 76 through 90 (of 125 total)
Hi George,
Thanks for the comments, I am in a position where a large portion of the servers I build/look after have the potential to be audited by an external firm.
I...
November 29, 2009 at 5:42 pm
just a side thought (in relation to the buffer cache, working sets, paging etc) I am presuming the SQL run time account have the "lock pages in memory" privledge under...
October 14, 2009 at 4:00 pm
Hi Brian,
Further to this article: what services are required to be running on the SQL server?
I presume Kerberos Key Distribution Centre service has to be activated on the SQL...
June 25, 2009 at 5:38 pm
K. Brian Kelley (4/30/2009)
Carlton Leach (4/29/2009)
I am having trouble getting Kerberos set up tho.
I am using:
- a Virtual Machine (VMWare)
- sql 2005 SP3
I have...
April 30, 2009 at 2:43 pm
Hi Brian, Great article I agree.
I am having trouble getting Kerberos set up tho.
I am using:
- a Virtual Machine (VMWare)
- sql 2005 SP3
I have run the 4 steps adived:...
April 29, 2009 at 4:53 pm
I like Gails recommendation of a lightweight trace to monitor whats going on and when.
I would also consider using DDL triggers, have a look in BOL for "Designing DDL Triggers".
Carlton..
April 27, 2009 at 4:58 pm
I hate cursors...hence I like this article.
I have stated my opinion a few times on SSC "Cursors are only useful if you don't know how to write SQL".
to anyone who...
April 14, 2009 at 8:15 pm
In SQL 2008 u could log/audit any statements run across the suspected DB's.
Or just.
You could use a trigger on the connection event.
But the auto-close idea could be a Q and...
March 31, 2009 at 6:59 pm
It is a new feature in 2008 (I think only in enterprise version mind you) that lets you create resource pools to throttle performance for certain processes eg. MAX cpu...
March 24, 2009 at 2:20 pm
Access uses a cursor API?!
thanks Mohit I've learned something today 🙂
This is where the resource governor for 2008 could come in handy...
Carlton..
March 24, 2009 at 2:05 pm
I agree.
I would use:
- activity monitor
- profiler
- exec plans
Look for cpu usage, also heavy read/write counts from your trace may help you identify what is doing it.
Someone said:
"Tune the code,...
March 23, 2009 at 7:03 pm
Jeff Moden (3/13/2009)
foxjazz (3/13/2009)
March 22, 2009 at 10:02 pm
"Cursors are only useful for people who don't know how to write SQL"
March 22, 2009 at 9:53 pm
a few things you could try:
- grant the runtime account explicit permissions to the directory
- try creating a folder called 2008backup or something in that directory, does it behave the...
March 12, 2009 at 7:20 pm
Viewing 15 posts - 76 through 90 (of 125 total)