Getting started with SQL Server Management Studio
A few instructions on how to fire up SQL Server Management Studio (SSMS) in order to create a database, create a database table and perform various operations Creating a new database Open SSMS, right-click on Databases and select New Database… Give the database a name (‘People’ in this example) and select OK: Creating a new …
Continue reading ‘Getting started with SQL Server Management Studio’ »