What Is an Index? An index can be best described as a pointer to data in a table. An index
Continue readingAuthor:
‘this’ pointer in C++
C++ uses a unique keyword called “this” to represent an object that invokes a member function. ‘this‘ is a pointer
Continue readingWhat Is Memory leak in C++ and How to avoid it?
This happens when the programmers allocate memory to the heap for some temporary use and then forget to delete it
Continue readingObject Slicing in C++ with examples
Object Slicing :- Object slicing occurs when a derived class object is assigned to a base class object when an
Continue readingMemory Clerks in SQL Server
Whenever a memory consumer wants to allocate memory to SQL Server, then it has to go through a memory clerk
Continue readingWhat Is Dirty Pages in SQL Server ?
When a page is read from disk in memory, it is considered a clean page because it is similar to
Continue readingWhat is Copy Only Backup in SQL Server?
SQL Server Copy Only Backup:- A copy-only backup is a SQL Server backup that is independent of the sequence of
Continue readingSQL Server – Take Log backup after Changing Recovery model from FULL to SIMPLE
There are Some common misconceptions that if we change the database recovery model from “FULL” to “SIMPLE” Then we require
Continue readingPHP :- What is PHP?
PHP stands for personal home page. It is a server side scripting language to developthe dynamic web application. The alias
Continue readingPHP:- To change the port number of Apache server
To change the port number of Apache server in PHP:- Open httpd.conf file Change the values of listen, server local
Continue reading