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
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?
what is sql server and hw will it help me in creating web page?
Related:
- Sql server
- Oracle sql datediff - Guide
- Gmail incoming mail server - Guide
- Free fire advance server - Guide
- Ubuntu server reset network settings - Guide
- Steam server browser pings per minute - Guide
4 responses
xpcman
Posts
19528
Registration date
Wednesday October 8, 2008
Status
Contributor
Last seen
June 15, 2019
1,824
Jul 3, 2010 at 11:57 AM
Jul 3, 2010 at 11:57 AM
A sql server is the software/hardware that contains a database for your web page.
welcomerohit
Posts
25
Registration date
Thursday May 20, 2010
Status
Member
Last seen
November 9, 2011
2
Jul 3, 2010 at 12:49 PM
Jul 3, 2010 at 12:49 PM
but wat excatly is SQL server????
xpcman
Posts
19528
Registration date
Wednesday October 8, 2008
Status
Contributor
Last seen
June 15, 2019
1,824
Jul 3, 2010 at 02:56 PM
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.
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.
welcomerohit
Posts
25
Registration date
Thursday May 20, 2010
Status
Member
Last seen
November 9, 2011
2
Jul 5, 2010 at 12:11 AM
Jul 5, 2010 at 12:11 AM
can i upload my web page using SQL Server..