Viewing 15 posts - 61 through 75 (of 97 total)
There are a lot of great free sources of information. This website is one of my favorites. Sign up for their daily newsletter and read it every day. Look for...
September 26, 2012 at 9:45 pm
Well I've figured it out. You have to use the REVOKE SCHEMA command. This is what I ran that deleted the db_accessadmin securable:
revoke delete on SCHEMA::db_accessadmin from \DOMAIN\UTILITYROLL_USERS
revoke EXECUTE on...
September 10, 2012 at 2:54 pm
Yes, there was a sub-query. I didn't know DTA wouldn't parse that. Thanks!
May 25, 2012 at 8:33 am
During this incident I used Idera's SQL Diagnostic Manager and SQL Doctor. SQL DM showed there was a big problem because the wait stats were huge. I could tell that...
May 23, 2012 at 8:57 am
SQL Kiwi (5/22/2012)
TheSQLGuru (5/22/2012)
May 22, 2012 at 8:54 am
Paul, thanks very much for the good ideas, I'll have to look into those. Two questions - could the differences between the estimated and actual number of rows be due...
May 21, 2012 at 4:56 pm
Im sure you must have known this, usually whenever i work on a performance tuning task , before each execution i do clean the cache and buffers to evaluate the...
May 21, 2012 at 11:40 am
Thanks, Scott! I've learned a lot during this incident and also learned how much I don't know...
May 21, 2012 at 11:16 am
Jeff, thanks for your input and ideas. My main concern was to "First do no harm", so in using tools, I didn't implement something if I didn't understand it. Probably...
May 21, 2012 at 10:22 am
SQL Kiwi (5/20/2012)
Elizabeth.Block (5/17/2012)
I do have the actual execution plan for the monster query so I will start going through that.
This is where I would start, comparing actual plans for...
May 21, 2012 at 10:15 am
gil 17845 (5/20/2012)
May 20, 2012 at 10:42 am
He's pretty new to SQL Server but has worked with databases some. I'd like to get him a good introductory class. I know he'll have to do a lot of...
May 18, 2012 at 5:44 pm
Has anyone taken classes from New Horizons? We have money for an instructor led class, so that's what I'm looking for.
May 18, 2012 at 5:39 pm
Thanks, Kevin, I'll keep it in mind. Due to budget considerations I don't think that's an option. I'm currently trying to do what 4 DBAs used to do. I have...
May 18, 2012 at 10:23 am
Right, I had forgotten about full scan for update stats. That would be so much faster than rebuilding the index. Thanks!
May 17, 2012 at 4:32 pm
Viewing 15 posts - 61 through 75 (of 97 total)