Password protected MS SQL backup file

In this article, we will learn to take the backup of MS SQL database with password protected. Password protected files are very secured since unauthorized person will not able to access it. If it is database then it is more important to secured the database backup file with password.

Continue Reading
Category: MS SQL By 01-Jun-2020

Count No of records in all table using T-SQL

In this article we will learn to fetch the numbers of rows in ms sql database  table.

Some time in situations where we require the count of the rows in each table, we can go with various approach like   using third party software, count manually :-( or write program in our preferred language.

Continue Reading
Category: MS SQL By 31-May-2020

Tortoise SVN Change Re Authenticate user

TortoiseSVN is an Apache™ Subversion (SVN)® client, implemented as a Windows shell extension. It’s intuitive and easy to use, since it doesn’t require the Subversion command line client to run. And it is free to use, even in a commercial environment. Simply the coolest Interface to (Sub)Version Control!

Continue Reading
Category: Other By 31-May-2020

IIS Redirect HTTP to HTTPS

Once the SSL certificate is installed, your site still remains accessible via a regular insecure HTTP connection. To connect securely, visitors must specify the https:// prefix manually when entering your site’s address in their browsers.

Continue Reading
Category: IIS Server By 31-May-2020