Setup MS SQL 2014 on Windows Server 2012 R2
From Notes_Wiki
Home > Windows > Windows Server 2012 R2 > Setup MS SQL 2014 on Windows Server 2012 R2
- Install Windows Server 2012 R2 and make machine member of domain
- In case of a cloned VM before adding to domain, it might make sense to go to Windows -> Run and execute 'sysprep'. System cleanup action - OOBE, generalize (MUST) and shutdown options - Reboot. Set timezone and keyboard. Set administrator password.
- Get setup of MS SQL 2014 from appropriate sources
- Start installation to get to "SQL server installation center" screen
- Click on "Installation" below planning on left tab
- Select "New SQL server stand-alone installation" option
- If key is availble enter it else choose "evaluation" to proceed
- Accept the license terms and click next
- Enable use of microsoft updates to check for updates and click next. This assumes decent Internet bandwidth.
- On Windows Firewall warning optionally disable Windows firewall and rerun the tests.
- On "Setup Role" choose "All features with defaults" and click next
- On "Feature selection page click next.
- On feature rules page in case of .Net framework 3.5 warning open Server Manager.
- Add "Roles and features" for local server and under features select ".NET Framework 3.5 Features".
- On instance configuration page choose "Default Instance". Leave instance ID MSSQLSERVER as it is. Click next.
- On "server configuration" leave service accounts, collation tabs as it is and click next.
- On "Database engine configuration" leave "Windows authentication mode" selected. Under SQL server administrators add domain administrator (Eg RND\administrator). Leave data directories and filestream as it is and click next.
- On "Analysis Services Configuration" page add both local and domain administrator and click next.
- On "Reporting Services Native Mode" leave "Install and configure" selected. For sharepoint integrated mode leave "Install only" selected. Click next.
- On "Distributed Replay Controller" page add both local and domain administrator and click next.
- On "Distributed Replay Client" leave defaults and click next
- On "Ready to install" page click "install"
- Once setup is complete click "Close" to complete the setup.
- Open "SQL Server Configuration Manager" from Windows application menu.
- Go to "SQL server Network Configuration" -> "Protocols for MSSQLServer".
- Double click on "TCP/IP".
- Go to "IP addresses" tab.
- Against each IP (eg 172.17.1.105) for which network access should work change Enabled from No to Yes.
- Click Apply and ok.
- Go to "SQL server services". Restart "SQL Server"
- Optionally configure MSDTC security settings for remote access.
- For configuring MSDTC security settings for remote access search for "Component services"
- Go to "Computers" (Double click) -> " My Computer" -> Distributed Transaction Coordiantor -> Local DTC.
- Right click on "Local DTC" and select properties.
- Go to Security tab.
- Select "Network DTC Access".
- Under it select all four checkboxes. Leave other options as it is and click ok.
- On warning click "yes".
Refer: - http://itconfig.tech/vra-6-2-error-executing-query-usp_selectagentcapabilities/
Home > Windows > Windows Server 2012 R2 > Setup MS SQL 2014 on Windows Server 2012 R2