Viewing 15 posts - 1,561 through 1,575 (of 7,502 total)
your sequence doesn't contain re-creation of the objects you dropped before altering the CLIX (NCI, constraints, FK-indexes,..)
December 8, 2011 at 1:52 pm
Here's another great resource by Brent Ozar that may get you on track tackling potential problems with san configurations for sqlserver
December 8, 2011 at 1:36 pm
other factors that can influence performance:
- concurrent connections/users (b)locking on objects
- tempdb IO and tempdb sizing
- not using set based approaches
- organization of your tables, indexes, indexed views, ...
- over...
December 8, 2011 at 1:28 pm
hemanth.damecharla (12/7/2011)
Chad Miller's MSCS code on poshcode site is a wonderful starting point if you want...
December 7, 2011 at 10:35 am
Samuel Vella (12/7/2011)
ALZDBA (12/7/2011)
Thank you, Samuel.Please share some use cases and code samples if you can.
DBA/sysadmins really need to get started exploring Powershell!
Use cases:
Dev environment with 100's of tables, stored...
December 7, 2011 at 8:40 am
Lowell (12/6/2011)
ALZDBA (12/5/2011)
- did you update all statistics
- did you perform dbcc updateusage
- did you perform full db maintenance
- did you...
December 7, 2011 at 7:20 am
mohammed moinudheen (12/7/2011)
Thank you Johan, really good article.
Thank you, Mohammed.
Samuel Vella (12/7/2011)
skron (12/6/2011)
December 7, 2011 at 5:49 am
Did you commit the alter table statement ?
What's the @@opentran count for that session ?
December 6, 2011 at 12:41 pm
Roy Ernest (12/6/2011)
Good Job Johan... 🙂 Nice examples.
Thank you, Roy. I hope it gets people started.
skron (12/6/2011)
December 6, 2011 at 12:39 pm
There is no need for two tables having a FK relationship to be able to use it in a join condition.
December 6, 2011 at 12:29 pm
I would check:
- the sqlserver errorlog
- the default trace (it records object creation and delete)
and off course as already suggested a sqltrace will throw light on this issue.
Co-ordinate it with...
December 6, 2011 at 10:13 am
Welsh Corgi (12/5/2011)
ALZDBA (12/5/2011)
Does Powershell come in to picture ?http://ask.sqlservercentral.com/questions/36601/powershell-export-multiple-tables-to-csv
A lot less effort.:-)
Do I read "a new addict" ? 😀
December 6, 2011 at 4:58 am
GilaMonster (12/5/2011)
ALZDBA (12/5/2011)
- did you update all statistics
- did you perform dbcc updateusage
- did you perform full db maintenance
- did you...
December 6, 2011 at 4:56 am
Does Powershell come in to picture ?
http://ask.sqlservercentral.com/questions/36601/powershell-export-multiple-tables-to-csv
December 5, 2011 at 2:05 pm
When you switch to the engine level compatibility (100):
- did you update all statistics
- did you perform dbcc updateusage
- did you perform full db maintenance
- did you run DBCC...
December 5, 2011 at 2:01 pm
Viewing 15 posts - 1,561 through 1,575 (of 7,502 total)