December 22, 2011 at 8:41 am
I think the correct answer (like the max number of indexes per table) is 'Too Many'
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
December 22, 2011 at 10:26 am
GilaMonster (12/22/2011)
I think the correct answer (like the max number of indexes per table) is 'Too Many'
How many is 'too many'? 🙂
December 22, 2011 at 11:00 am
Revenant (12/22/2011)
GilaMonster (12/22/2011)
I think the correct answer (like the max number of indexes per table) is 'Too Many'How many is 'too many'? 🙂
One more than 'just right'. 😀
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
December 22, 2011 at 4:17 pm
Happy to have chosen the wrong answer. 🙂
32 seems much more reasonable anyway.
Paul White
SQLPerformance.com
SQLkiwi blog
@SQL_Kiwi
December 22, 2011 at 10:59 pm
Thanks for the question.
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
December 23, 2011 at 8:35 am
thanks for the question... certainly agree that you probably don't want to push things to those limits tho! 🙂
December 24, 2011 at 11:42 am
SQL Kiwi (12/22/2011)
Happy to have chosen the wrong answer. 🙂32 seems much more reasonable anyway.
Trouble with choosing a number for limits like this one is that you have only three possibilities: you can choose (1) a number that is high enough to be silly (32 probably qualifies), (2) a number that is low enough that it will inconvenience someone (24 probably qualifies), or (3) choose not to have an individual limit for this thing but let it share in some great big pool where the number it uses is just noise level. Trying to pick something high enough that fewer than 1 person in 3 will regard it as falling into (2) at the same time as being low enough that fewer than 1 in 3 will regard it as falling into (1) is futile, so the easy way out is to go for option (3).
I don't know whether that's the logic MS used when deciding not to have an individual limit for triggers per table.
Tom
December 27, 2011 at 5:54 am
Thanks for the question.
http://brittcluff.blogspot.com/
Viewing 8 posts - 16 through 22 (of 22 total)
You must be logged in to reply to this topic. Login to reply