Groups | Blog | Home
all groups > sql server connect > october 2004 >

sql server connect : Temporary Tables on Internet


Steve Thompson
10/12/2004 9:56:54 AM
[quoted text, click to view]

Sure.

[quoted text, click to view]

You would be creating Local Temporary tables, which are session based and
should not conflict with any other local temporary table in use. Slowdowns
are more subjective and dependent on your database design, and data access
methodology. SQL Server can easily handle multiple temporary tables.

Steve

Warren Patterson
10/12/2004 3:41:50 PM
Hi,

Can you use #temp tables in stored procedures that access data for a
website?

Will this not cause a slowdown if say 5 users of the website access the same
Stored Procedure at the same time? As far as I can tell if I use a
statement like this "select * into #temp from tblOrders" a problem will
occur as you cant have 5 #temp tables at the same time. Is this true? Or
will Sql handle this?

I am using SQL Server 2000.

Any help in thei regard will be greatly appreciated.


Kind Regards
Warren Patterson


Warren Patterson
10/14/2004 8:50:51 AM
Thanks Steve.



[quoted text, click to view]

AddThis Social Bookmark Button