English | Polish |
ANSI SQL query mode | tryb kwerendy SQL w formacie ANSI (One of two types of SQL syntax: ANSI-89 SQL (also called Microsoft Jet SQL and ANSI SQL), which is the traditional Jet SQL syntax; and ANSI-92 SQL, which has new and different reserved words, syntax rules, and wildcard characters) |
Microsoft SQL Server PowerPivot for Microsoft Excel | Dodatek Microsoft SQL Server PowerPivot dla programu Microsoft Excel (A SQL Server add-in for Excel) |
RAISERROR statement (A Transact-SQL T-SQL statement that displays an error message and sets the | instrukcja RAISERROR |
Repository SQL schema | schemat repozytorium SQL (A set of standard tables used by the repository engine to manage all repository objects, relationships, and collections) |
SQL expression | wyrażenie języka SQL (Any combination of operators, constants, literal values, functions, and names of tables and fields that evaluates to a single value) |
SQL injection attack | atak polegający na wstrzyknięciu kodu SQL (An attack that attempts to compromise your database (and potentially the computer on which the database is running) by creating SQL commands that are executed instead of, or in addition to, the commands that you have built into your application) |
SQL persistence provider | dostawca stanów trwałych programu SQL Server (A persistence provider that is included in the .NET Framework that saves and restores workflow instances to and from a SQL Server database) |
sql query | kwerenda SQL (An SQL statement, such as SELECT, INSERT, UPDATE, DELETE, or CREATE TABLE) |
SQL Server Analysis Services cube | moduł usług analizy serwera SQL (" (Analysis Services cube for short) A conceptual view, consisting of descriptive categories (dimensions) and quantitative values (measures). The generic industry term is "OLAP data cube.") |
SQL Server component | składnik programu SQL Server (A SQL Server program module developed to perform a specific set of tasks - e.g., data transformation, data analysis, reporting) |
SQL Server computer | komputer z programem SQL Server (A computer running Microsoft SQL Server with a configured database) |
SQL Server data-tier application project | projekt aplikacji warstwy danych programu SQL Server (A Visual Studio project used by database developers to create and develop a DAC. DAC projects get full support from Visual Studio and VSTS source code control, versioning, and development project management) |
SQL Server Execute Package Utility | Narzędzie do wykonywania pakietów programu SQL Server (A graphical user interface that is used to run a Integration Services package) |
SQL Server instance | wystąpienie programu SQL Server (A copy of SQL Server running on a computer) |
SQL Server instance auto-protection | automatyczna ochrona wystąpienia programu SQL Server (A type of protection that enables DPM to automatically identify and protect databases that are added to instances of SQL Server that are configured for auto-protection) |
SQL Server login | konto logowania do programu SQL Server (An account stored in SQL Server that allows users to connect to SQL Server) |
SQL Server object | obiekt programu SQL Server (An entity within SQL Server) |
SQL Server PowerPivot for Excel | Dodatek SQL Server PowerPivot dla programu Excel (A SQL Server add-in for Excel) |
SQL Server profile | profil serwera SQL (A Virtual Machine Manager library resource that contains instructions for customizing an instance of Microsoft SQL Server for a SQL Server data-tier application (DAC) when you deploy a virtual machine as part of a service) |
SQL Server report view | widok raportu programu SQL Server (A report view in the form of a SQL Server report, which uses the analysis features of SQL Server 2000 Reporting Services) |
SQL Server Utility dashboard | Pulpit nawigacyjny programu SQL Server Utility (A dashboard that provides an at-a-glance summary of resource health for managed SQL Server instances and data-tier applications. Can also be referred to as the SQL Server Utility detail view or the list view with details) |
SQL-specific query | kwerenda specyficzna dla języka SQL (A query that consists of an SQL statement. Subqueries and pass-through, union, and data-definition queries are SQL-specific queries) |
SQL statement | instrukcja języka SQL (An SQL or Transact-SQL command, such as SELECT or DELETE, that performs some action on data) |
SQL view | widok SQL (A window that displays the SQL statement for the current query or that is used to create an SQL-specific query (union, pass-through, or data definition). When you create a query in Design view, Access constructs the SQL equivalent in SQL view) |
SQL writer | składnik zapisywania programu SQL Server (A VSS compliant writer provided by the SQL Server that handles the VSS interaction with SQL Server) |