Asp.Net cache question.

J

J.W.

Hi, all,

I understand that sql 2005 has better cache (push instead of poll) than sql
2000. However, it also impose the limitation on the query you can cache,
such as, you have to use "SELECT dbo.Customer" instead of "SELECT Customer".
I don't have time to go through all the tables right now, and I want to know
whether it's OK that I still use the old poll way to do cache (sql 2000 way)
in sql2005 environment.

Thanks,
J.W.
 
H

Hans Kesting

J.W. used his keyboard to write :
Hi, all,

I understand that sql 2005 has better cache (push instead of poll) than sql
2000. However, it also impose the limitation on the query you can cache, such
as, you have to use "SELECT dbo.Customer" instead of "SELECT Customer". I
don't have time to go through all the tables right now, and I want to know
whether it's OK that I still use the old poll way to do cache (sql 2000 way)
in sql2005 environment.

Thanks,
J.W.

As this is a sqlserver-specific question that has nothing to do with
asp.net, maybe you will get a better response in a sqlserver newsgroup.

Hans Kesting
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top