Show create table

  • Thread starter Jay974 via AccessMonster.com
  • Start date
J

Jay974 via AccessMonster.com

Hi All

I'm using Access 2003 and MS SQL server. Does anyone know if there is
anything in access which is like the MySQL command "SHOW CREATE TABLE"?
 
S

Stefan Hoffmann

hi Jay,
I'm using Access 2003 and MS SQL server. Does anyone know if there is
anything in access which is like the MySQL command "SHOW CREATE TABLE"?
Take a look at the context menu, when you have selected your table in
the SSMS.


mfG
--> stefan <--
 
J

Jay974 via AccessMonster.com

Hi Stefan

Sorry, not sure what you mean. Can you elaborate pls?

Thanks
Jay
 
S

Stefan Hoffmann

hi Jay,
Sorry, not sure what you mean. Can you elaborate pls?
Open the SQL Server Management Studio, select your table in the object
browser. Open the context menu, select "Script table as".


mfG
--> stefan <--
 
J

Jay974 via AccessMonster.com

Thanks Stefan

Sorry, I may not have made myself clear. I am looking for this function
within Access, not SQL management.

Jay
 
Top