Blog Detail
Recent Posts
Bookmark : How to build and maintain a tiered WSUS infrastructure
Could have done with this a couple of months back...How to build and maintain a tiered WSUS infrastructure...
SQL 2008 Management Datawarehouse : CU 5 Fix
I wasted a lot of time originally trying to get the SSIS data collectors functioning consistently in the MDW.Therefore i'm happy to see this fix...http://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/e1aa9f08-2239-4c0b-b902-b19b8693a799...
Bookmark : How To Create tables in Blogger via Excel
This link shows how to apply a style to a DIV and prevent tables expanding.http://www.mt-soft.com.ar/2008/12/06/how-to-create-tables-in-blogger/I found the easiest way to generate a clean table structure (i.e. without the styling info that a MS Word ...
SQL 2005 Express Edition - No Sql agent!
I've never had a cause to look at the Express edition of SQL 2005 until today.My suprise finding (and reason for this post) is that there is no SQL Agent!Google brings back no end of third party solutions however...http://www.microsoft.com/Sqlserver/...
SSIS : Credential & Proxy
USE [master]GOCREATE CREDENTIAL [SSIS_Credential] WITH IDENTITY = N'Domain\SQLServiceAgent', SECRET = N'longcomplicatedpassword'GOUSE [msdb]GOEXEC msdb.dbo.sp_add_proxy @proxy_name=N'SSIS_Proxy',@credential_name=N'SSIS_Credential', @enabled=1GOEXEC...
SQL 2008: Modifying Resource Governor\'s workload classification
How to change Resource Governor Classifier function on the fly...Here's the TSQL >-- 1) Disable Resource GovernorALTER RESOURCE GOVERNOR DISABLE GO-- 2) Remove the classifier function from Resource Governor so that you can change itALTER RESOURCE GO...

