January 21, 2014 at 12:35 pm
I'm in the process of Googling for the information but I thought I'd ask here because it could save me a huge amount of time.
Are there any problems (other than BOL not being part of the install for 2K12) that one needs to be aware of when installing SQL Server 2012 on Windows 2012 Server? We're getting ready to make some mass migrations and this type of information would sure be helpful.
Thanks for any tips, folks. I appreciate it.
{EDIT} I did find some info about .NET framework and some other things at the following URL. Does anyone know of any other caveats?
--Jeff Moden
Change is inevitable... Change for the better is not.
January 21, 2014 at 1:08 pm
I believe I may have answered my own question in the following... thought I'd share it with others who may be taking the plunge...
http://technet.microsoft.com/en-us/library/ms144228.aspx - Security Considerations for a SQL Server Installation
http://technet.microsoft.com/en-us/library/ms143506.aspx - Hardware and Software Requirements for Installing SQL Server 2012
http://technet.microsoft.com/en-us/library/bb500442.aspx - Planning a SQL Server Installation
http://technet.microsoft.com/en-us/library/bb500395.aspx - Install SQL Server 2012
http://technet.microsoft.com/en-us/library/bb677622.aspx - Upgrade to SQL Server 2012
http://www.microsoft.com/en-us/download/details.aspx?id=347 – Downloading/Installing Books Online
Still, if there's something that you've run into that's a particular bear, I'd love to hear from you.
--Jeff Moden
Change is inevitable... Change for the better is not.
January 21, 2014 at 4:11 pm
Been running it that way for quite a bit with no issues. My workloads aren't terribly heavy though.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
January 22, 2014 at 12:27 am
The only issue I ever encountered while installing SQL 2012 was that I forgot to enable the .NET framework.
Error while enabling Windows Feature: Netfx3[/url]
I encountered issues though when upgrading to the latest CU:
Issues Encountered when Upgrading SQL Server 2012 Service Pack 1 with a Cumulative Update[/url]
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
January 22, 2014 at 7:34 am
The only issue ever caught me was the .net framework install on a machine with no internet access (typical when deploying on a VM), you have to install it via a command line
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
January 22, 2014 at 10:32 am
Perry Whittle (1/22/2014)
The only issue ever caught me was the .net framework install on a machine with no internet access (typical when deploying on a VM), you have to install it via a command line
A command line, so old school 🙂
If you have the installation media ready, you can still do it through the GUI:
Error while enabling Windows Feature: Netfx3[/url]
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
January 22, 2014 at 10:55 am
As far as I'm aware you cant. If you try to enable .NET role without internet access you have to use cmd line to disable online checks
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
January 22, 2014 at 10:59 am
Perry Whittle (1/22/2014)
As far as I'm aware you cant. If you try to enable .NET role without internet access you have to use cmd line to disable online checks
I didn't have any issue installing it through the GUI on an offline machine.
I even did it this morning on the train ride to work, without any internet connection.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
January 22, 2014 at 1:36 pm
Thanks folks. I sure do appreciate the tips and assurances.
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 9 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic. Login to reply