View Single Post

   
  #4 (permalink)  
Old 03-04-2008, 07:23 AM
Jason Massie
 
Posts: n/a
Default Re: create table statement

Unfortunately, the ddl is not stored in the system tables. You can script
the tables from EM or SSMS though.

--
Jason Massie
Web: http://statisticsio.com
RSS: http://feeds.feedburner.com/statisticsio

<thetaamommy@gmail.com> wrote in message
news:1c72f9e7-1052-40c3-8a2d-0f72a4e4c5bf@c33g2000hsd.googlegroups.com...
>I need to create duplicates of certain tables.
> It woud be great if i can find the 'create table statement', in any of
> the system tables which the Create Table of the Object Browser in
> Query Analyzer users, so that i can just change the name and create a
> new table thus.
>
> Please help me find the Create Table statement available in the system
> tables
> thank you



Reply With Quote