The system can manage the created SQL Server (mssql) database online. Its current main functions are as follows:
Connect to your SQL database and proceed
1. Create, delete and modify data tables
2. Create, delete, and modify field operations for each table
3. SQL statement execution container, which can execute all SQL statements, including stored procedures, and can also retrieve, insert, update, delete records and other operations
4. Back up the database
Expand