Author: Chris Straw
Install .Net windows services without using installutil.exe
When writing a windows service using c# (or vb.net), you can install the service locally using?installutil.exe. ?You can simply just install…
Read MoreFind Orphaned DTA Service Instances with SQL Query
I was trying to find what messages were being orphaned, so I started doing a little digging to figure out how…
Read MoreDisable WCF Certificate Check for Self-Assigned Certificates
To “turn off” the trusted certificate check for self-assigned certificates, just add this to the web.config
Read MoreEnable User without Login
This is a little tricky in the syntax. ?If you have a SQL User without Login that is showing disabled, you…
Read MoreDisable/Enable all triggers in SQL Server Database
This script will create a script to disable and enable all the trigger within a SQL Server Database. You will want…
Read MoreMonitor BizTalk Server (BizTalkMgmtDb) SQL Job Fails
A client was experiencing failures with the BizTalk job Monitor BizTalk Server (BizTalkMgmtDb), which calls stored procedure [dbo].[btsmon_Inconsistent]. This proc calls…
Read More