Viewing 15 posts - 5,941 through 5,955 (of 6,022 total)
One really bad data modeling mistake that can appear to work fine fine for months or years in production, but then present a major headache down the road, is when...
June 15, 2010 at 10:17 am
A web browser is like an external door on a corporate building; it's where people enter and leave the network. Even if hackers found a way to biggy back an...
June 15, 2010 at 8:08 am
Reading articles related to the attack on Google, I am left with the impression that it was a security hole in IE6 that was exploited, not necessarily Windows. What is...
June 15, 2010 at 7:35 am
Thomas-282729 (6/9/2010)
RichB (6/9/2010)
Thomas-282729 (6/8/2010)
June 10, 2010 at 9:17 am
You mentioned earlier that your application may on occasion be executing this procedure thousands of times per second. There are several different things that can cause blocking. One is blocking...
June 10, 2010 at 7:20 am
paul.corujo (5/26/2010)
June 4, 2010 at 8:09 am
My reading and knowledge of SQL Server extends beyond the scope of what I actually do day to day on the job, and I enjoy maintaining little side projects outside...
June 4, 2010 at 7:39 am
spattah (5/31/2010)
June 2, 2010 at 1:51 pm
Paul White NZ (5/7/2010)
Garadin (5/6/2010)
To know that much about SQL Server... AND be able to write C# code. Way to make the rest of us look like schmucks ;-).
Hey...
June 2, 2010 at 7:59 am
If you're good at a job that most people won't do, then you'll earn an average income. If you're good at a job that most people can't do, then you'll...
May 31, 2010 at 7:05 pm
I spend a good deal of time landscaping around our home; and it's always an enjoyable diversion to research some new project and going tot Lowes or a stone yard...
May 28, 2010 at 7:44 am
Stefan Krzywicki (5/26/2010)
eric_russell 13013 (5/26/2010)
Perhaps my biggest data modeling pet peve is when date/time values are contained in a VarChar column. Not only does this consume 20+ bytes, compared to...
May 26, 2010 at 2:38 pm
We can debate about [customer_id], versus [CustomerNumber], versus [Cust_Num], but at a minimum the foreign key names should match the primary key names, and to do that, the primary key...
May 26, 2010 at 9:45 am
See if executing a CHECKPOINT updates your allocation stats.
May 26, 2010 at 9:18 am
Sometimes people make poor data type choices or implement redundant columns due to misguided notions about best practices. For example, I once was hired as a contractor to delevepe reports...
May 26, 2010 at 8:13 am
Viewing 15 posts - 5,941 through 5,955 (of 6,022 total)