Microsoft SQL Server Database Setup
  • Introduction
  • What is SQL Server
  • Hardware and software requirements
  • SQL Server Editions
  • Download SQL Server
  • Install SQL Server
  • Install SSMS
  • Connecting to SQL Server with SSMS
  • Database Concepts
Creating Databases and Tables
  • Overview of creating databases and tables in SQL Server
  • Create and configure a new database
  • Create a table
  • Entering data into table with SSMS
  • Editing table structure
  • Create table from a flat file
  • Importing data from csv file