Hi!

What is better to do:
I read some data of a SQL Server at the beginnig of my website.
Later I need the same data again. Is it better to read the data at first time in
an array and use the data of the array or should I ask my SQL Server again?

What are you doing in such a situation ?

More background information:
Webserver is a different server as the SQL Server.
I'm programming in C#.net

Thanks for your information!

Angryt