windows Hosting Blog

ASP.NET, MSSQL and Windows dedicated server articles

      

Posts Tagged ‘hosting’

Cloud computing !

AUTHOR: Gabriel
5.05.2009

Hello Guys,

You must be hearing “Cloud computing” now a day’s frequently 
Cloud Computing is future of web hosting. It’s a dynamic and virtual environment over the Internet.
It provides an environment for business applications to work on web browsers and store all the processed data in backend servers.
Grid plays important role in managing Cloud servers. AppLogic [...]

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