Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- sort by:
- Relevance
- Date
- Popularity
- sql server
- how to make copy of structure of table to another which is new oneHere's 2 waysSelect Top 0 * Into MyNewTableFrom MyOldTableWill copy the Table structure, take out Top 0 if you want all the data.Note no Primary key, index's or any other constraint will be copied.If you want those,...
- Discussion threads 2007-06-07
- << Previous
- page 1 of 1
- Next >>
