Microsoft's SQL Server database is a good friend for .NET development. The latest version is now 2017. The SQL Server database has its own Management Studio tool, which is basically similar to Visual Studio. Of course, in addition to the official tools, other database tools can naturally be connected to SQL Server. Here is the DataGrip connection using Jetbrains.
First open the SQL Server configuration management tool, the 2017 version of the configuration management tool is inC:\Windows\SysWOW64\SQLServerManager14.mscNext, if it is another version, just decrement the number here to 13, 12, and 11.
First make sure that the SQL Server database engine and Browser are running, so that you can proceed to the next step.

Then open the network configuration and enable TCP/IP connection. Remember to restart the database service to take effect.

In this way, other database tools can connect to the SQL Server database.

https://docs.microsoft.com/en-us/sql/relational-databases/sql-server-configuration-manager
https://blog.jetbrains.com/datagrip/2016/06/21/connecting-datagrip-to-ms-sql-server/
Today, I found a database software and found it to be very good. The name is DataGrip. I simply tried to connect to the mysql database. There are pictures and the truth. Let’s look at it togethe...
Dameng Company has its own graphical management interface for mananger, but some users are Apple's operating system. At present, Dameng Database does not have a client of the platform, so you can use ...
Python connects to SQL Server database - pymssql uses the basics ----Original address: The following is the instructions for using the parameters in pymssql, as follows: pymssqlCnx class (used to conn...
Article Directory 1. Installation of SQL Server and SSMS Second, the connection of SQL Server 1. Installation of SQL Server and SSMS 1. SQL installation download link:SQL Server。 Enter the download ad...
1. Preparation SQL Server database installation, IDEA and JDK environment installation and configuration. I installed SQL Server 2008, the JAVA environment is as follows, IDEA is installed automatical...
When I first came into contact with using JDBC to connect to a database, I always encountered a lot of problems, making people confused. Therefore, I use SQL Server As an example, explain in detail ho...
Python uses the pymssql module to connect to the SQL server. 1. First install (pip install pymssql) 2. Create a connection object useconnectCreate connection object connect.cursorCreate a cursor ob...
Summary Reference official website:https://docs.microsoft.com/zh-cn/sql/odbc/reference/syntax/sqlallochandle-function?view=sql-server-ver15 Useful blog 1: Useful blog 2: ODBC access to sql server data...
C # Connect to SQL Server Connection connection class Use the SqlConNetion class. When using the SQLConnection class, you want to reference a namespace of system.data.sqlclient. CommandCommand class U...
Use Jmeter to connect to SQL Server database 1. The first step is to download the jar package 2. In the second step, Jmeter adds the jar package path 3. The third step is to add a thread group 4. The ...