How to copy multiple tables from one database to another database using import/export wizard
SQL Server Import Export Wizard is one of the many ways to perform table’s data and schema copy process from one DB to another.
Use the below simple script to check the SQL service status in Linux environment
systemctl status mssql-server — no-pager | grep -e Active
Below syntax would give detailed summary for SQL Server status & uptime
systemctl status mssql-server — no-pager