Viewing 15 posts - 136 through 150 (of 186 total)
Oh, I thought it was 2008 compatible; just have to change a stored procedure in the setup script due to the DMV column changes. It was working fine until...
April 8, 2011 at 7:43 am
Does anyone think that I should try reinstalling the Dashboard again since it doesn't seem like anyone has encountered a problem like this?
April 7, 2011 at 6:47 am
It's still a no go... No one ran into this problem before?
April 5, 2011 at 1:21 pm
YES!!! Thank you everyone for all of your help! Hal is spot-on with my situation. Thank you, thank you!! :w00t:
April 5, 2011 at 10:46 am
Does anyone happen to know how to resolve this issue? :unsure:
April 4, 2011 at 1:02 pm
Unfortunately, it's not saving the results to a file; it's trying to open a file. I do have the "Results To Grid" enabled and have tried the steps you...
April 4, 2011 at 11:15 am
It's still happening... Is there a way to change the F5 shortcut to just execute the query?
April 4, 2011 at 10:58 am
Thank you very much, Gail! I appreciate your quick response.
March 25, 2011 at 8:50 am
Grant Fritchey (3/24/2011)
Best things I can suggest at the moment, update your stats, test it with MAXDOP set to 1, try reducing the amount of data you're moving.
Have you tried...
March 25, 2011 at 6:29 am
Depends on your indexes. I wouldn't do option 3. If you choose option 2, you should use UNION ALL instead of UNION. Hope that helps.
March 24, 2011 at 1:45 pm
Also, keep in mind that if you do an index reorganize, you will have to update the statistics. However, if you do an index rebuild, you will not since...
March 24, 2011 at 8:42 am
Things that may help is updating statistics with fullscan (depending on how large the table is, of course). Perhaps breaking up the stored procedure into mini-steps? Those are...
March 24, 2011 at 6:13 am
You have to:
1) Create filegroups
2) Create data files and associate them to the filegroups
3) Create partition function (which is by year)
4) Create partition scheme using the partition function
5) Recreate...
March 23, 2011 at 9:42 am
I apologize. Please find attached the .xls version of the sp_who2 results.
Does anyone happen to know if ALTER DATABASE WITH ROLLBACK IMMEDIATE or ALTER DATABASE WITH NO_WAIT...
February 7, 2011 at 7:31 am
Viewing 15 posts - 136 through 150 (of 186 total)