Where can I run the give the given code

Saurabh Tiwari 20 Reputation points
2024-04-15T20:06:26.6733333+00:00

I am trying to learn Azure & unit about SQl has lots Code that I copy but where do I run them ?

I have tried

W3Schools SQL

https://www.programiz.com/sql/online-compiler/

Plz help me

Azure SQL Database
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
14,038 questions
{count} votes

Accepted answer
  1. RahulRandive 9,901 Reputation points
    2024-04-16T02:51:55.0866667+00:00

    Hi @Saurabh Tiwari

    In addition to above, you can install SQL Server Management Studio on your local machine

    Here a link to Download SQL Server Management Studio (SSMS) and connect to your SQL Server and database using admin account and password. You can find the name of the server and admin login from the portal.

    Poral View-

    User's image

    SSMS View

    User's image

    Connect to your database and run the mentioned query.

    if you don't have database, you can create sample database from the portal.

    User's image

    User's image

    You can refer below YouTube video. Set Up Microsoft Azure SQL Server and SQL Database (Step-By-Step Tutorial)

    https://youtu.be/6joGkZMVX4o?si=BV_6Sdo20K3rfbPe

    Hope this helps!

    Thank You

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. LiHongMSFT-4306 28,351 Reputation points
    2024-04-16T01:56:47.4733333+00:00

    Hi @Saurabh Tiwari

    The Azure SQL Database query editor (preview) is a tool to run SQL queries against Azure SQL Database in the Azure portal.

    See this doc: Use the Azure portal query editor to query Azure SQL Database.

    Best regards,

    Cosmog Hong


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.