SQL Query Execution
  • 25 Sep 2020
  • 1 Minute to read
  • Dark
    Light
  • PDF

SQL Query Execution

  • Dark
    Light
  • PDF

Article Summary

Azure SQL Database is a general-purpose relational database-as-a-service (DBaaS) based on the latest stable version of Microsoft SQL Server Database Engine. SQL Database is a high-performance, reliable, and secure cloud database that you can use to build data-driven applications and websites in the programming language of your choice, without needing to manage infrastructure.

Execute SQL Queries

Serverless360 extends its capability to execute SQL Queries without a need to switch to any database management tools.

Consider a business scenario which requires checking the number error logs from the tables present in the database from different servers. Using any database management tools requires switching between different servers to check the number of logs. Here Serverless360 comes handy, when the SQL database from different servers are associated to a composite application, queries can be seamlessly executed on the associated databases without a need to switch between the different servers.

Serverless360 also provides the capability to the save the queries that are frequently used, so that the process of manually entering the query can be eliminated.

Below is an illustration on executing queries on Azure SQL Database associated to a Composite Application.

SQL DB Query

Inorder to perform Query operation on SQL Database, provide User Name and Password to get authenticated as mentioned in the above image.
SELECT queries and Stored Procedure can only be executed from Serverless360. DML and DDL statements are restricted to prevent SQL injection attacks.
We'd love to hear your thoughts
Please visit our feedback system to suggest new Features or Enhancements. You can also take a look at our Roadmap

Was this article helpful?