SQL Server with Mr. Denny:

January, 2009

Jan 29 2009   11:10PM GMT

First Beta of Standalone SQL Agent released



Posted by: mrdenny

It took me a little less time than I expected to get an acceptable build put together. Continued »

Jan 29 2009   7:03PM GMT

Standalone SQL Agent Status Update (Jan 28, 2009)



Posted by: mrdenny

I’ve made some good progress on the Standalone SQL Agent that I’ve been working on. Continued »


Jan 29 2009   8:27AM GMT

SoCalCodeCamp Photos were posted



Posted by: mrdenny
SoCal Code Camp

Marc Salsberry has posted some pictures from the SoCal Code Camp on his facebook page.

If you know of other pictures please post links here or on Twitter with the #socalcodecamp tag.

Denny


Jan 26 2009   12:00PM GMT

Back To Basics: What are indexes and what are they used for?



Posted by: mrdenny
Identity theft, Index, Back To Basics, Index Scan

A while back someone posted on the ITKE forum asking what Indexes where, and what they were used for. I put up a quick answer, but I felt that it deserved a more in depth blog post; so here it is.

Continued »


Jan 26 2009   7:54AM GMT

How do you source control your database, in your environment?



Posted by: mrdenny
Source Control

I’m curious about how various people are handling source control in their environment for the database? SSIS, SSRS, etc are all easy. They plug directly into the normal source control providers. But how do you handle SQL object changes like table changes, and stored procedure changes?

Continued »


Jan 26 2009   2:06AM GMT

#SoCalCodeCamp was a blast



Posted by: mrdenny
SoCal Code Camp, Twitter

This weekends SoCal Code Camp was great. Continued »


Jan 22 2009   3:00PM GMT

Viewing SQL Server Plan Guides



Posted by: mrdenny
SQL Server 2005, SQL Server 2008, sys.plan_guides, Plan Guides, Code Snippet

So you’ve saved a plan guide into your SQL server, and you want to look at the plan.  You can Query the sys.plan_guides catalog view and see the data exactly as you entered it, which works fine if you just have a hint in there.  But if you have a full XML query plan that isn’t going to do you a lot of good since SSMS isn’t going to want to show you the all the XML as it is probably longer than it wants to display.

This little query should help you with that.  You may need adjust it slightly to account for extra spaces in your plan guide, I tried to account for double spaces, but if you have more than two spaces anywhere in the top part you’ll need to tweak it.

Continued »


Jan 21 2009   11:00AM GMT

SoCal Code Camp This Weekend



Posted by: mrdenny
In Person Events, Code Camp, Twitter

Don’t forget that the SoCal Code Camp is this weekend on the Cal State Fullerton Campus.

The Code Camp is a free training session with about 100 sessions being held by local IT Professionals for local IT Professionals (or anyone else who wants to come and listen).

If you are looking for database sessions, last time I looked there were 9 SQL Server sessions being presented.

See you at the code camp.

Denny


Jan 21 2009   10:57AM GMT

Windows 7 After my first week



Posted by: mrdenny
Windows 7

Well, I’ve had Windows 7 for a week now, so I think that its time for an update. Continued »


Jan 20 2009   9:12PM GMT

The virus Win32/Conflicker.B is still running around the Internet



Posted by: mrdenny

Apparently the computer virus Win32/Conflicker.B is still running around the net causing all sorts of problems.

In order to kill this threat Microsoft has done a few things.

Back in October they released Microsoft Security Bulletin MS08-067.

Microsoft has updated the Malicious Software Removal Tool to detect and remove variants of Win32/Conflicker.B.  This update can be downloaded from the Microsoft Update site or through its KB article.

There is a KB Article specifically about the virus it self.

Microsoft is recommending that you immediately apply MS08-067 to all unpatched systems to prevent the threat.

Denny