Microsoft Exchange Server
Microsoft Exchange Server :
Hello guys,
I am writing a step by step guide on complete installation of Microsoft Exchange server. I will post it here once completed, I mean shortly
Microsoft Exchange Server :
Hello guys,
I am writing a step by step guide on complete installation of Microsoft Exchange server. I will post it here once completed, I mean shortly
Some useful stuff about Quorum Disk in a Cluster
Their is lots of misunderstanding and confusion in working of Quorum Disk and its size requirement.
Windows Cluster contains main node (called as primary node) which replicate the updates for quorum disk. Quorum disk acts as the registry for a cluster.
Quorum disk transmit and eplicate the changes made [...]
Here are simple steps to configure PHP on a Windows Server
Suppose you have already installed IIS (Internet Information Services) and PHP say at C:\PHP on your Windows server then to configure PHP in IIS you can use following steps :-
Open your Internet Information Server(IIS) :-
Click on the “Web Service Extensions” and on left side you [...]
Very Basic SQL Statements :
SQL is used to query the database which are almost same for SQL Server, MySQL, MS Access, and Oracle database.
Four types of basic queries :-
SELECT
INSERT
UPDATE
DELETE
ORDER BY
Different combination of parameters can be passed to a MS SQL query.
1] SELECT :-
Its one of the most common SQL statement using which data can be [...]