Friday, March 30, 2012

"Did You Read It" for March, 2012


This blog post mentions some of the most interesting articles that I have read recently, with a little bit of my commentary on each article.
 
I read "Implementing SQL Server solutions using Visual Studio 2010 Database Projects-a compendium of project experiences". If you are using "Data Dude" in VS, you should read it to. Even if you don't implement all of the suggestions that @jamiet, it will give you a better idea of what is possible. The downside is that you may have to put a fair amount of time into improving things like build output or creating data that can be loaded into a development database that might not match the size of the production database, yet provides enough coverage to provide realistic query plans and durations. PMs are not always sympathetic to spending  time on "features" that users do not see. 
Having spent a lot of time with Database Projects myself, you can burn a lot of energy trying to get the tool to do what you want before realizing (or without realizing) that you want the wrong thing. Earlier versions of the tool also seemed kind of haphazard and it always seemed that some things always had to be hand-managed anyway (object security, linked servers and SQL Agent jobs, for example), leaving a "this tool is unfinished" taste in my mouth. As with most things that Microsoft sticks with, the tool has improved over time.
I also read "Discipline Makes Strong Developers", which is from a while back. It applies to DBAs as well, or anyone who is trying to move from assembly-line levels of competance to craftsman leves of competance. I'm sure that I've read before but it is worth reading again. Particularly for the quote from Code Complete, and because "grabastic" is such a great word.
Lately, I seem to be watching more than reading. This lets the presenter get more deeply into their topic than they could in a blog posting, but requires a larger commitment in time. Some of these might be a little bit older, but they should still be relevant.
I watched "TechNet Webcast: How Microsoft IT Architected and Redeployed an Application to Windows Azure", which is a level 300 talk. I was surprised that they had to move away from SharePoint to get the scaling that they needed. Not that I am a SharePoint guy.
I watched SQL Server and Solid State Storage - SQL/SSD, presented by Jon Reade. Once again, I see that space is cheap and speed is expensive. Simply put, when comparing SSDs to traditional hard disks, SSDs are expensive when comparing GB of storage space and disks are expensive when comparing I/O per second. 
I watched 28 Weeks later - How to scale-out your MS Business Intelligence environment, presented by Sascha Lorenz and Performance Tuning Large Analysis Services Cubes, presented by Duncan Sutcliffe. I still tend towards tuning rather than throwing hardware at things, so Sutcliffe's talk is more aligned with my thinking. If you are Google or eBay or any number of the larger web properties, even with perfectly-tuned custom code you will never get the performance you require. Most businesses aren't in this position an anyone who is using SQL Server on Windows Server (or IIS on Windows Server) might not have the financial ability to deploy unlimited copies of those products, due to licensing costs. Google, for example, can deploy as many copies of Linux as they care to and they work at a scale where custom-coding everything makes sense for them. Heck, Google builds their own customized server hardware. I've worked for places that bought HP DL580 servers by the truckload.
I watched Consolidation and Virtualization Strategies-Microsoft Technology Center, presented by Ross Mistry. This is a nice overview of the strategies available to consolidators or people to start moving to a hypervisor-based (HyperV or VMWare, though he doesn't mention VMWare) or Azure-based cloud. There is only so much you can do in an hour, and its' lack of depth means that this talk is not something that will help you actually build that 16 node failover cluster, but it will go over it and the alternatives. Mistry also goes over how to map out your SQL Server situation and collect usage and performance data on your current systems so that you can plan accordingly. 
 
I listened to a RunAs Radio episode featuring Jeremiah Pescke that discussed use of ORMs. I've been categorically opposed to these sorts of things, since they always seem to add too much overhead. Jeremiah's attitude is that ORMs are tools and can be used for good or evil, which sounds like something I'd say so perhaps I should soften my stance. He does go on to say that a positive, two-way communication between the development and DBA team is critical. I say that it is a shame that every development team can't have their own captive DBA.
 

Thursday, March 22, 2012

Keep up with the features of your SAAS web sites



Every so often, I find that a web site that I've casually used over the years has added features that I never learned about. This seems to happen with more and more frequency. Either I'm involved with too much stuff or I'm just slowing down. Usually, it's LibraryThing or StackExchange. This time, it's LinkedIn

I have mixed feelings about LinkedIn. It's fine for what it is, but I find that I am getting more and more email that seems less and less focused on what I am interested in. I only scan the dozen or so LinkedIn emails that I've signed up for, one way or another, looking for contracting positions in the Philadelphia area or perhaps something remote that would let me work out of my home office.

Prompted by this article, I reviewed my profile a bit, sharpened up some of my wording, added a few keywords to the "Skills" area, created a few saved jobs searches and I'm trying out a service that should update my LinkedIn feed when I post blog entries. I should see how that works out shortly, dear readers/guinea pigs...

In short, I'd recommend that you spend 10 or 15 minutes looking around that web site that you use all the time, but don't pay much attention to. You could read the FAQ section, or bone up on the syntax of their query language. Perhaps you can find a way to let that old site heip you a little bit more than it has been.

Monday, March 5, 2012

"Did You Read It" for February, 2012


This blog post mentions some of the most interesting articles that I have read recently, with a little bit of my commentary on each article.
This more-or-less monthly posting is a little light on content this month since my spare time has been occupied with SQL 2012, Windows 8 (client and server), openfiler (after an unfortunate experience with FreeNAS), VMWare ESXi, PowerCLI and my new (to me) dual socket, dual core Xeon 5150 workstation. Now, I just need the cost of hard disks to get back to where it was a year ago.
 
(As an aside, you need to patch ESXi 5 in order to get Windows 8 to install directly as an ESXi guest and boot properly. I would hold this against ESX if Windows 8 would have installed and booted as a VHD on my trusty Windows 7 laptop. That doesn work either. Since I needed to learn how to patch my standalone ESXi host anyway, having to download and install the patch could be seen as a postive thing.)
 
Generally speaking, I'm very impressed with ESXi. I am not impressed with Windows 8.
I had intended to go to the SQL 2012 Roadshow at Microsoft in Malvern, PA last week but I woke up with a fever at 2 am on the day of the event, so it didn't happen. I am signed up for the online "Launch Event" that occurs on Wednesday the 7th. I haven't done anything quite like this online and it seems like an all-day thing, so I'm not sure how it will play out.
 
I read this article about XEvents profiling versus "old school" profiling. It's always good to have numbers, even if YMMV. It helps to keep the marketing people honest, if nothing else.
 
I noticed this article on PowerShell and Active Directory. I am not an AD guy and I haven't actually watched the demo, but anything that helps get PowerShell into people's heads is a good thing. IMO. (I've been using PowerShell since before the 1.0 RTM and I think that PowerShell (and OneNote) are the most underrated things made by Microsoft.)
I read this article on Nosql versus more traditional thinking. As always, hard problems are hard. When technology makes those hard problems easy, we will invent new hard problems to deal with.