2 posts tagged “tobler”
My job out in Denver is to be a DBA of a SQL Server 2005 database. Seems simple enough, right? All I do is load data in, run a small summary script, then make a new flat file out of the table created by the script. EASY! Not so much.
GO ALTER DATABASE TempDB MODIFY FILE (NAME = tempdev, FILENAME = 'd:\tempdb.mdf') GO ALTER DATABASE TempDB MODIFY FILE (NAME = templog, FILENAME = 'e:\templog.ldf') GO
--Where 'd:' and 'e:' are the paths you want to relocate the files to.
I guess I missed the part at the top that says 'USE master'. I guess I ran that inside of my HISTORY database. The changes don't take effect until after SQL Server has been restarted. I restart SQL Server, but it doesn't come back. It kicks an error saying that it either can't find or doesn't have permission to change d:\tempdb.mdf. I think this is an easy fix, I'll just copy the two from their original location. Yeah, not so much. I spend the next 4 hours learning about single user mode and sqlcmd and how to get the management studio to connect to a database in single user mode. I try re-running the query, making sure to specify USE master this time. The query completes, I restart SQL, and PRESTO! everything is working again.
I'm just super freaking happy that I have all that done now. Talk about a weight being lifted. I can now just cruise on through to the end of March, and maybe on to the first of May, assuming I don't get fired of the project. That wouldn't exactly be a bad thing though. This project is going right down the crapper, and I certainly wouldn't mind removing my name and presence from the abortion that is going to be delivered here.
Anywho...sorry for the long post.
Trust your Technolust!!
HAI2U!
So its been a really freaking long time since the last time I posted! My bad.
Never really been much of a blogger. So here is the update in a nutshell:
Been working in Denver, CO for the last 2 months. Fly out on Monday morning and fly back on Thursday afternoon. Its a tough schedule, but you get used to it. At least I get to be home on the weekends and get stuff done there.
Alanna (Ali) and I have out own apartment. We got it in October. Its our little crappy apartment, but its ours, and we've made it feel like home. Me being me, and the handy man that I am, I've mounted my LCD to the wall, made some floating DVD shelves, ran my own cable line to the bedroom so we could watch TV in there, and just generally have modded the place to suite my needs. Go figure, I can't have anything with out modifying it in some way!
Life has been pretty good, overall. Staying busy for the most part. The only thing that sucks is that with my schedule, I haven't been able to be as much of a part of the show as I'd like to. It's really frustrating not being nearly as hands on as I used to. I've been told that my contract is being extended, but I see no paper work supporting that, nor, at the very least, a scope of work to be done under said contract. That'll be interesting to see how that unfolds.
Anyway, don't forget to check out the ShmooCon special edition of Hak.5 this week, complete with sound! w00t!
Later