SQL Server 2014: Connecting to SQL Server database using SQL Server Management Studio




In this tutorial we will learn how to connect a SQL Server database using SSMS (SQL Server Management Studio). SSMS is a tool to control directly to the database using menu and queries. Just be careful if you use this tool because you can update, insert and remove data in the database. If you want to use this tool you should backup the database first. So if you make mistake you just restore your database backup, it save.
This tutorial is intended for basic knowledge about SQL Server 2014 client user.
Enjoy the video of course. :)

Comments

Popular posts from this blog

Visual Studio 2013: Connecting to database SQL Server 2014 using Visual Studio 2013 form