Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copying a Table Structure
Message
From
24/03/2012 20:41:08
 
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01539254
Message ID:
01539300
Views:
35
Easiest thing to do is just do a "Replace All" of "OldTable" with "MyNewTable" in the script.

~~Bonnie



>Many thanks for reply.
>Yes, I only changed Table Name.
>I thought that this was the only thing that needs to be changed
>I was getting messages to the effec that the name was already used
>Regards,
>Gerard
>
>>
>>Did you change only table name?
>>
>>You must change name of indexes, primary key, foreign keys, default values, checks.
>>
>>MartinaJ
>>
>>>HI.
>>>I want to create a new Table in a SQLServer database, with exactly the sam structure as an exisitng Table (i.e. Same Field names, same Indexes, Same defaults)
>>>
>>>I tried this in SSMS and scripted the Existing Table, then chnged the name in the script (Create table MyNewTable) and executed it, but it is still giving errors. I have Defaults set on a lot of the fields and I also have indexes set up.
>>>
>>>Is there any easy way to do this , rather than having to set up from scratch , as there are about 150 fields
>>>
>>>Tia
>>>Gerard
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform