Indexing archives - SQL Server with Mr. Denny

SQL Server with Mr. Denny:

Indexing

Sep 17 2009   11:00AM GMT

Dates can easily be the hardest datatype to work with.



Posted by: mrdenny
T/SQL, Index Performance, Index Scan, Index Seek, Indexing

The datetime data type can be one of the hardest to work with when it comes to index optimization.  Most queries that use a datetime data type for filtering (part of the where clause) only want to match the date portion of the value.  Most people handle this via a convert function around the date column.  This causes the index that you create to become useless as the convert function causes the index to be scanned not seeked.

Continued »

Sep 11 2009   7:43AM GMT

South Bay .NET User Group, thanks for having me over.



Posted by: mrdenny
South Bay .NET User Group, In Person Events, Indexing, Extended Stored Procedure, Stored Procedures

Tonight I spoke at the South Bay .NET User Group.  I had a blast talking with them.  They are a great group of programmers. Continued »


Sep 7 2009   11:00AM GMT

Speaking at the South Bay .NET Users Group



Posted by: mrdenny
In Person Events, Indexing

On September 10th, 2009 I’ll be speaking at the South Bay .NET Users Group in Torrance, CA.

I’ll be giving two presentations at the meeting.  First I’ll be giving my “SQL Server Indexing for the Client Developer”, and second I’ll be giving my “What do all Those Undocumented Stored Procedures do?” session.

The meeting starts at 7, but I’m sure people start arriving about 6:30 or so.  This is my first time speaking at this user group, but I’m sure it’ll be a blast.

See you there.

Denny


Aug 4 2009   9:11PM GMT

SoCal Code Camp - LA #2 has been announced



Posted by: mrdenny
SoCal Code Camp, Storage, Indexing, Execution Plans, In Person Events

The SoCal Code Camp website has been reset and is ready for the next Code Camp.  This code camp will be the second camp camp that we are doing up in LA.  This time it is November 21st and 22nd and is being hosted at USC’s campus again.  (There’s a second site setup for the LA Code Camp specifically so be sure to check that site out as well.) Continued »