Author: Chris Straw
Disable 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 MoreSQL Server Trace (aka SQL Profiler) Priveliges without giving sysadmin
I’m a big proponet of using SQL Server Profiler for monitoring DB activity from applications. When a client has a SQL…
Read MoreHow to Clear or Purge the Biztalk Tracking Database
Stop all running Biztalk services, load up SQL Management Studio, on the BiztalkDTADb database run the following script. Note that this…
Read MoreScript to delete all objects from SQL Server
Today I accidentally?ran a script on master instead of the DB desired. ?So, I created a script that would create the…
Read MoreDisable button on click ASP.Net 2.0 or higher (prevent double click)
There is a need, at times, to prevent the user from clicking a button?multiple?times. ?Since ASP.Net already wraps something into the…
Read MoreFind missing Foreign Keys in SQL Server
I was looking working on a script to find possibly missing foreign keys, when I stumbled upon Michael J Swart’s blog…
Read More