Viewing 13 posts - 1 through 13 (of 13 total)
Great advice. I used to use log4net in my database applications (now I just use my own custom logger). I have debug statements scattered throughout my code, and...
November 19, 2012 at 7:04 am
In SQL 2000, it's the syscacheobjects table. There is a sql column and a usecounts column that can give you insights.
March 19, 2010 at 1:13 pm
Robert Frasca (3/15/2010)
March 15, 2010 at 3:10 pm
Good points made. I have never found using getdate() inside a SQL query to be problematic in my execution plans. However, if it's "best practice" to not do...
March 15, 2010 at 12:39 pm
GDI Lord (3/10/2010)
March 11, 2010 at 7:13 am
timothyawiseman (3/10/2010)
Of course, I cannot overemphasize the fact that developers should be careful and thoughtful in using it since it risks dirty reads.
Agreed. It's easy for the scope of...
March 10, 2010 at 12:25 pm
Thanks for your kind words...hopefully part 2 (scheduled for March 23) is less offensive 😀
March 3, 2010 at 5:43 pm
Thanks for your kind words, thisisfutile. This being my first article posted on SSC, one of the things I've realized is that I clearly don't have the stomach for...
March 3, 2010 at 2:15 pm
Gosh, these comments have taken a turn toward the hostile. I felt inclined to post this article because I am aware of the frustrations one can experience in trying...
March 3, 2010 at 1:18 pm
I personally disagree with the assertion that the identity column is worthless in this example (personal bias notwithstanding). Granted, in database design, the identity column is unnecessary, and not...
March 2, 2010 at 2:52 pm
gaurav.bhagat (3/2/2010)
March 2, 2010 at 1:35 pm
I seem to be getting this response a lot (is it "bridge table" or "link table")...which is funny, because I've only ever called them "bridge tables".
As Karen Lopez points out,...
March 2, 2010 at 7:31 am
I really had no idea that my (somewhat unintended) misnomer would have caused such a stir. Indeed, I appreciate that some commenters have replied that this is basic relational...
March 2, 2010 at 6:56 am
Viewing 13 posts - 1 through 13 (of 13 total)