Creating temp table
From: Bret (anonymous_at_discussions.microsoft.com)
Date: 05/20/04
- Next message: Aaron Bertrand - MVP: "Re: query for identity columns"
- Previous message: Gregory A. Larsen: "Re: query for identity columns"
- Next in thread: oj: "Re: Creating temp table"
- Reply: oj: "Re: Creating temp table"
- Reply: Gregory A. Larsen: "Re: Creating temp table"
- Reply: roger: "Re: Creating temp table"
- Reply: Dean: "RE: Creating temp table"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 20 May 2004 14:11:05 -0700
Please, I want to create a stored procedure that does the following:
* Creates a temporary table
* Selects data from a table and appends to this temp table
* Selects data from a second table and appends to this temp table
* Selects data from a third table and appends to this temp table
All 3 source tables have exact design and format.a
thank you.
- Next message: Aaron Bertrand - MVP: "Re: query for identity columns"
- Previous message: Gregory A. Larsen: "Re: query for identity columns"
- Next in thread: oj: "Re: Creating temp table"
- Reply: oj: "Re: Creating temp table"
- Reply: Gregory A. Larsen: "Re: Creating temp table"
- Reply: roger: "Re: Creating temp table"
- Reply: Dean: "RE: Creating temp table"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|