windows Hosting Blog

ASP.NET, MSSQL and Windows dedicated server articles

      

Posts Tagged ‘Windows’

Enable PING on Windows 2008 server

AUTHOR: Gabriel
25.10.2009

Hello,
I am writing this article as I was unable to ping a Windows 2008 server and I wanted to add it in a monitoring system.
The monitoring system I was using a third party system which try to contact server at some specific ports, telnet and ping etc. to check connectivity.
By default Windows server 2008 comes [...]

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