Table of Contents
155 relations: Access control, ActiveX Data Objects, Adaptive Server Enterprise, ADO.NET, API, Application software, Ashton-Tate, Assembly (CLI), Asynchronous I/O, Authorization certificate, B-tree, BMP file format, Business Intelligence Development Studio, Byte, C (programming language), C Sharp (programming language), C++, Checksum, Cloud computing, Code completion, Comma-separated values, Common Language Runtime, Comparison of data modeling tools, Comparison of object–relational database management systems, Comparison of relational database management systems, Computer cluster, Computer data storage, Concurrency control, Concurrent computing, Concurrent user, Data buffer, Data definition language, Data integration, Data manipulation language, Data mining, Data Mining Extensions, Data warehouse, Database, Database index, Database schema, Database server, Database trigger, Deadlock, Debug code, Decision tree learning, Declarative programming, Docker (software), Encryption, Extract, transform, load, GIF, ... Expand index (105 more) »
- Client-server database management systems
- Microsoft database software
- Relational database management software for Linux
- Windows Server System
Access control
In physical security and information security, access control (AC) is the selective restriction of access to a place or other resource, while access management describes the process.
See Microsoft SQL Server and Access control
ActiveX Data Objects
In computing, Microsoft's ActiveX Data Objects (ADO) comprises a set of Component Object Model (COM) objects for accessing data sources.
See Microsoft SQL Server and ActiveX Data Objects
Adaptive Server Enterprise
SAP ASE (Adaptive Server Enterprise), originally known as Sybase SQL Server, and also commonly known as Sybase DB or Sybase ASE, is a relational model database server developed by Sybase Corporation, which later became part of SAP SE. Microsoft SQL Server and Adaptive Server Enterprise are relational database management software for Linux.
See Microsoft SQL Server and Adaptive Server Enterprise
ADO.NET
ADO.NET is a data access technology from the Microsoft.NET Framework that provides communication between relational and non-relational systems through a common set of components.
See Microsoft SQL Server and ADO.NET
API
An is a way for two or more computer programs or components to communicate with each other.
See Microsoft SQL Server and API
Application software
An application program (software application, or application, or app for short) is a computer program designed to carry out a specific task other than one relating to the operation of the computer itself, typically to be used by end-users.
See Microsoft SQL Server and Application software
Ashton-Tate
Ashton-Tate Corporation was a US-based software company best known for developing the popular dBASE database application and later acquiring Framework from the Forefront Corporation and MultiMate from Multimate International.
See Microsoft SQL Server and Ashton-Tate
Assembly (CLI)
Defined by Microsoft for use in recent versions of Windows, an assembly in the Common Language Infrastructure (CLI) is a compiled code library used for deployment, versioning, and security.
See Microsoft SQL Server and Assembly (CLI)
Asynchronous I/O
In computer science, asynchronous I/O (also non-sequential I/O) is a form of input/output processing that permits other processing to continue before the I/O operation has finished.
See Microsoft SQL Server and Asynchronous I/O
Authorization certificate
In computer security, an attribute certificate, or authorization certificate (AC) is a digital document containing attributes associated to the holder by the issuer.
See Microsoft SQL Server and Authorization certificate
B-tree
In computer science, a B-tree is a self-balancing tree data structure that maintains sorted data and allows searches, sequential access, insertions, and deletions in logarithmic time.
See Microsoft SQL Server and B-tree
BMP file format
The BMP file format or bitmap, is a raster graphics image file format used to store bitmap digital images, independently of the display device (such as a graphics adapter), especially on Microsoft Windows and OS/2 operating systems.
See Microsoft SQL Server and BMP file format
Business Intelligence Development Studio
Business Intelligence Development Studio (BIDS) is the former IDE from Microsoft, and was used to develop data analysis and business intelligence solutions utilizing Microsoft SQL Server Analysis Services, Reporting Services and Integration Services. Microsoft SQL Server and business Intelligence Development Studio are Microsoft database software.
See Microsoft SQL Server and Business Intelligence Development Studio
Byte
The byte is a unit of digital information that most commonly consists of eight bits.
See Microsoft SQL Server and Byte
C (programming language)
C (pronounced – like the letter c) is a general-purpose programming language.
See Microsoft SQL Server and C (programming language)
C Sharp (programming language)
C# is a general-purpose high-level programming language supporting multiple paradigms.
See Microsoft SQL Server and C Sharp (programming language)
C++
C++ (pronounced "C plus plus" and sometimes abbreviated as CPP) is a high-level, general-purpose programming language created by Danish computer scientist Bjarne Stroustrup.
See Microsoft SQL Server and C++
Checksum
A checksum is a small-sized block of data derived from another block of digital data for the purpose of detecting errors that may have been introduced during its transmission or storage.
See Microsoft SQL Server and Checksum
Cloud computing
Cloud computing is the on-demand availability of computer system resources, especially data storage (cloud storage) and computing power, without direct active management by the user.
See Microsoft SQL Server and Cloud computing
Code completion
Code completion is an autocompletion feature in many integrated development environments (IDEs) that speeds up the process of coding applications by fixing common mistakes and suggesting lines of code.
See Microsoft SQL Server and Code completion
Comma-separated values
Comma-separated values (CSV) is a text file format that uses commas to separate values, and newlines to separate records.
See Microsoft SQL Server and Comma-separated values
Common Language Runtime
The Common Language Runtime (CLR), the virtual machine component of Microsoft.NET Framework, manages the execution of.NET programs.
See Microsoft SQL Server and Common Language Runtime
Comparison of data modeling tools
This article is a comparison of data modeling tools which are notable, including standalone, conventional data modeling tools and modeling tools supporting data modeling as part of a larger modeling environment.
See Microsoft SQL Server and Comparison of data modeling tools
Comparison of object–relational database management systems
This is a comparison of object–relational database management systems (ORDBMSs). Microsoft SQL Server and comparison of object–relational database management systems are database management systems.
See Microsoft SQL Server and Comparison of object–relational database management systems
Comparison of relational database management systems
The following tables compare general and technical information for a number of relational database management systems. Microsoft SQL Server and Comparison of relational database management systems are database management systems.
See Microsoft SQL Server and Comparison of relational database management systems
Computer cluster
A computer cluster is a set of computers that work together so that they can be viewed as a single system.
See Microsoft SQL Server and Computer cluster
Computer data storage
Computer data storage or digital data storage is a technology consisting of computer components and recording media that are used to retain digital data.
See Microsoft SQL Server and Computer data storage
Concurrency control
In information technology and computer science, especially in the fields of computer programming, operating systems, multiprocessors, and databases, concurrency control ensures that correct results for concurrent operations are generated, while getting those results as quickly as possible. Microsoft SQL Server and concurrency control are database management systems.
See Microsoft SQL Server and Concurrency control
Concurrent computing
Concurrent computing is a form of computing in which several computations are executed concurrently—during overlapping time periods—instead of sequentially—with one completing before the next starts.
See Microsoft SQL Server and Concurrent computing
Concurrent user
In computer science, the number of concurrent users (sometimes abbreviated CCU) for a resource in a location, with the location being a computing network or a single computer, refers to the total number of people simultaneously accessing or using the resource.
See Microsoft SQL Server and Concurrent user
Data buffer
In computer science, a data buffer (or just buffer) is a region of memory used to store data temporarily while it is being moved from one place to another.
See Microsoft SQL Server and Data buffer
Data definition language
In the context of SQL, data definition or data description language (DDL) is a syntax for creating and modifying database objects such as tables, indices, and users.
See Microsoft SQL Server and Data definition language
Data integration
Data integration involves combining data residing in different sources and providing users with a unified view of them.
See Microsoft SQL Server and Data integration
Data manipulation language
A data manipulation language (DML) is a computer programming language used for adding (inserting), deleting, and modifying (updating) data in a database.
See Microsoft SQL Server and Data manipulation language
Data mining
Data mining is the process of extracting and discovering patterns in large data sets involving methods at the intersection of machine learning, statistics, and database systems.
See Microsoft SQL Server and Data mining
Data Mining Extensions
Data Mining Extensions (DMX) is a query language for data mining models supported by Microsoft's SQL Server Analysis Services product.
See Microsoft SQL Server and Data Mining Extensions
Data warehouse
In computing, a data warehouse (DW or DWH), also known as an enterprise data warehouse (EDW), is a system used for reporting and data analysis and is considered a core component of business intelligence.
See Microsoft SQL Server and Data warehouse
Database
In computing, a database is an organized collection of data or a type of data store based on the use of a database management system (DBMS), the software that interacts with end users, applications, and the database itself to capture and analyze the data. Microsoft SQL Server and database are database management systems.
See Microsoft SQL Server and Database
Database index
A database index is a data structure that improves the speed of data retrieval operations on a database table at the cost of additional writes and storage space to maintain the index data structure. Microsoft SQL Server and database index are database management systems.
See Microsoft SQL Server and Database index
Database schema
The database schema is the structure of a database described in a formal language supported typically by a relational database management system (RDBMS).
See Microsoft SQL Server and Database schema
Database server
A database server is a server which uses a database application that provides database services to other computer programs or to computers, as defined by the client–server model.
See Microsoft SQL Server and Database server
Database trigger
A database trigger is procedural code that is automatically executed in response to certain events on a particular table or view in a database. Microsoft SQL Server and database trigger are database management systems.
See Microsoft SQL Server and Database trigger
Deadlock
In concurrent computing, deadlock is any situation in which no member of some group of entities can proceed because each waits for another member, including itself, to take action, such as sending a message or, more commonly, releasing a lock.
See Microsoft SQL Server and Deadlock
Debug code
Debug code is computer code introduced to a computer program to test for errors or to help determine the cause of an error.
See Microsoft SQL Server and Debug code
Decision tree learning
Decision tree learning is a supervised learning approach used in statistics, data mining and machine learning.
See Microsoft SQL Server and Decision tree learning
Declarative programming
In computer science, declarative programming is a programming paradigm—a style of building the structure and elements of computer programs—that expresses the logic of a computation without describing its control flow.
See Microsoft SQL Server and Declarative programming
Docker (software)
Docker is a set of platform as a service (PaaS) products that use OS-level virtualization to deliver software in packages called containers.
See Microsoft SQL Server and Docker (software)
Encryption
In cryptography, encryption is the process of transforming (more specifically, encoding) information in a way that, ideally, only authorized parties can decode.
See Microsoft SQL Server and Encryption
Extract, transform, load
In computing, extract, transform, load (ETL) is a three-phase process where data is ''extracted'' from an input source, ''transformed'' (including cleaning), and ''loaded'' into an output data container.
See Microsoft SQL Server and Extract, transform, load
GIF
The Graphics Interchange Format (GIF; or) is a bitmap image format that was developed by a team at the online services provider CompuServe led by American computer scientist Steve Wilhite and released on June 15, 1987.
See Microsoft SQL Server and GIF
Git
Git is a distributed version control system that tracks versions of files.
See Microsoft SQL Server and Git
Graphical user interface
A graphical user interface, or GUI, is a form of user interface that allows users to interact with electronic devices through graphical icons and visual indicators such as secondary notation.
See Microsoft SQL Server and Graphical user interface
Heap (data structure)
In computer science, a heap is a tree-based data structure that satisfies the heap property: In a max heap, for any given node C, if P is a parent node of C, then the key (the value) of P is greater than or equal to the key of C. In a min heap, the key of P is less than or equal to the key of C. The node at the "top" of the heap (with no parents) is called the root node.
See Microsoft SQL Server and Heap (data structure)
IFilter
An IFilter is a plugin that allows Microsoft's search engines to index various file formats (as documents, email attachments, database records, audio metadata etc.) so that they become searchable.
See Microsoft SQL Server and IFilter
Import and export of data
The import and export of data is the automated or semi-automated input and output of data sets between different software applications.
See Microsoft SQL Server and Import and export of data
Input/output
In computing, input/output (I/O, i/o, or informally io or IO) is the communication between an information processing system, such as a computer, and the outside world, such as another computer system, peripherals, or a human operator.
See Microsoft SQL Server and Input/output
Integrated development environment
An integrated development environment (IDE) is a software application that provides comprehensive facilities for software development.
See Microsoft SQL Server and Integrated development environment
Internet protocol suite
The Internet protocol suite, commonly known as TCP/IP, is a framework for organizing the set of communication protocols used in the Internet and similar computer networks according to functional criteria.
See Microsoft SQL Server and Internet protocol suite
Inverted index
In computer science, an inverted index (also referred to as a postings list, postings file, or inverted file) is a database index storing a mapping from content, such as words or numbers, to its locations in a table, or in a document or a set of documents (named in contrast to a forward index, which maps from documents to content).
See Microsoft SQL Server and Inverted index
Join (SQL)
A join clause in the Structured Query Language (SQL) combines columns from one or more tables into a new table.
See Microsoft SQL Server and Join (SQL)
JPEG
JPEG (short for Joint Photographic Experts Group) is a commonly used method of lossy compression for digital images, particularly for those images produced by digital photography.
See Microsoft SQL Server and JPEG
Kerberos (protocol)
Kerberos is a computer-network authentication protocol that works on the basis of tickets to allow nodes communicating over a non-secure network to prove their identity to one another in a secure manner.
See Microsoft SQL Server and Kerberos (protocol)
Library (computing)
In computer science, a library is a collection of read-only resources that is leveraged during software development to implement a computer program.
See Microsoft SQL Server and Library (computing)
Linux
Linux is both an open-source Unix-like kernel and a generic name for a family of open-source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991, by Linus Torvalds.
See Microsoft SQL Server and Linux
List of CLI languages
CLI languages are computer programming languages that are used to produce libraries and programs that conform to the Common Language Infrastructure (CLI) specifications.
See Microsoft SQL Server and List of CLI languages
List of relational database management systems
This is a list of relational database management systems. Microsoft SQL Server and list of relational database management systems are database management systems.
See Microsoft SQL Server and List of relational database management systems
Managed code
Managed code is computer program code that requires and will execute only under the management of a Common Language Infrastructure (CLI); Virtual Execution System (VES); virtual machine, e.g..NET, CoreFX, or.NET Framework; Common Language Runtime (CLR); or Mono.
See Microsoft SQL Server and Managed code
Massively parallel
Massively parallel is the term for using a large number of computer processors (or separate computers) to simultaneously perform a set of coordinated computations in parallel.
See Microsoft SQL Server and Massively parallel
Message queue
In computer science, message queues and mailboxes are software-engineering components typically used for inter-process communication (IPC), or for inter-thread communication within the same process.
See Microsoft SQL Server and Message queue
Microsoft
Microsoft Corporation is an American multinational corporation and technology company headquartered in Redmond, Washington.
See Microsoft SQL Server and Microsoft
Microsoft Access
Microsoft Access is a database management system (DBMS) from Microsoft that combines the relational Access Database Engine (ACE) with a graphical user interface and software-development tools. Microsoft SQL Server and Microsoft Access are Microsoft database software.
See Microsoft SQL Server and Microsoft Access
Microsoft Analysis Services
Microsoft SQL Server Analysis Services (SSAS) is an online analytical processing (OLAP) and data mining tool in Microsoft SQL Server. Microsoft SQL Server and Microsoft Analysis Services are Microsoft database software.
See Microsoft SQL Server and Microsoft Analysis Services
Microsoft Azure
Microsoft Azure, or just Azure (/ˈæʒər, ˈeɪʒər/ ''AZH-ər, AY-zhər'', UK also /ˈæzjʊər, ˈeɪzjʊər/ ''AZ-ure, AY-zure''), is the cloud computing platform developed by Microsoft.
See Microsoft SQL Server and Microsoft Azure
Microsoft Azure SQL Database
Microsoft Azure SQL Database (formerly known as SQL Azure, SQL Server Data Services, SQL Services, and Windows Azure SQL Database) is a managed cloud database (PaaS) cloud-based Microsoft SQL Servers, provided as part of Microsoft Azure services.
See Microsoft SQL Server and Microsoft Azure SQL Database
Microsoft Docs
Microsoft Docs was a library of technical documentation for end users, developers, and IT professionals who work with Microsoft products.
See Microsoft SQL Server and Microsoft Docs
Microsoft Press
Microsoft Press is the publishing arm of Microsoft, usually releasing books dealing with various current Microsoft technologies.
See Microsoft SQL Server and Microsoft Press
Microsoft Windows
Microsoft Windows is a product line of proprietary graphical operating systems developed and marketed by Microsoft.
See Microsoft SQL Server and Microsoft Windows
Microsoft Word
Microsoft Word is a word processor developed by Microsoft.
See Microsoft SQL Server and Microsoft Word
MSDE
Microsoft SQL Server Data Engine (MSDE, also Microsoft Data Engine or Microsoft Desktop Engine) is a relational database management system developed by Microsoft.
See Microsoft SQL Server and MSDE
MultiDimensional eXpressions
Multidimensional Expressions (MDX) is a query language for online analytical processing (OLAP) using a database management system.
See Microsoft SQL Server and MultiDimensional eXpressions
Multiversion concurrency control
Multiversion concurrency control (MCC or MVCC), is a non-locking concurrency control method commonly used by database management systems to provide concurrent access to the database and in programming languages to implement transactional memory.
See Microsoft SQL Server and Multiversion concurrency control
Mutual exclusion
In computer science, mutual exclusion is a property of concurrency control, which is instituted for the purpose of preventing race conditions.
See Microsoft SQL Server and Mutual exclusion
Naive Bayes classifier
In statistics, naive Bayes classifiers are a family of linear "probabilistic classifiers" which assumes that the features are conditionally independent, given the target class.
See Microsoft SQL Server and Naive Bayes classifier
Named pipe
In computing, a named pipe (also known as a FIFO for its behavior) is an extension to the traditional pipe concept on Unix and Unix-like systems, and is one of the methods of inter-process communication (IPC).
See Microsoft SQL Server and Named pipe
Neural network
A neural network is a group of interconnected units called neurons that send signals to one another.
See Microsoft SQL Server and Neural network
NTLM
In a Windows network, NT (New Technology) LAN Manager (NTLM) is a suite of Microsoft security protocols intended to provide authentication, integrity, and confidentiality to users.
See Microsoft SQL Server and NTLM
Null (SQL)
In SQL, null or NULL is a special marker used to indicate that a data value does not exist in the database.
See Microsoft SQL Server and Null (SQL)
Object composition
In computer science, object composition and object aggregation are closely related ways to combine objects or data types into more complex ones.
See Microsoft SQL Server and Object composition
Object storage
Object storage (also known as object-based storage or blob storage) is a computer data storage approach that manages data as "blobs" or "objects", as opposed to other storage architectures like file systems, which manage data as a file hierarchy, and block storage, which manages data as blocks within sectors and tracks.
See Microsoft SQL Server and Object storage
OLAP cube
An OLAP cube is a multi-dimensional array of data.
See Microsoft SQL Server and OLAP cube
OLE DB
OLE DB (Object Linking and Embedding, Database, sometimes written as OLEDB or OLE-DB) is an API designed by Microsoft that allows accessing data from a variety of sources in a uniform manner.
See Microsoft SQL Server and OLE DB
Online analytical processing
In computing, online analytical processing, or OLAP, is an approach to quickly answer multi-dimensional analytical (MDA) queries. Microsoft SQL Server and online analytical processing are database management systems.
See Microsoft SQL Server and Online analytical processing
Open Database Connectivity
In computing, Open Database Connectivity (ODBC) is a standard application programming interface (API) for accessing database management systems (DBMS).
See Microsoft SQL Server and Open Database Connectivity
Optimistic concurrency control
Optimistic concurrency control (OCC), also known as optimistic locking, is a non-locking concurrency control method applied to transactional systems such as relational database management systems and software transactional memory.
See Microsoft SQL Server and Optimistic concurrency control
OS/2
OS/2 (Operating System/2) is a series of computer operating systems, initially created by Microsoft and IBM under the leadership of IBM software designer Ed Iacobucci.
See Microsoft SQL Server and OS/2
Portable Document Format (PDF), standardized as ISO 32000, is a file format developed by Adobe in 1992 to present documents, including text formatting and images, in a manner independent of application software, hardware, and operating systems.
See Microsoft SQL Server and PDF
Platform as a service
Platform as a service (PaaS) or application platform as a service (aPaaS) or platform-based service is a category of cloud computing services that allows customers to provision, instantiate, run, and manage a modular bundle comprising a computing platform and one or more applications, without the complexity of building and maintaining the infrastructure typically associated with developing and launching the application(s), and to allow developers to create, develop, and package such software bundles.
See Microsoft SQL Server and Platform as a service
PNG
Portable Network Graphics (PNG, officially pronounced, colloquially pronounced) is a raster-graphics file format that supports lossless data compression.
See Microsoft SQL Server and PNG
Power Pivot
Power Pivot, formerly known as PowerPivot (without spacing), is a self-service business intelligence feature of Microsoft Excel which facilitates the creation of a tabular model to import, relate, and analyze data from a variety of sources.
See Microsoft SQL Server and Power Pivot
Primitive data type
In computer science, primitive data types are a set of basic data types from which all other data types are constructed.
See Microsoft SQL Server and Primitive data type
Procedural programming
Procedural programming is a programming paradigm, classified as imperative programming, that involves implementing the behavior of a computer program as procedures (a.k.a. functions, subroutines) that call each other.
See Microsoft SQL Server and Procedural programming
Proprietary software
Proprietary software is software that grants its creator, publisher, or other rightsholder or rightsholder partner a legal monopoly by modern copyright and intellectual property law to exclude the recipient from freely sharing the software or modifying it, and—in some cases, as is the case with some patent-encumbered and EULA-bound software—from making use of the software on their own, thereby restricting their freedoms.
See Microsoft SQL Server and Proprietary software
Query optimization
Query optimization is a feature of many relational database management systems and other databases such as NoSQL and graph databases. Microsoft SQL Server and Query optimization are database management systems.
See Microsoft SQL Server and Query optimization
Query plan
A query plan (or query execution plan) is a sequence of steps used to access data in a SQL relational database management system. Microsoft SQL Server and query plan are database management systems.
See Microsoft SQL Server and Query plan
Read–eval–print loop
A read–eval–print loop (REPL), also termed an interactive toplevel or language shell, is a simple interactive computer programming environment that takes single user inputs, executes them, and returns the result to the user; a program written in a REPL environment is executed piecewise.
See Microsoft SQL Server and Read–eval–print loop
Red Hat Enterprise Linux
Red Hat Enterprise Linux (RHEL) is a commercial open-source Linux distribution developed by Red Hat for the commercial market.
See Microsoft SQL Server and Red Hat Enterprise Linux
Regression analysis
In statistical modeling, regression analysis is a set of statistical processes for estimating the relationships between a dependent variable (often called the 'outcome' or 'response' variable, or a 'label' in machine learning parlance) and one or more independent variables (often called 'predictors', 'covariates', 'explanatory variables' or 'features').
See Microsoft SQL Server and Regression analysis
Relational database
A relational database (RDB) is a database based on the relational model of data, as proposed by E. F. Codd in 1970. Microsoft SQL Server and relational database are database management systems.
See Microsoft SQL Server and Relational database
Report Definition Language
Report Definition Language (RDL) is a standard proposed by Microsoft for defining reports. Microsoft SQL Server and report Definition Language are Microsoft database software.
See Microsoft SQL Server and Report Definition Language
Revoscalepy
revoscalepy is a machine learning package in Python created by Microsoft.
See Microsoft SQL Server and Revoscalepy
RevoScaleR
RevoScaleR is a machine learning package in R created by Microsoft.
See Microsoft SQL Server and RevoScaleR
Rounding
Rounding or rounding off means replacing a number with an approximate value that has a shorter, simpler, or more explicit representation.
See Microsoft SQL Server and Rounding
Scripting language
In computing, a script is a relatively short and simple set of instructions that typically automate an otherwise manual process.
See Microsoft SQL Server and Scripting language
Select (SQL)
The SQL SELECT statement returns a result set of rows, from one or more tables.
See Microsoft SQL Server and Select (SQL)
Server (computing)
A server is a computer that provides information to other computers called "clients" on computer network.
See Microsoft SQL Server and Server (computing)
Shared memory
In computer science, shared memory is memory that may be simultaneously accessed by multiple programs with an intent to provide communication among them or avoid redundant copies.
See Microsoft SQL Server and Shared memory
Software
Software consists of computer programs that instruct the execution of a computer.
See Microsoft SQL Server and Software
Springer Nature
Springer Nature or the Springer Nature Group is a German-British academic publishing company created by the May 2015 merger of Springer Science+Business Media and Holtzbrinck Publishing Group's Nature Publishing Group, Palgrave Macmillan, and Macmillan Education.
See Microsoft SQL Server and Springer Nature
SQL
Structured Query Language (SQL) (pronounced S-Q-L; historically "sequel") is a domain-specific language used to manage data, especially in a relational database management system (RDBMS). Microsoft SQL Server and SQL are database management systems.
See Microsoft SQL Server and SQL
SQL CLR
SQL CLR or SQLCLR (SQL Common Language Runtime) is technology for hosting of the Microsoft.NET common language runtime engine within SQL Server. Microsoft SQL Server and SQL CLR are Microsoft database software.
See Microsoft SQL Server and SQL CLR
SQL Server Compact
Microsoft SQL Server Compact (SQL CE) is a discontinued relational database produced by Microsoft for applications that run on mobile devices and desktops. Microsoft SQL Server and SQL Server Compact are Microsoft database software.
See Microsoft SQL Server and SQL Server Compact
SQL Server Express
Microsoft SQL Server Express is a version of Microsoft's SQL Server relational database management system that is free to download, distribute and use. Microsoft SQL Server and SQL Server Express are Microsoft database software.
See Microsoft SQL Server and SQL Server Express
SQL Server Integration Services
Microsoft SQL Server Integration Services (SSIS) is a component of the Microsoft SQL Server database software that can be used to perform a broad range of data migration tasks. Microsoft SQL Server and SQL Server Integration Services are Microsoft database software.
See Microsoft SQL Server and SQL Server Integration Services
SQL Server Management Studio
Microsoft SQL Server Management Studio (SSMS) is a software application developed by Microsoft that is used for configuring, managing, and administering all components within Microsoft SQL Server. Microsoft SQL Server and SQL Server Management Studio are Microsoft database software.
See Microsoft SQL Server and SQL Server Management Studio
SQL Server Reporting Services
SQL Server Reporting Services (SSRS) is a server-based report generating software system from Microsoft. Microsoft SQL Server and SQL Server Reporting Services are Microsoft database software.
See Microsoft SQL Server and SQL Server Reporting Services
Standard Libraries (CLI)
The Standard Libraries are a set of libraries included in the Common Language Infrastructure (CLI) in order to encapsulate many common functions, such as file reading and writing, XML document manipulation, exception handling, application globalization, network communication, threading, and reflection, which makes the programmer's job easier.
See Microsoft SQL Server and Standard Libraries (CLI)
Stored procedure
A stored procedure (also termed prc, proc, storp, sproc, StoPro, StoredProc, StoreProc, sp, or SP) is a subroutine available to applications that access a relational database management system (RDBMS). Microsoft SQL Server and stored procedure are database management systems.
See Microsoft SQL Server and Stored procedure
SUSE Linux Enterprise
SUSE Linux Enterprise (SLE) is a Linux-based operating system developed by SUSE.
See Microsoft SQL Server and SUSE Linux Enterprise
Sybase
Sybase, Inc. was an enterprise software and services company.
See Microsoft SQL Server and Sybase
Tabular Data Stream
Tabular Data Stream (TDS) is an application layer protocol used to transfer data between a database server and a client.
See Microsoft SQL Server and Tabular Data Stream
TIFF
Tag Image File Format or Tagged Image File Format, commonly known by the abbreviations TIFF or TIF, is an image file format for storing raster graphics images, popular among graphic artists, the publishing industry, and photographers.
See Microsoft SQL Server and TIFF
Total cost of ownership
Total cost of ownership (TCO) is a financial estimate intended to help buyers and owners determine the direct and indirect costs of a product or service.
See Microsoft SQL Server and Total cost of ownership
Transact-SQL
Transact-SQL (T-SQL) is Microsoft's and Sybase's proprietary extension to the SQL (Structured Query Language) used to interact with relational databases.
See Microsoft SQL Server and Transact-SQL
Type safety
In computer science, type safety and type soundness are the extent to which a programming language discourages or prevents type errors.
See Microsoft SQL Server and Type safety
Type system
In computer programming, a type system is a logical system comprising a set of rules that assigns a property called a ''type'' (for example, integer, floating point, string) to every term (a word, phrase, or other set of symbols).
See Microsoft SQL Server and Type system
Ubuntu
Ubuntu is a Linux distribution derived from Debian and composed mostly of free and open-source software.
See Microsoft SQL Server and Ubuntu
User interface
In the industrial design field of human–computer interaction, a user interface (UI) is the space where interactions between humans and machines occur.
See Microsoft SQL Server and User interface
View (SQL)
In a database, a view is the result set of a stored query that presents a limited perspective of the database to a user. Microsoft SQL Server and view (SQL) are database management systems.
See Microsoft SQL Server and View (SQL)
Visual Basic (.NET)
Visual Basic (VB), originally called Visual Basic.NET (VB.NET), is a multi-paradigm, object-oriented programming language, implemented on.NET, Mono, and the.NET Framework.
See Microsoft SQL Server and Visual Basic (.NET)
Visual Studio
Visual Studio is an integrated development environment (IDE) developed by Microsoft.
See Microsoft SQL Server and Visual Studio
Web hosting service
A web hosting service is a type of Internet hosting service that hosts websites for clients, i.e. it offers the facilities required for them to create and maintain a site and makes it accessible on the World Wide Web.
See Microsoft SQL Server and Web hosting service
Web service
A web service (WS) is either.
See Microsoft SQL Server and Web service
Windows Embedded Compact
Windows Embedded Compact, formerly Windows Embedded CE, Windows Powered and Windows CE, is a discontinued operating system developed by Microsoft for mobile and embedded devices.
See Microsoft SQL Server and Windows Embedded Compact
Windows Internal Database
Windows Internal Database (codenamed WYukon, sometimes referred to as SQL Server Embedded Edition) is a variant of SQL Server Express 2005–2014 that is included with Windows Server 2008 (SQL 2005), Windows Server 2008 R2 (SQL 2005), Windows Server 2012 (SQL 2012), Windows Server 2012 R2 (SQL 2012), Windows Server 2016, Windows Server 2019 and Windows Server 2022 (SQL 2014) and is included with other free Microsoft products released after 2007 that require an SQL Server database backend.
See Microsoft SQL Server and Windows Internal Database
Windows Metafile
Windows Metafile (WMF) is an image file format originally designed for Microsoft Windows in the 1990s.
See Microsoft SQL Server and Windows Metafile
Windows NT
Windows NT is a proprietary graphical operating system produced by Microsoft as part of its Windows product line, the first version of which, Windows NT 3.1, was released on July 27, 1993.
See Microsoft SQL Server and Windows NT
Windows Server
Windows Server (formerly Windows NT Server) is a group of server operating systems (OS) that has been developed by Microsoft since 1993. Microsoft SQL Server and Windows Server are Windows Server System.
See Microsoft SQL Server and Windows Server
Windows service
In Windows NT operating systems, a Windows service is a computer program that operates in the background.
See Microsoft SQL Server and Windows service
Workflow
Workflow is a generic term for orchestrated and repeatable patterns of activity, enabled by the systematic organization of resources into processes that transform materials, provide services, or process information.
See Microsoft SQL Server and Workflow
XLeratorDB
XLeratorDB is a suite of database function libraries that enable Microsoft SQL Server to perform a wide range of additional (non-native) business intelligence and ad hoc analytics. Microsoft SQL Server and XLeratorDB are Microsoft database software.
See Microsoft SQL Server and XLeratorDB
XML
Extensible Markup Language (XML) is a markup language and file format for storing, transmitting, and reconstructing arbitrary data.
See Microsoft SQL Server and XML
XML for Analysis
XML for Analysis (XMLA) is an industry standard for data access in analytical systems, such as online analytical processing (OLAP) and data mining.
See Microsoft SQL Server and XML for Analysis
XQuery
XQuery (XML Query) is a query and functional programming language that queries and transforms collections of structured and unstructured data, usually in the form of XML, text and with vendor-specific extensions for other data formats (JSON, binary, etc.). The language is developed by the XML Query working group of the W3C.
See Microsoft SQL Server and XQuery
.NET Framework
The.NET Framework (pronounced as "dot net") is a proprietary software framework developed by Microsoft that runs primarily on Microsoft Windows.
See Microsoft SQL Server and .NET Framework
16-bit computing
16-bit microcomputers are microcomputers that use 16-bit microprocessors.
See Microsoft SQL Server and 16-bit computing
See also
Client-server database management systems
- Aerospike (database)
- Apache CouchDB
- CUBRID
- Comdb2
- Couchbase Server
- Drizzle (database server)
- Firebird (database server)
- GaussDB
- History of Microsoft SQL Server
- IBM Db2
- Informix
- Ingres (database)
- InterBase
- LucidDB
- MariaDB
- Microsoft SQL Server
- MonetDB
- MySQL
- MySQL Enterprise
- Oracle Database
- Percona Server for MySQL
- PostgreSQL
- Transbase
- Virtuoso Universal Server
- WebScaleSQL
Microsoft database software
- Access Database Engine
- ActiveVFP
- Adminer
- AutoNumber
- Business Intelligence Development Studio
- DBEdit
- DBeaver
- Data Transformation Services
- Database Workbench
- Epictetus Database Client
- Erwin Data Modeler
- Extensible Storage Engine
- FoxPro
- HeidiSQL
- Hekaton (database)
- History of Microsoft SQL Server
- Microsoft Access
- Microsoft Analysis Services
- Microsoft Query
- Microsoft SQL Server
- ModelRight
- Navicat
- Oracle SQL Developer
- Professional Association for SQL Server
- Report Definition Language
- SQL CLR
- SQL Database Studio
- SQL Server Agent
- SQL Server Compact
- SQL Server Express
- SQL Server Integration Services
- SQL Server Management Objects
- SQL Server Management Studio
- SQL Server Notification Services
- SQL Server Reporting Services
- SQLBits
- SQuirreL SQL Client
- Toad (software)
- Toad Data Modeler
- Upsizing (database)
- Visual Expert
- Visual FoxPro
- XLeratorDB
Relational database management software for Linux
- Adaptive Server Enterprise
- Comdb2
- Drizzle (database server)
- Firebird (database server)
- FrontBase
- GaussDB
- H2 (database)
- HSQLDB
- IBM Db2
- Informix
- InterBase
- Interbase
- Linter SQL RDBMS
- MariaDB
- Microsoft SQL Server
- MySQL
- MySQL Enterprise
- Oracle Database
- Percona Server for MySQL
- PostgreSQL
- SQLite
- SQream DB
- ScaleBase
- VoltDB
- WebScaleSQL
Windows Server System
- Exchange Online Protection
- Forefront Identity Manager
- Functoid
- History of Microsoft Exchange Server
- History of Microsoft SQL Server
- Microsoft BackOffice Server
- Microsoft Commerce Server
- Microsoft Configuration Manager
- Microsoft DNS
- Microsoft Exchange Server
- Microsoft Forefront
- Microsoft Forefront Threat Management Gateway
- Microsoft Forefront Unified Access Gateway
- Microsoft Identity Integration Server
- Microsoft Remote Web Workplace
- Microsoft SMA
- Microsoft SQL Server
- Microsoft Servers
- POP3 Connector
- Sitecore Commerce Server
- System Center Data Protection Manager
- System Center Essentials
- System Center Operations Manager
- System Center Service Manager
- System Center Virtual Machine Manager
- Windows Admin Center
- Windows Media Services
- Windows Server
References
Also known as Concurrency control in SQL Server, Data Quality Services, Data Source Views, Database engine tuning advisor, MS SQL, MS SQL Server, MS-SQL, MSSQL, Microsoft SQL, Microsoft SQL Server Compare Tools, Port 1433, Pubs (database), Sqlcmd, Sys.sysobjects.

