Question:
exactly wat does sql server do????
1970-01-01 00:00:00 UTC
exactly wat does sql server do????
Thirteen answers:
SamT
2008-06-19 05:01:29 UTC
That's a huge topic.



In short, a SQL server is a computer that stores data in a database, so that other programs can access it.



SQL stands for Simple Query Language.



It's a very powerful way of storing very large amounts of data.



There are entire books on "the functions and stuff" which you could read, but a good place to start would be to read the documentation at http://www.mysql.com



The data is arranged into tables that have columns and rows, and the information is structured in such a way that it can be accessed and searched very quickly, and relationships between different pieces of data can be built for various purposes.
my16paws
2008-06-19 04:59:40 UTC
SQL Server is the Database Management software to control/management databases.
?
2017-01-01 10:40:18 UTC
What Does Sql Do
faella
2016-11-08 01:31:48 UTC
What Does Sql Server Do
?
2016-09-19 17:48:40 UTC
Sorry but I don't know about this
?
2016-04-06 01:58:58 UTC
For the best answers, search on this site https://shorturl.im/aw6VF



It is a database server that stores records and other data. No real differences in the two you asked about. //Steve
2016-03-18 03:54:07 UTC
SQL Server 2008 and SQL Server 2008 R2 are the actual Enterprise level Database Management Systems. R2 is just the most recent release. SQL Server Management Studio is part of SQL Server. It serves as a way for the Database Engineers and Administrators to setup the system and the underlying databases.
Riordan
2015-08-10 19:18:11 UTC
This Site Might Help You.



RE:

exactly wat does sql server do????

what does sql server do tell me all da functions and stuff.i am new with it
Smutty
2008-06-20 01:57:20 UTC
It is Microsoft's Relational Database Management System (RDBMS). It is a software responsible for storing and maintaining data in a "Relational Format". Relational Format means that the data are stored in tabular data (for example a table holding information about employees)



Examples of RDBMS are: Sql Server, Oracle, MySql.



Hope this helps.
jeo
2008-06-19 05:25:19 UTC
Database Mirroring





Extend log shipping capabilities with the database mirroring solution. You will be able to use database mirroring to enhance availability of your SQL Server systems by setting up automatic failover to a standby server.



Online Restore





With SQL Server 2005, database administrators are able to perform a restore operation while an instance of SQL Server is running. Online restore improves the availability of SQL Server because only the data being restored is unavailable; the rest of the database remains online and available.



Online Indexing Operations





The online index option allows concurrent modifications (updates, deletes, and inserts) to the underlying table or clustered index data and any associated indexes during index data definition language (DDL) execution. For example, while a clustered index is being rebuilt, you can continue to make updates to the underlying data and perform queries against the data.



Fast Recovery





A new faster recovery option improves availability of SQL Server databases. Administrators can reconnect to a recovering database after the transaction log has been rolled forward.



Standards-based Information Access





Any object, data source, or business intelligence component can be exposed using standards-based protocols such as SOAP and HTTP—eliminating the need for a middle-tier listener, such as IIS, to access a Web services interface that is exposed by SQL Server 2005.



SQL Server Management Studio





SQL Server 2005 includes SQL Server Management Studio, a new integrated suite of management tools with the functionality to develop, deploy, and troubleshoot SQL Server databases, as well as enhancements to previous functionality.



Dedicated Administrator Connection





SQL Server 2005 provides a dedicated administrator connection that administrators can use to access a running server even if the server is locked or otherwise unavailable. This capability enables administrators to troubleshoot problems on a server by executing diagnostic functions or Transact-SQL statements.



Snapshot Isolation





Snapshot Isolation (SI) level is provided at the database level. With SI, users can access the last committed row using a transitionally consistent view of the database. This capability provides greater scalability.



Data Partitioning





Data partitioning is enhanced with native table and index partitioning that enables efficient manageability of large tables and indexes.



Replication Enhancements





For distributed databases, SQL Server 2005 provides comprehensive schema change (DDL) replication, next-generation monitoring capabilities, built in replication from Oracle to SQL Server, merge replication over https, and significant merge replication scalability and performance improvements. Additionally, the peer-to-peer transactional replication feature improves support for data scale out using replication.
Jahn
2008-06-19 05:02:24 UTC
in layman's terms, it's a server that can keep your internet website running 24hours a day
A Suresh kumar
2008-06-19 05:01:59 UTC
http://sqlcourse.com/intro.html



with regards,

A Suresh Kumar

http://suresh-mobileweb.blogspot.com
?
2016-08-28 14:01:14 UTC
Pretty good arguments.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...