Accessing MS SQL database using myLittleAdmin
To access MS SQL database using myLittleAdmin please follow the below steps.
STEP: 1
- Login to the Plesk panel and click on Website and Domains on left Menu Bar then select Database
Option 1 and 2 will open the Database panel wherein option 3 will take you directly to
myLittleAdmin database panel. We will be continuing by selecting Option 2
.png)
STEP: 2
- Now select the Database which you want to open using myLittleAdmin and click on the icon myLittleAdmin.

STEP: 3
- Now myLittleAdmin interface will be open you can expand the User database and then you can expand the database for viewing the tables available under the database.

STEP: 4
- Expand the Tools on the left-hand side then click on New Query, now you will be able to type the query or you can paste the query and click on Submit.

Related Articles
Accessing MySQL Database using PHPMyAdmin
Accessing MySQL Database using phpMyAdmin To access MySQL Database using phpMyAdmin please follow the below steps. Step 1: Visit the URL http://<your_domain>:8880 or https://<your_domain>:8443 (For SSL) and login and click on Website and Domain then ...
Backup and restore MySQL database with Plesk
Backup and restore MySQL database with Plesk Description: In Plesk, database dumps are created in the SQL format and saved as ZIP archives. If you need to create a dump in another format or to set custom settings for a dump, use the native ...
MS SQL database creation
Log in SQL Server Management Studio to create database. Create a folder in "C:\SQLdomain\" as your domain name. C:\SQLdomain\testdomain.com Click right mouse button on Databases to open database menus and click New Database link. Assign a Database ...
Take Full backup of MS-SQL database using management studio
To take the full backup of MS-SQL database, please follow the below steps 1. Open SQL Server Management Studio and connect to the appropriate instance of Microsoft SQL Server Database Engine in Object Explorer. 2. Expand Databases node and then right ...
Accessing MySQL Databases as Plesk Admin
Accessing MySQL Databases as Plesk Admin Step 1: Steps to access database using root 1. Visit the URL https://<your_ip>:8443 or https://:your_domain>:8443 (SSL Support) or http://<your_ip>:8880 or http://:your_domain>:8880 (without SSL Support) and ...