K
K
Korifa2019-09-09 16:46:09
SQL
Korifa, 2019-09-09 16:46:09

How to load database from MS Sql file?

How to upload a file to ms sql via management studio? Are there commands in sqlcmd?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
L
Lazy @BojackHorseman, 2019-09-09
@Korifa

sqlcmd -S <server> -i C:\<your file here>.sql
if you're using a SQL instance the syntax is:
and in studio open and execute.
or restore a backup

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question