Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
333 views

Writing to disk on mac/linux using SQL Server Command Line tools

My objective is to backup a remote SQL Server database using SQL Server command line tools for Mac (or Linux). After installing the sqlcmd utility, I am able to connect to the database but am not sure ...
iskandarblue's user avatar
  • 7,496
9 votes
7 answers
13k views

What's the best way to start and stop SQL Server from the command line?

I need to start and stop SQL Server from the command line. I am willing to write a small C# program if necessary, but I suspect that there's something (PowerShell, maybe?) that currently exists that ...
rp.'s user avatar
  • 17.6k