Create a Table From Another Table
How would I go about creating a table from another table using Enterprise Manager? My get-my-feet-wet assignment is to create table tblSetHistory from table tblSet, structure only, then create a trigger to insert a tblSet row into tblSetHistory when the WFState column in this tblSet row is updated. I'm stuck on the first part of this assignment.
I right-clicked "Console Root - Microsoft SQL Servers - (local) (Windows NT) - Databases - smallcha - Tables -tblSet". This shows "New Table..., Design Table, Open Table, All Tasks, Cut, Copy, Delete, Rename, Properties, Help". Then I thought I should be able to right-click "Tables", left-click "Paste", then rename the copy of tblSet, but right-clicking "Tables" doesn't show "Paste" - it only shows "New Table..., All Tasks, View, New Window from Here, Refresh, Export List, Help".
I even tried left-clicking "New Table", but apparently this is only for starting a table from scratch.
|