Home  >  Article  >  Database  >  How to connect navicat to sql server

How to connect navicat to sql server

(*-*)浩
(*-*)浩Original
2019-08-14 10:14:1718258browse

The connection of SqlServer data is similar to the connection of databases such as mysql, but there are some differences. If the database you are using is SqlServer, I hope it can help you.

How to connect navicat to sql server

To connect to the SqlServer database, you do not have to use Microsoft's own database management tool. SqlServer can also use Navicat. (Recommended tutorial: navicat tutorial)

Your SqlServer database needs to allow remote connections first, otherwise you will not be able to connect to your database. If you don't know how to allow remote connections, you can find some information to get the solution.

How to connect navicat to sql server

Select the content shown in the figure below, Select the SqlServer data and connect.

How to connect navicat to sql server

#Next, after completing the basic settings, you can use Navicat to connect to your database.

The default user name of the database is sa. You can use sa to connect.

How to connect navicat to sql server

When you install SqlServer, you need to select hybrid authentication so that you can log in using this method.

How to connect navicat to sql server

Next, you can test whether you can connect to your database and save the connection after passing the test.

How to connect navicat to sql server

You only need to double-click the database to connect directly to your database.

How to connect navicat to sql server

The above is the detailed content of How to connect navicat to sql server. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn