Difference between function and stored procedure

storedVsfunctions

There are many difference between function and stored procedure. In this article we will discuss about the difference between function and procedures in context of SQL Server. Stored Procedures are pre-compile objects which are compiled for first time and its compiled format is saved which executes (compiled code) whenever it is called.But Function is compiled … Read more

squid proxy server : Basic of squid

squid proxy server

What is squid? Many of you are using Squid without even knowing it! Some companies have embedded Squid in their home or office firewall devices, others use Squid in large-scale web proxy installations to speed up broadband and dial up internet access. Squid is being increasingly used in content delivery architectures to deliver static and … Read more

LDAP : Basic of Open LDAP: Introduction to LDAP

basic of ldap

What is LDAP? LDAP stands for Lightweight Directory Access Protocol. As the name suggests, it is a lightweight client-server protocol for accessing directory services, specifically X.500-based directory services. LDAP runs over TCP/IP or other connection oriented transfer services. X.500 is a model for Directory Services in the OSI concept. It contains namespace definitions and the … Read more

Nagios installation step by step in centos/redhat or fedora part 1

installation of nagios-monitoring

What is Nagios? Nagios is a powerful monitoring system that enables organizations to identify and resolve IT infrastructure problems before they affect critical business processes.  It has the capability of monitoring application, services, entire IT infrastructure. It has been designed with scalability and flexibility in mind, Nagios gives you the peace of mind that comes from … Read more

Asterisk dialpaln [context] : context in asterisk dialpaln

dialplan basic asterisk dialplan

Contexts Dialplans are broken into sections called contexts. Contexts are named groups of extensions, which serve several purposes. 1. Contexts keep different parts of the dialplan from interacting with one another. 2. An extension that is defined in one context is completely isolated from extensions in any other context, unless interaction is specifically allowed. 3. As a simple … Read more