Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2000-12-11 : 17:54:43
|
Stephen writes "I have a site that users visit and they almost always get to the same page. This page dynamically builds the information from a SQL statement using ASP.
My question is:
Is it possible to cache (or save a file or something like that) the data so that it gets sent straight to the browser without having to re-query the database. The only problem I can see with this is that I somehow need to keep track of whether the database has been updated or not.
Is there an easy way to do this?
thanks,
Steve" |
|
|
|
|