Viewing post 1 (of 1 total)
I think that following script would help you..
SELECT *
INTO <NEW TABLE NAME>
FROM <TABLE 1>
INSERT INTO <NEW TABLE NAME>
FROM <TABLE 2>
February 16, 2004 at 4:56 am #494152
February 16, 2004 at 4:56 am
#494152