Viewing 15 posts - 19,201 through 19,215 (of 19,564 total)
SPs only require the latest SP.
For the security updates between SPs, you will need to apply each of those (i.e. there are two separate security updates to apply for SP3...
November 5, 2009 at 11:22 pm
Thanks Bob. Having been to PASS in the past, I already knew what I was missing. It really sucks to not be able to go this year -...
November 5, 2009 at 10:45 pm
That kind of query should return much quicker. As the others said though, post more info and we can help more effiiciently.
November 5, 2009 at 10:22 pm
Tuning the UDFs will gain you a little. I would look somewhere else in the UDF to try for performance improvement. Maybe an index has been missed or...
November 5, 2009 at 5:02 pm
Shark Energy (11/5/2009)
Would a query that sometimes takes 10 minutes, then other times takes 45 minutes actually need tuning? Surely that is pure server performance? Or is...
November 5, 2009 at 4:47 pm
Definitely find the calling sources for the Functions. I have seen numerous UDFs be outperformed by procs by a factor of 10. Once you find the calling sources,...
November 5, 2009 at 3:07 pm
Agree with John on this one. You could setup an automated job to dump the info to a table for him and then grant him read permissions to that...
November 5, 2009 at 3:03 pm
The Idera tool is good.
November 5, 2009 at 11:43 am
November 5, 2009 at 10:31 am
Many of those tools also just use queries, views, and information that is already available through sql server and perfmon.
To add to the consideration, the agents that get installed with...
November 4, 2009 at 10:00 pm
Other things to remember when the RDP session is slow:
Check the user experience settings. Things like desktop background, themes, bitmap caching, etc cause slowness as well.
Also, it might be...
November 4, 2009 at 8:59 pm
November 4, 2009 at 4:14 pm
Service accounts should only have enough privileges to do the function they were created to do.
Adding them to the Local Admins group is NOT the best practice as you have...
November 4, 2009 at 12:55 pm
Is it going to be a tradition at PASS now (kilt wednesday)?
November 4, 2009 at 12:20 pm
Viewing 15 posts - 19,201 through 19,215 (of 19,564 total)