K
K
korroleff2020-05-22 17:39:45
Microsoft Access
korroleff, 2020-05-22 17:39:45

How to login to SQL Server?

How to log into Microsoft SQL Server Management Studio?
The screenshot shows the window that appears immediately after starting Microsoft SQL Server:

spoiler
5ec7e1d308918764927959.png
The server name is probably spelled incorrectly, because when trying to connect, the following error occurs:
spoiler
5ec7e40b77670083673918.png
You just need to log in there in order to then open the database from Access and work with SQL queries in it.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
K
Konstantin Tsvetkov, 2020-05-22
@korroleff

Click the cross (Cancel) and go to SSMS.
Then the documentation: Connecting to the server (DBMS kernel) .
Then connect the Access file: Linked Servers .

Server name is incorrect

Server name, down arrow, "Continue browsing"5ec813567376c870388029.png

V
Vladimir Korotenko, 2020-05-22
@firedragon

SQLEXPRESS does not bind to a port by default. In addition, the firewall may prohibit the connection.
Here is the first instruction from Google
https://www.ibm.com/support/knowledgecenter/SSETBF...

D
d-stream, 2020-05-22
@d-stream

1. as already noted - teach sqlexpress to respond by tcpi / ip
2. go to the computer where sqlexpress is installed and make sure that mixed authorization is enabled and there is a username and password for sql authorization ... details if required - after step 1 is completed

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question