Viewing 15 posts - 3,916 through 3,930 (of 5,841 total)
iqtedar (8/4/2010)
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
August 6, 2010 at 4:22 am
I soooo prefer the CASE syntax to PIVOT! 🙂
I did learn something new, which honestly doesn't happen all that often for me when it comes to the...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
August 6, 2010 at 4:17 am
iqtedar (8/4/2010)
can someone point me to an article which states this? thanks
Grant Fritchey is "article enough" for me, and he should be for you too. And if not, Jeff...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
August 5, 2010 at 8:28 am
1) If you are tasked with maintaining a VLDB but don't have the skills/experience to do that, PLEASE have your company hire a professional to help mentor you and also...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
August 5, 2010 at 8:25 am
Have you tried ProcessHacker? http://sourceforge.net/projects/processhacker/
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
August 5, 2010 at 8:19 am
Tara Kizer (8/4/2010)
That is some bad code then. 😉
I don't think it is bad code. Works fine to accomplish the objective. You may argue with the REQUIREMENT...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
August 5, 2010 at 8:15 am
1) exactly what command is being issued to do your index maintenance on the large table?
2) are you using SORT_IN_TEMPDB option?
3) what is your tempdb IO configuration -...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
August 4, 2010 at 12:08 pm
sanketahir1985 (8/3/2010)
But i took that decision of splitting tempdb in multiple files is becoz, i was getting bufferlatch wait type
also it was indicating PAGELATCH_EX,PAGELATCH_UP also resource_Type was 2:........ and...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
August 4, 2010 at 12:05 pm
Sounds like you are doing this a row at a time? Can I ask why? lots of things get bad when you do row-by-row processing. Can you...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
August 4, 2010 at 12:00 pm
>>I do not know much about statistics and I would have thought (I dislike the word "assumed", but that is what this is) that the AUTO_UPDATE_STATISTICS setting on the database...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
August 4, 2010 at 11:58 am
See here and the related 2 blog posts for some goodness on deadlock troubleshooting: http://blogs.msdn.com/bartd/archive/2006/09/09/Deadlock-Troubleshooting_2C00_-Part-1.aspx
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
August 4, 2010 at 11:48 am
I too thought at first this was a simple resource group problem. Odd how it turned out to be a DNS issue!
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
August 4, 2010 at 11:44 am
I am with Barry on this. Sounds like you have simple requirements and a simple solution is best. Restore backups. Or perhaps do a straight-forward implementation of...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
August 4, 2010 at 11:42 am
My recommendation is to stop using maintenance plans altogether. They suck in a bunch of ways. Go to http://ola.hallengren.com/ and get his maintenance stuff and learn and use...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
August 4, 2010 at 11:36 am
Red-Gate and ApexSQL both offer API-scriptable Data and Schema DIFF programs that you can use to automatically sync stuff like you are looking to do. I have to say...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
August 4, 2010 at 11:34 am
Viewing 15 posts - 3,916 through 3,930 (of 5,841 total)