[SQL Server] How to change MSSQL Server data folder on Linux # stop the mssql server servicesystemctl stop mssql-server# make your own new mssql data folder and log foldermkdir /data/mssql/datamkdir /data/mssql/log# check the mssql binary pathls /opt/mssql/bin# change the mssql data foldersudo /opt/mssql/bin/mssql-conf set filelocation.defaultdatadir /data/mssql/data# change the mssql log folder..
[SQL Server] How to use MSSQL Server custom port on Linux # Default port is 1433 # I will set 1434 on port sudo /opt/mssql/bin/mssql-conf set network.tcpport 1434 # And restart mssql-server service. systemctl restart mssql-server
[SQL Server] MSSQL CLI Backup https://docs.microsoft.com/en-us/sql/linux/sql-server-linux-backup-and-restore-database?view=sql-server-ver15 Backup and restore SQL Server databases on Linux - SQL ServerLearn how to backup and restore SQL Server databases on Linux. Also learn how to backup and restore with SQL Server Management Studio (SSMS).learn.microsoft.com Linux backup sh 파일 설정dateTimeString..
- Total
- Today
- Yesterday
- DART
- Linux
- Java
- JSP
- 자바
- asp.net core
- Entity Framework Core
- ubuntu
- dotnet core
- Spring
- Flutter
- jQuery
- CentOS
- high1
- eGovFrame
- 하이원
- Windows
- c#
- Fedora
- 이클립스
- php
- .NET Core
- egoverment
- egov
- express
- MySQL
- 스프링
- 전자정부
- Eclipse
- MariaDB
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |