My client application providing real time stock quotes takes data using a xml webservice which pulls data from sql server 2005.with number of clients increasing for same piece of data, the sql server is being queried again and again.Is there a way to push data from sql 2005 to client application instead of pulling data.Say, if i make to make it for 200 mostly frequently queried symbols,push data into client application and rest infrequently used ones,i can keep existing architecture.
Thanks
Software/Hardware used:
ASKED:
August 25, 2008 5:53 AM
UPDATED:
August 27, 2008 8:45 AM
Check out my SQL Server blog “SQL Server with Mr Denny” for more SQL Server information.
3