How to find pen drive hidden folder
Sometimes due to virus attack, our pen drive data is hidden. We think, all folders are deleted. So, check first before you format your Usb otherwise you wil...
Sometimes due to virus attack, our pen drive data is hidden. We think, all folders are deleted. So, check first before you format your Usb otherwise you wil...
This topic for those who are very beginner of SQL. Here I will show some basic SQL by Microsoft SQL Server.
SQL Server gives you everything its stored procedure sp_spaceused. Unfortunately this SP does not support iterating over all tables in a database, so we need...
Few days ago, I fall in a problem. I could not start apache server by XAMP control panel. There was a message shown port 80 busy. However ultimately, I found...
Global variables are those variables that can be accessed anywhere in the application. Global variable should always be used with caution. It stores data. Th...