Create, Drop, Insert, Update, Delete and Select – The Basic SQL
This topic for those who are very beginner of SQL. Here I will show some basic SQL by Microsoft SQL Server.
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...