Y
Hacker News
new
|
ask
|
show
|
jobs
by
rodorgas
3463 days ago
Can you configure MSSQL just editing files without a GUI, Unix-style?
2 comments
wedowhatwedo
3463 days ago
You've always been able to do that. Almost all configuration of MSSQL can be done via a script. I can't think of anything that you need to do on a day to day basis that can't be scripted.
link
nemof
3463 days ago
yep. i've been using this
https://docs.microsoft.com/en-us/sql/linux/sql-server-linux-...
link