SQL (Structured Query Language)
SQL (Structured Query Language) is a standard interactive and programming language for getting
information from and updating a database.
Although SQL is both an ANSI and an ISO standard,
many database products support SQL with proprietary extensions to the standard language. Queries
take the form of a command language that lets you select, insert, update, find out the location of
data, and so forth. There is also a programming interface.
This was last updated in September 2000
Dig Deeper
-
Several fault-tolerance configuration options are available with SQL Server 2008, from the traditional (failover clustering) to the updated (database mirroring).
-
Learn to troubleshoot an error that occurs when running the Service Pack 2 install for SQL Server 2005 that claims the account is not able to rename a file.
-
Maybe you're already using SANs in your SQL Server environment, but is it the optimal setup? Consider these pointers for a disk system design that yields a high performing and scalable SQL Server environment.
-
People who read this also read...
-
Resources from around the Web