A
A
Artem Nim2017-04-30 11:54:04
C++ / C#
Artem Nim, 2017-04-30 11:54:04

Creating a remote database?

Developed local databases. But at one point there was a need to create a remote database on a remote server (So that other devices could connect to the server located on my computer over the network). Help organize.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
F
FreeBa, 2017-04-30
@FreeBa

And what exactly is the problem? We put a tick in the server settings "Allow remote connections", calmly connect through SQL Management Studio and create databases as needed.

D
d-stream, 2017-04-30
@d-stream

There are no differences from the local one, except that:
1. allow network connections to the sql server (for example, tcp / ip)
2. take care of the security of connections (well, at least so that there is no access for sa roles from the outside at all)
3. a little later - think about an intermediate link. ...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question