Sql server

Closed
welcomerohit Posts 25 Registration date Thursday May 20, 2010 Status Member Last seen November 9, 2011 - Jul 3, 2010 at 11:46 AM
welcomerohit Posts 25 Registration date Thursday May 20, 2010 Status Member Last seen November 9, 2011 - Jul 5, 2010 at 12:11 AM
Hello Everyone,

what is sql server and hw will it help me in creating web page?
Related:

4 responses

xpcman Posts 19530 Registration date Wednesday October 8, 2008 Status Contributor Last seen June 15, 2019 1,828
Jul 3, 2010 at 11:57 AM
A sql server is the software/hardware that contains a database for your web page.
0
welcomerohit Posts 25 Registration date Thursday May 20, 2010 Status Member Last seen November 9, 2011 2
Jul 3, 2010 at 12:49 PM
but wat excatly is SQL server????
0
xpcman Posts 19530 Registration date Wednesday October 8, 2008 Status Contributor Last seen June 15, 2019 1,828
Jul 3, 2010 at 02:56 PM
A database server is a computer program that provides database services to other computer programs or computers, as defined by the client-server model. The term may also refer to a computer dedicated to running such a program. Database management systems frequently provide database server functionality, and some DBMSs (e.g., MySQL) rely exclusively on the client-server model for database access.

Such a server is accessed either through a "front end" running on the user's computer which displays requested data or the back end which runs on the server and handles tasks such as data analysis and storage.

In a master-slave model, database master servers are central and primary locations of data while database slave servers are synchronized backups of the master acting as proxies.

Some examples of Database servers are Oracle, DB2, Informix, Ingres, SQL Server. Every server uses its own query logic and structure. The SQL query language is more or less the same in all the database servers.
0
welcomerohit Posts 25 Registration date Thursday May 20, 2010 Status Member Last seen November 9, 2011 2
Jul 5, 2010 at 12:11 AM
can i upload my web page using SQL Server..
0