Sep 29 2009 6:26PM GMT
Posted by: mrdenny
Webcast,
Virtualization,
PASS,
PASS SIG
Join me tomorrow September 30th, 2009 as I talk about virtualization with the PASS Virtualization Virtual Chapter. I’ll be presenting my presentation entitled “Diving into Server Virtualization, Deciding if Virtualization is a good choice for your SQL Server“. The presentation starts at 9am (Pacific) / 12pm (Eastern). (This link goes to the live meeting site.) Continued »
Sep 24 2009 6:40PM GMT
Posted by: mrdenny
Correction
It’s been pointed out to me just how screwed up yesterdays post was. I’m a big boy, I can admin it when I muck something up, especially something that badly.
Sorry about that, apparently I needed a lot more sleep (or a lot more coffee) when I wrote that post. I’ve corrected yesterday’s post so that it’s actually accurate now.
Denny
Sep 17 2009 11:00AM GMT
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 14 2009 5:24PM GMT
Posted by: mrdenny
SQL Server 2008,
iSCSI,
Starwind,
Webcast
A white paper which I wrote for Starwind Software is now available. The link to register for the webcast (October 21, 2009) has also been put up. The webcast and white paper go together, so I recommend that you grab the white paper now and I hope to see you at the webcast next month.
Denny
Sep 11 2009 11:16PM GMT
Posted by: mrdenny
Starwind,
Webcast
I was going to be doing a webcast next week on September 16th, 2008 on Clustering SQL Server 2008 over iSCSI. Due to some scheduling issues we’ve had to reschedule the presentation for October 21, 2009 at 2pm (Eastern) / 11am (Pacific).
The information page is the same. There’s no registration form on it just yet. that is supposed to go up on Monday for the new date and time. I’ll be sure to put up a new post then.
Denny