This is something that I've had to do a lot lately since we are migrating to a larger HA architecture here at work. This article gives a quick list of dos and don'ts to make your next SQL Migration go smoother.
Moving a Database
Here is also a direct link to the Microsoft kb referenced in the above article, this one tells you how to move users from one server to a new server without needing to recreate them and use sp_change_users_login. Check it out here.
Monday, May 12, 2008
Moving SQL Server Databases
Wednesday, March 05, 2008
A Practice Layout
Well a lot has changed since I started thinking about my next layout. Kato has released the date June 2008 as the release of their new N Scale GG1 locomotive. Sort of helping me to decide how I want to proceed with my own layout. I will be picking up one unless some major bills come up between now and then, and I'll probably look into getting their Broadway Limited car set to go along with it later on.
Also, since then the model railroading class I have been taking has come to end and they have announced a sort of "graduate" session. Those of us wanting to continue on can join the museum as probationary members and participate in the building of a new modular layout. It will be HO scale and designed for transporting to other locations for shows, but still a very cool project. I'll be heading down there tonight to turn in my application and start participating. I figure that this is a great chance to spend some time learning more about the hobby before I dive in and start buying supplies. Plus if all goes well I'll have some time to run trains with the folks at the museum, which I hope will help me decide what aspects of railroading I really want to model.
All in all for the $15 membership fee and 18hours of service required I can't complain. It is certainly worth my time to build something with other more knowledgeable modelers. They are providing all the materials and guidance which means it's unlikely that I'll screw up any major components that would cost me a lot of money to replace.
Thursday, February 21, 2008
A new N scale Layout
Well I've been thinking a lot about what I want to do with my own little model railroad. While my current BendTrak modules are nice, they are big, flat, the track work is on the poorer side and they loud while running (gluing the track down was NOT a good idea). I've been toying with the idea to build a 4 foot straight module that would go between my current modules, but after evaluating the track work I just can't justify that. The track work is bad in some places and needs major repair (more like rebuilding). So I am left with the option to rebuild the two existing balloon modules or to work on something completely new.
At this point in time I do not have any local hobby groups building modules, and the one person I knew who was building modules has moved away and was using a different standard than me anyway. After seeing some of the great non module displays that folks are making in the class I’m taking, and in Model Railroader magazine I’m leaning toward a small (3x5 foot/ 91x152 cm) semi permanent layout. Now the question is do I model part of the NEC to justify having the GG1 when it comes out, do I model a part of the PRR main line or do I do a Pennsy themed freelanced layout?
I think I’ll make up some sample track plans in XTrkCad and see what works.
Wednesday, February 13, 2008
A Paper Train?

While sitting in on the model railroading class I have been taking I learned that during WW2 the Lionel company released a paper train for around the Christmas tree. This sounded neat and I went looking for such a thing, I was also searching for a cheap Acela model also as I just don't have the cash to pick up the Bachman one right now (who knows maybe I'll luck out for my birthday). Those two searches converged to one place:
http://www.trainweb.org/tgvpages/models/model-acela.html
While not the Lionel train (although the above picture is showing the N-scale paper version next to my Lionel Pennsy set), and not a running N-scale Acela this was sure a fun little project. The Instructions are very detailed and very well written, and with a good hobby knife and some craft
white glue this went together quickly. I would say that the first power unit took me a bit more than an hour to complete, and the remaining cars all took me much less time. In fact the more I built the faster I got. I built the final 4 cars in just a couple hours by pre-scoring the parts, cutting them out, and finishing with the glue.
In the end I wound up with a very nice display piece and several evenings of entertaining projects that kept me off the laptop. All in all I can't complain about it. Time well spent.
Wooden Train Layout
So I've wanted to build one of those wooden railways layouts for my kids (you know Thomas the Tank Engine/Brio). I remember when I was a kid seeing those in the stores and wishing I could have something like. Well now I can, although I'll let the kids play with it to.
The TableMy Father-In-Law built the table for the kids a while back, it's a nicely made wooden table with just a plywood top and what I think are oak sides. It's survived my three kids for at least three years now. It was originally built to hold a wooden train but it was very useful for other stuff too. So we never wound up installing the wooden track onto the table. The end result was that the kids ripped it all apart and after a few days we would shove it into a box and say screw it.
The Track
Finally, I broke down and started using the Rhino glue. It didn't have that bad of an order to it and it certainly seems to hold well. The only downside is that you have to keep clamping the whole thing down (I used cans and jars as weights) so that it can cure properly. We also used some kids paint to cover the wood with greens and blues and once I am sure that they can't destroy this version I'll start gluing down the trees, buildings and signs for them.
Friday, July 27, 2007
Problems with SPN, IIS and SSRS
I'm in the middle of a large SQL Server 2005 Reporting Services deployment at work. When we upgraded some of the PCs to Vista and IE7 we have had a lot of issues with the default Integrated Security that SSRS users. Some users would come to the site and be unable to proceed past the login prompt (which they shouldn't bet getting anyway).
Turns out that the vendor was using a custom identity in the IIS application resource pool. The solution was to remap the Server Principal Name from the host to the user account. This apparently also sets us up to cluster this later on (yay). Here's the original blog post I found that Helped me out a lot.
http://www.adopenstatic.com/cs/blogs/ken/archive/2006/11/19/606.aspx