All Questions
2 questions
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 ...
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 ...