Navigate to: Main Menu > MS SQL > Databases > Select a database > Click the Run scripts tab.
This section allows you to execute Transact-SQL (T-SQL) commands against your database directly from the browser. This is useful for seeding data, creating tables, or running maintenance tasks without connecting via a local client like SSMS.
Choose the method that best fits the size and location of your script:
Use this option if you have already uploaded your .sql file to the server using the Backup file manager or FTP.
Use this for quick, one-time execution of smaller local files.
.sql file from your desktop. The system will upload and execute it immediately.Click this link to open a new browser window where you can type or paste SQL code manually.
SELECT * FROM Users) or quick maintenance commands (e.g., UPDATE or DELETE).