SQL Server – SQL Attach DB: Could not open new database [New Question]

A quick question, answered on Heelpbook, about “SQL Server – SQL Attach DB: Could not open new database”, an error quite common while moving or migrating SQL Server databases between servers. Read More …

Powershell – How to use Transcripts to keep history of commands and output

The primary tool for logging Powershell activity has been the Start-Transcript cmdlet. Simply enter this cmdlet followed by a path and filename for the log file that you want to create. PowerShell will populate the log file with every subsequent command that is entered. Read More …

Set up Port Forwarding (Windows)

Port Forwarding is a technique that allows remote computers, usually computers or systems on the Internet, to connect to a specific system or service within a private local-area network (LAN), so an internal network. Read More …