Category Archives: Security

Digital Signature

A digital signature is a mathematical technique which is used to validate the authenticity and integrity of a message, software or digital document. It is equivalent to handwritten signature or stamped seal, but it offers more security. In many countries, … Continue reading

Rate this:

Posted in Azure, Database Administration, Information Security, Security, windows azure | Tagged , , | Leave a comment

SQL Injection

SQL Injection (SQLi) refers to an injection attack wherein an attacker can execute malicious SQLstatements (also commonly referred to as a malicious payload) that control a web application’s database server. Such attack affects any website or web application. An attacker can bypass a web … Continue reading

Rate this:

Posted in Database Administration, Other, Security, Sql Server, T-SQL, Uncategorized | Leave a comment

How to logoff another user from sql server

How to logoff a user from SQL  Server It is obvious that a single server may be accessed by several people at a time. We can logoff active/inactive users from the SQL server as per requirement. It is simple and … Continue reading

Rate this:

Posted in Database Administration, Security, Uncategorized | Leave a comment