Viewing 15 posts - 211 through 225 (of 378 total)
marcosc (10/21/2010)
I only disagree with the conclusion
Conclusion
In this article I have showed that check and foreign constraints do not degrade performance but actually improves performance.
because you've showed that...
October 21, 2010 at 9:40 am
peter-757102 (10/21/2010)
cfradenburg (10/21/2010)
garima.arya (10/21/2010)
If someone has added a foreign key constraint, why would he write a query like this.
Interesting point about how the query optimizer works but I'm more with...
October 21, 2010 at 8:48 am
Here is a query I wrote for SQL Server 2008 and its problably good for 2005 as well. For every untrusted foreign key it generates a small script of either...
October 21, 2010 at 7:48 am
cfradenburg (10/21/2010)
garima.arya (10/21/2010)
If someone has added a foreign key constraint, why would he write a query like this.
Interesting point about how the query optimizer works but I'm more with Garima....
October 21, 2010 at 7:09 am
Unfortunatly it turns out that untrusted check constrains will not always become trusted after altering the contraint as is done in this article. If you find yourself in this situation,...
October 21, 2010 at 3:47 am
peterzeke (9/13/2010)
peter-757102 (9/13/2010)
I can accept it will be a bare minimum if its true charity and not one of those big...
September 14, 2010 at 2:46 am
Why would charity be totally unpaid for, isn't that unrealistic?
I can accept it will be a bare minimum if its true charity and not one of those big aid organisations...
September 13, 2010 at 2:23 am
Paul White NZ,
That link you posted doesn't work anymore, but I found the article (working link below).
September 3, 2010 at 9:33 am
I think that implementing running totals high performance style brings you to techniques that cannot just be copy/pasted by anyone. You have to understanding of how and why it works...
September 3, 2010 at 9:14 am
The age of true programming started the moment the first MICRO-Computers apeared in the shops. This is the moment in computer history where suddenly masses of people could afford and...
September 2, 2010 at 5:06 am
LIYA (9/1/2010)
The query is working fine; the only disadvantage is its execution time. It took long time to execute.
David's solution is much faster as compared to this....
September 1, 2010 at 5:07 am
dhamilton-905368 (9/1/2010)
September 1, 2010 at 5:01 am
As I remember it, the restrictive meaning of a programmer was invented in the early days of computing where organizations/academics wanted to differentiate between the various “specialized tasks” in computing....
September 1, 2010 at 4:22 am
LIYA (9/1/2010)
for example i have an output with above query
EMPIDInTime ...
September 1, 2010 at 3:48 am
Viewing 15 posts - 211 through 225 (of 378 total)