Connect to SQLServer and manage all your databases, execute custom queries, import and export data, create and execute stored procedures.
Read this in other languages: English, Português, Español
To install the module in Rocketbot Studio, it can be done in two ways:
- Manual: Download the .zip file and unzip it in the modules folder. The folder name must be the same as the module and inside it must have the following files and folders: _init_.py, package.json, docs, example and libs. If you have the application open, refresh your browser to be able to use the new module.
- Automatic: When entering Rocketbot Studio on the right margin you will find the Addons section, select Install Mods, search for the desired module and press install.
-
SQLServer Connection
Connect to SQLServer database -
Query SQLServer
Make a query to a SQLServer database -
Insert SQLServer
Insert data in a SQLServer database -
Export data
Export data from a SQLServer database -
Import data
Import data to a SQLServer database -
Create a SP with variables
Create the Store Procedure with variables -
Get SPs
Get the available Store Procedures -
SP to execute
To see the SPs you must connect to the DB and do not close the conection until you selected the Store Procedure -
Delete a SP
Delete the indicated Store Procedure -
Close connection
Close the connection to SQLServer
- windows
- docker