Is there a descent FREE GUI for creating, modifying tables, and perhaps even manipulate data??

Rod Martin 136 Reputation points
2021-02-01T15:30:01.62+00:00

I have been moving very slowly in SQL SMS to get some tables going for my PowerApps applications. Its been very slow going because I'm just not real deep into SQL scripting. I was hoping there was some kind of GUI out there that could handle all of that back-end for me, and I could use some nice menu-driven/visual kind of ways to create and modify some tables. Of course, I would love it to be free, because the need is really not very long, and I dont want to invest in something I will only use a few days.

Thank you!

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,158 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Tom Phillips 17,741 Reputation points
    2021-02-01T16:41:33.757+00:00

    SSMS is free and does everything you describe. Are you having a problem with SSMS?

    https://learn.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms?view=sql-server-ver15

    0 comments No comments

  2. Erland Sommarskog 113.7K Reputation points MVP
    2021-02-01T22:35:06.13+00:00

    SSMS does include both a table designer and a query designer. Then again, both of them are really bad, and I advice against use of any of them.

    SSDT which is a plugin to Visual Studio has a table designer which is better as recall.

    0 comments No comments

  3. AmeliaGu-MSFT 13,986 Reputation points Microsoft Vendor
    2021-02-02T03:01:44.157+00:00

    Hi @Rod Martin ,
    You can use SSDT which is available and free in the visual studio to add or modify table as Erland mentioned. You can get SSDT in Visual Studio Installer,under Data storage and processing in the list of workloads. Please refer to Download SSDT for more details, And please refer to this article about creating and maintaining tables in SSDT which might help.
    In addition, you can try some 3-rd party tools which might help:
    https://www.devart.com/dbforge/sql/studio/database-diagram.html
    https://www.heidisql.com
    And you have any recommendation about SSMS, you can submit it to the Microsoft feedback at this link https://feedback.azure.com/forums/908035-sql-server. Your feedback is valuable for Microsoft to improve the level of products and service. Appreciate for your understanding.
    Best Regards,
    Amelia


    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    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.