GPGeorge
George Hepworth
- Local time
- Yesterday, 22:41
- Joined
- Nov 25, 2004
- Messages
- 3,316
SQL Server Migration Assistant for Access (SSMA) is a tool that migrates tables from Access to SQL Server.
SQL Server Management Studio (SSMS) does not enter into that migration process. You do not even have to have SSMS installed to migrate the tables to SQL Server. SSMS has NO objects of it's own. It only connects to the SQL Server database so that developers can create, modify or delete objects which reside in the SQL Server database.
SSMS is relevant only to the phase after the migration is complete, the phase where you manage the tables and other objects in the SQL Server database.
SQL Server Management Studio (SSMS) does not enter into that migration process. You do not even have to have SSMS installed to migrate the tables to SQL Server. SSMS has NO objects of it's own. It only connects to the SQL Server database so that developers can create, modify or delete objects which reside in the SQL Server database.
SSMS is relevant only to the phase after the migration is complete, the phase where you manage the tables and other objects in the SQL Server database.
- Microsoft SQL Server is an RDBMS. It's not a management tool and it's not a migration tool.
- Microsoft SQL Server Management Studio is a tool for, well, managing the objects in various SSL Server databases. It's a management tool for developers using the database.
- There are alternative tools for this, such as DBeaver. https://dbeaver.com/docs/dbeaver/Database-driver-Microsoft-SQL-Server/
- Microsoft SQL Server Migration Assistant (for Access) is a tool that ONLY migrates tables from an Access database to a SQL Server database. It's a migration tool for moving tables from one place to another.