MS Acess 2010

Intense_SS

New member
Local time
Yesterday, 16:04
Joined
Sep 5, 2012
Messages
3
Does anyone know if there is a way to convert my MS Access Database tables into SQL commands?
 
Connect your Access Project within SQL Server
 
Does anyone know if there is a way to convert my MS Access Database tables into SQL commands?
I don't understand the question? Are you asking if you can make DDL from Access to create a table in SQL Server? The easiest way is to use the upsizing wizard and then use SQL Server itself to create the CREATE TABLE DDL.
 

Users who are viewing this thread

Back
Top Bottom