SQL Server with Mr. Denny: September, 2009 archives

SQL Server with Mr. Denny:

September, 2009

Sep 30 2009   5:27PM GMT

Slide Deck and Recording from todays webcast



Posted by: mrdenny
Webcast, Virtualization

For those that weren’t able to join the presentation, I’m posting the slide deck and a recording of the presentation.

The slide deck only has a couple of slides in it, so my it self it isn’t all that interesting.  The recording has taken via Net Meeting.  It’s the first time I’ve recorded something via Net Meeting directly, so if it isn’t great sorry.  I’ll try better next time.

The recording works in IE, I don’t think Firefox likes the format.

Denny

Sep 29 2009   6:26PM GMT

Join me tomorrow as I talk about virtualization



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 28 2009   11:00AM GMT

No, I will not do your homework for you



Posted by: mrdenny
Social Commentary

If you are a computer science major, or taking a computer class of some sort, then by all means use the Internet for research.  That’s what it’s there for.  If you’ve written some code and it’s just not working correctly then by app means post your question on a forum (with the code) and ask what you are doing wrong.  Someone will be more than happy to point you in the right direction. Continued »


Sep 24 2009   6:40PM GMT

It takes a big man to admit when you’re wrong.



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 24 2009   11:00AM GMT

Understanding what the WITH ROLLBACK IMMEDIATE does



Posted by: mrdenny
T/SQL

Based on some questions on forums and some of the responses that people have been giving there appears to be done misunderstanding about what the WITH ROLLBACK IMMEDIATE option does when added to the ALTER DATABASE command.  My goal here is to try and clear up at least some of the confusion. Continued »


Sep 21 2009   11:00AM GMT

DENY overwrites GRANT, most of the time



Posted by: mrdenny
Permissions

SQL Server rights are pretty easy to work with most of the time.  You grant a bunch of rights to an object, then you deny rights to those objects and the user looses the rights.  Pretty easy.  Now the catch is that if you use the fixed database roles, those roles overwrite any denies that are in place. Continued »


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 14 2009   5:24PM GMT

SQL Server Clustering Guide & Webcast Links



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 14 2009   11:00AM GMT

My experiences upgrading ESX 3.5 to vSphere 4.0



Posted by: mrdenny
VMware

A couple of weeks back I begun the process of upgrading our VMware ESX 3.5 systems to vSphere 4.0.  I’ve got to tell you, that has to be the easiest system upgrade process in history. Continued »


Sep 11 2009   11:16PM GMT

Next weeks webcast has been rescheduled.



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