Tag Archives: sql
Locked out of MSSQL 2008
Have you lost administration control of your MSSQL 2008? I lost control of my MSSQL 2008, unable to create new databases and change server settings… pretty annoying. I think it happened because I upgraded from SQL Express 2005 to 2008. Well … Continue reading
Using SQL Cache Dependencies
Original post here: http://www.asp.net/learn/data-access/tutorial-61-cs.aspx — Introduction The caching techniques examined in the Caching Data with the ObjectDataSource and Caching Data in the Architecture tutorials used a time-based expiry to evict the data from the cache after a specified period. This … Continue reading