Is there an SQLDeveloper for Microsoft SQL Server?

What is the recommended development tool for Microsoft SQL Server database? We have an outdated Microsoft SQL Server for which I am developing new services. I have never worked with Microsoft SQL Server before.

For example, to develop Oracle databases, I am currently using Oracle SQLDeveloper to define queries and examine indexes, etc.

+3
source share
2 answers

You can download Microsoft SQL Server Management Studio Express .

Select the last download button, appropriate ENU\x86\SQLManagementStudio_x86_ENU.exeif only Studio Management is required.

Descriptions of other executable files are listed on the page.

+2

, SQL Server Management Studio SSMS. Visual Studio.

+4

All Articles