

But it is up to you, you can provide any meaningful name as per your choice. Here, I created a database with the name Student.

Here, you just need to provide the database name and click on the OK button. Once you click on the New Database option, then it will open the following New Database window. It pops up an options menu and here, you need to click on the New Database option as shown in the below image. In order to create a database using GUI, you need to select the database option from object explorer and then right-click on it. Once you click on the Connect button, it will connect to the SQL Server Database and after a successful connection, it will display the following window. Here, you need to provide the server name and authentication details, select Database Engine as the server type and finally click on the Connect button as shown in the below image. Once you open SSMS (SQL Server Management Studio), It will prompt you the connect to the server window. We are using SQL Server Management Studio (SSMS) Tool to interact with SQL Server. I hope you have SQL Server installed on your machine.
#Dot net develpment using dot net core and sql server on mac how to#
At the end of this article, you will understand how to connect with SQL Server database using ADO.NET. Please read our previous article where we discussed the Architecture of ADO.NET. In this article, I am going to discuss ADO.NET using SQL Server Database with Examples.

