Powershell – Digitally signing a .ps1 script

A file is signed with a certificate. A digital certificate is usually issued by a Certification Authority (CA). These are important things to consider, so it better to focus these before going on with the Powershell code signing process for scripts. Read More …

SQL Server – Retrieve Current Date Time with CURRENT_TIMESTAMP, GETDATE(), {fn NOW()}

Read More …

SQL Server – Searching for Particular Date Values and Ranges (Select only Date without Time)

Read More …