Top 5 Recent Entries
How to implement the code in web.config to redirect http to https
DescAdd an XML URL rewrite rule to your web.config file to automatically redirect all insecure HTTP traffic to secure HTTPS.
Location: ASP.NET | IIS Web.Config
Create a Long-Lived Facebook Page Access Token (Expires: Never)
How to exchange a Facebook Page Access Token for a long-lived token and generate a Page Access Token that typically reports Expires: Never in the Access Token Debugger.
Location: JavaScript | JavaScript API (Application Programming Interface)
How to Force Drop a Busy SQL Server Database: SINGLE USER vs. OFFLINE
How to safely drop a SQL Server database when it is locked by active connections, using the SINGLE USER and OFFLINE methods to resolve "database is currently in use" errors.
Location: Databases | SQL Server
Find and Recreate a Computed Column in SQL Server
How to locate a SQL Server computed column, retrieve its formula, and add it to another database as persisted or non-persisted.
Location: Databases | SQL Server
How to Search a SQL Server Database for a Column or Object Name
Six practical ways to search SQL Server for a column, alias, procedure reference, view, function, trigger, or computed column.
Location: Databases | SQL Server