Temporary results used by SP
From: FGItaly (FGItaly_at_discussions.microsoft.com)
Date: 01/04/05
- Next message: Razvan Socol: "Re: Scalar Functions in Group By Clause returning invalid values"
- Previous message: simon: "Re: Date section"
- Next in thread: Tibor Karaszi: "Re: Temporary results used by SP"
- Reply: Tibor Karaszi: "Re: Temporary results used by SP"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 4 Jan 2005 03:59:05 -0800
In a MS Access Application you can use the "link table" to connect to a
common mdb file for the main database and a local mdb file for temp
tables/results.
How to reproduce this scenario in Sql Server ?
>From VB.NET these are the steps I would like to perform:
a) call a SP to do the heavy works, querying multiple tables and fill the
result table "xyz"
b) use the data in "xyz" to do something
c) drop the "xyz" table
I can't use #temp tables cause they will be dropped at the end of the SP. If
I use a permanent table, what about if two or more users do the same
operation ? And what about performance ?
- Next message: Razvan Socol: "Re: Scalar Functions in Group By Clause returning invalid values"
- Previous message: simon: "Re: Date section"
- Next in thread: Tibor Karaszi: "Re: Temporary results used by SP"
- Reply: Tibor Karaszi: "Re: Temporary results used by SP"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|