Friday, May 3, 2013

SQL Server 2008 Service Broker

Hey Everyone- If your wanting to use SQL CACHING for your web application. You'll need to enable service broker on your database.  Below is the code that needs to be execute in SQL Manager. Have Fun!!
ALTER DATABASE YOUR_DATABASE SET ENABLE_BROKER 

No comments:

Post a Comment