windows Hosting Blog

ASP.NET, MSSQL and Windows dedicated server articles

      

Posts Tagged ‘Microsoft’

Microsoft Exchange Server

AUTHOR: Gabriel
29.10.2009

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

Read Full Post
Comments Off

Quorum Disk in a Cluster and its use

AUTHOR: Gabriel
22.03.2009

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 [...]

Read Full Post

Configure PHP on Windows Server

AUTHOR: Gabriel
22.03.2009

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 [...]

Read Full Post

Basic SQL Statements and Syntax

AUTHOR: Gabriel
19.03.2009

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 [...]

Read Full Post