I just spent an hour installing SQL 2005 on my server as I would like to slowly move over some of my applications to 2005. Currently the server is running Sql 2000 and it's doing fine, but I'd like to take advantage of some of the new TSQL features.
Unfortunately I've had little luck getting a complete install to work. I installed SQL2005 as a new named instance. s it turns out SQL Server installed just fine as did all the core services, but Integration Services and Notification Services failed to install. I also couldn't get the Client Components to install on the server which really sucks.
The big problem is that I have no indication on what didn't work. There are log files but they give no indication of failure really. One step they're writing files, next step the thing is rolling back. Nice… A retry of the installation had exactly the same results.
So now I have a box with SQL 2005 installed but no local admin tools, which is kinda crucial to set up a matching set of logins to the existing server so I can back up and restore into the new database. I can connect to the server remotely, but because it's remote internet connection I can't create the right domain accounts. Whenever I try to add a Windows account I get the following error:
The program cannot open the dialog box because it cannot determine whether the computer named "IRONFIST" is joined into a domain.
I suppose this is because I'm remotely logging into the server, but frankly I'm not quite sure.
Anybody seen the odd install problems above? Or have an idea on how to deal with the account creation for Windows account?
Any help much appreciated.
Maybe it's better I put this off until after LongHorn Server ships and I can build a whole new box. This box after all is holding up fine even with all the stuff that's running on it these days - 10 years worth of accumulated Web applications <s>. One other I thing I just realized - the server only has 512 megs. Eeek. This server is old enough (5 years!) where 512 megs seemed a heck of a lot of memory. SQL 2005 seems to need a lot more memory than SQL 2000 in minimal installations anyway.