• Post category:StudyBullet-8
  • Reading time:4 mins read


Migrate Access databases to SQL Server by using SQL Server Migration Assistant for Access (SSMA for Access)

What you will learn

Setup Access Database

Setup SQL Server

Backup Access Database

Create pre-migration assessment report

Convert Access Database Schema To SQL Server

Migrate Access Database To SQL Server

Perform Post Migration Checks

Description

Database migration is the process of migrating data from one or more source databases to one or more target databasesΒ  using a database migration service or tool. When a migration is finished, the dataset in the source databases resides fully, though possibly restructured, in the target database .

In this course we will be migrating an Access Database into SQL Server using SQL Server Migration Assistant for Access.

SQL Server Migration Assistant (SSMA) is a free supported tool from Microsoft that simplifies database migration process from Access to SQL Server, Azure SQL Database and Azure SQL Database Managed Instance. SSMA for Access automates conversion of Microsoft Access database objects to SQL Server, Azure SQL Database or Azure SQL Database Managed Instance objects, loads the objects and migrates data to the target database.


Get Instant Notification of New Courses on our Telegram channel.


SSMA for Access is designed to support migration from Microsoft Access 97 and higher to all editions of SQL Server 2012 through SQL Server 2019, Azure SQL Database and Azure SQL Database Managed Instance.

By using SSMA for Access, you can review database objects and data and assess databases for migration.

We will convert the Access database schema to SQL Server before migrating the data.Β  After the migration we will query both the source and target databases to validate the data.

English
language

Content

Access Database Setup

Introduction
What is Microsoft Access
How to get Microsoft Access
Installing NorthWind Database

SQL Server Setup

What is SQL Server
SQL Server Editions
Download SQL Server
Install SQL Server
Install SQL Server Management Studio -SSMS
Connect SSMS to SQL Server

Migrate Access Database To SQL Server

Backup Access Database
Install SQL Server Migration Assistance for Access
Create a new SSMA Project
Create a pre-migration assessment report
Create a new database
Converting Access Schema
Migrate Access Database to SQL Server
Post Migration Checks