SSMS is free and does everything you describe. Are you having a problem with SSMS?
Is there a descent FREE GUI for creating, modifying tables, and perhaps even manipulate data??
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!
3 answers
Sort by: Most helpful
-
-
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.
-
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.