M
Michael C#
I have 4 - 5 lookup tables in a SQL Server database. What's the best (or
recommended) way to read all these values into memory for my Web Service one
time, so I don't have to keep opening connections to the server and pulling
the same records across the network?
Thanks
recommended) way to read all these values into memory for my Web Service one
time, so I don't have to keep opening connections to the server and pulling
the same records across the network?
Thanks