Re: Temp Tables
From: Rick B (Anonymous)
Date: 10/18/04
- Next message: Joe: "Re: Public Dynamic Arrays"
- Previous message: JMorrell: "Temp Tables"
- In reply to: JMorrell: "Temp Tables"
- Next in thread: JMorrell: "Re: Temp Tables"
- Reply: JMorrell: "Re: Temp Tables"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 18 Oct 2004 12:41:08 -0500
You would have to tell us why you think you need to create a temporary table
and what data you think you need to store in it.
Based on what you say below, I can't see any reason to create a temporary
table. Sounds like you are simple running a report of records that already
exist.
Give us more details.
Rick B
"JMorrell" <JMorrell@discussions.microsoft.com> wrote in message
news:CE646D48-787C-496A-91BA-A92ABBD4223F@microsoft.com...
> I believe that I need to create a temp table to hold data at runtime. Can
> someone give me information where I can find out more about temp tables?
>
> background --
> a user of my Leave Tracking db can either be a supervisor or an employee.
> If the user is an employee, I want to print out their leave data. If the
> user is a supervisor, I want to be able to print out all of their
employee's
> leave data.
>
> Tables are on a SQL server.
>
> What's the best way to handle the reporting requests?
>
> tia,
> --
> JMorrell
- Next message: Joe: "Re: Public Dynamic Arrays"
- Previous message: JMorrell: "Temp Tables"
- In reply to: JMorrell: "Temp Tables"
- Next in thread: JMorrell: "Re: Temp Tables"
- Reply: JMorrell: "Re: Temp Tables"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|