11-Database SQL Server 2017
11-Database SQL Server 2017
After downloading ISO file, mount it, then you can see files in ISO. Run [setup.exe] to
[2]
manage installation and others.
After running [setup.exe], following screen is shown, Run [System Configuration Checker]
[3]
to check your System.
[4] This is the result of [System Configuration Checker] on this environment.
SQL Server 2017 : Install
2018/01/16
Install SQL Server Management Studio (SSMS) to connect to Database Engine. It's OK to
install it both on Windows Server OS and Client OS.
Download SSMS from the download site (SSMS is the free tool)
[1] After downloading, run Installser to install it.
⇒ https://docs.microsoft.com/ja-jp/sql/ssms/download-sql-server-management-studio-ssms
[2] Run SQL Server Management Studio.
Database Engine Query Editor runs. Input T-SQL commands on here. For executing SQL,
[2]
click [Run] button, then results are displayed.
It's possible to operate on command prompt.
[3] Windows authentication ⇒ sqlcmd -S [Server\Instance] -E
SQL Server authentication ⇒ sqlcmd -S [Server\Instance] -U [User] -P [Password]