Microsoft Sql Server 2016 Full Mega
10.08.2019 admin
. Link De Descarga SQL Server 2016: http://www.intercambiosvirtuales.org/software/sql-2016-msdn. The SQL Server team is excited to bring you the second service pack release for SQL Server 2016. The service pack is now available for download on the Microsoft Download Center and will be coming soon to Visual Studio Subscriptions, MBS/Partner Source, and VLSC. As part of our commitment to software excellence for our customers, Read more.
-->This topic describes the deprecated full-text search features still available in SQL Server. These features are scheduled to be removed in a future release. Do not use deprecated features in new applications.
Monitor your use of deprecated features by using the SQL Server:Deprecated Features object performance counter and trace events. For more information, see Use SQL Server Objects.
Features no longer supported
Deprecated feature | Replacement | Feature name | Feature ID |
---|---|---|---|
FULLTEXTCATALOGPROPERTY property: LogSize | None. | FULLTEXTCATALOGPROPERTY**('LogSize')** | 211 |
FULLTEXTSERVICEPROPERTY property: ConnectTimeout DataTimeout | None. | FULLTEXTSERVICEPROPERTY**('ConnectTimeout') FULLTEXTSERVICEPROPERTY('DataTimeout'**) | 210 209 |
sp_fulltext_catalog | CREATE FULL CATALOG ALTER FULLTEXT CATALOG DROP FULLTEXT CATALOG | sp_fulltext_catalog | 84 |
sp_fulltext_column sp_fulltext_database sp_fulltext_table | CREATE FULL INDEX ALTER FULLTEXT INDEX DROP FULLTEXT INDEX | sp_fulltext_column sp_fulltext_database sp_fulltext_table | 86 87 85 |
sp_help_fulltext_catalogs sp_help_fulltext_catalog_components sp_help_fulltext_catalogs_cursor sp_help_fulltext_columns sp_help_fulltext_columns_cursor sp_help_fulltext_tables sp_help_fulltext_tables_cursor | sys.fulltext_catalogs sys.fulltext_index_columns sys.fulltext_indexes | sp_help_fulltext_catalogs sp_help_fulltext_catalog_components sp_help_fulltext_catalogs_cursor sp_help_fulltext_columns sp_help_fulltext_columns_cursor sp_help_fulltext_table sp_help_fulltext_tables_cursor | 88 203 90 92 93 91 89 |
sp_fulltext_service action values: clean_up, connect_timeout, and data_timeout return zero | None | sp_fulltext_service @action=clean_up sp_fulltext_service @action=connect_timeout sp_fulltext_service @action=data_timeout | 116 117 118 |
sys.dm_fts_active_catalogs columns: is_paused previous_status previous_status_description row_count_in_thousands status status_description worker_count | None. | dm_fts_active_catalogs.is_paused dm_fts_active_catalogs.previous_status dm_fts_active_catalogs.previous_status_description dm_fts_active_catalogs.row_count_in_thousands dm_fts_active_catalogs.status dm_fts_active_catalogs.status_description dm_fts_active_catalogs.worker_count | 218 221 222 224 219 220 223 |
sys.dm_fts_memory_buffers column: row_count | None. | dm_fts_memory_buffers.row_count | 225 |
sys.fulltext_catalogs columns: path data_space_id file_id columns | None. | fulltext_catalogs.path fulltext_catalogs.data_space_id fulltext_catalogs.file_id | 215 216 217 |
Sql Server 2014 Enterprise Download
Features Not Supported in a Future Version of SQL Server
The following full-text search features are supported in the next version of SQL Server, but will be removed in a later version. The specific version of SQL Server has not been determined.
The Feature name value appears in trace events as the ObjectName and in performance counters and sys.dm_os_performance_counters as the instance name. The Feature ID value appears in trace events as the ObjectId.
Deprecated feature | Replacement | Feature name | Feature ID |
---|---|---|---|
CONTAINS and CONTAINSTABLE generic NEAR operator: {<simple_term> <prefix_term>} { { { NEAR ~ } {<simple_term> <prefix_term>} } [..n] } | The custom NEAR operator: NEAR( { {<simple_term> <prefix_term>} [ ,..n ] ( {<simple_term> <prefix_term>} [,..n] ) [, } ) | FULLTEXT_OLD_NEAR_SYNTAX | 247 |
CREATE FULLTEXT CATALOG option: IN PATH 'rootpath' ON FILEGROUP filegroup | None. | CREATE FULLTEXT CATLOG IN PATH None.* | 237 None.* |
DATABASEPROPERTYEX property: IsFullTextEnabled | None. | DATABASEPROPERTYEX**('IsFullTextEnabled')** | 202 |
sp_detach_db option: [ @keepfulltextindexfile = ] 'KeepFulltextIndexFile' | None. | sp_detach_db @keepfulltextindexfile | 226 |
sp_fulltext_service action values: resource_usage has no function. | None | sp_fulltext_service @action=resource_usage | 200 |
*The SQL Server:Deprecated Features object does not monitor occurrences of CREATE FULLTEXT CATLOG ON FILEGROUP filegroup.
-->APPLIES TO: SQL Server (starting with 2016) Azure SQL Database Azure SQL Data Warehouse Parallel Data Warehouse
This topic provides details of features supported by the SQL Server editions. At this time, there are no changes to features supported by editions for SQL Server 2017.
Installation requirements vary based on your application needs. The different editions of SQL Server accommodate the unique performance, runtime, and price requirements of organizations and individuals. The SQL Server components that you install also depend on your specific requirements. The following sections help you understand how to make the best choice among the editions and components available in SQL Server.
The SQL Server Evaluation edition is available for a 180-day trial period.
For the latest release notes and what's new information, see the following:
Try SQL Server!
Download SQL Server 2016 from the Evaluation Center
SQL Server Editions
The following table describes the editions of SQL Server.
SQL Server edition | Definition |
---|---|
Enterprise | The premium offering, SQL Server Enterprise edition delivers comprehensive high-end datacenter capabilities with blazing-fast performance, unlimited virtualization, and end-to-end business intelligence - enabling high service levels for mission-critical workloads and end-user access to data insights. |
Standard | SQL Server Standard edition delivers basic data management and business intelligence database for departments and small organizations to run their applications and supports common development tools for on-premise and cloud - enabling effective database management with minimal IT resources. |
Web | SQL Server Web edition is a low total-cost-of-ownership option for Web hosters and Web VAPs to provide scalability, affordability, and manageability capabilities for small to large-scale Web properties. |
Developer | SQL Server Developer edition lets developers build any kind of application on top of SQL Server. It includes all the functionality of Enterprise edition, but is licensed for use as a development and test system, not as a production server. SQL Server Developer is an ideal choice for people who build SQL Server and test applications. |
Express editions | Express edition is the entry-level, free database and is ideal for learning and building desktop and small server, which provides an integrated environment for database developers to carry out all their database design work for any SQL Server platform (both on and off premise) within Visual Studio. Database developers can use the enhanced Server Explorer in Visual Studio to easily create or edit database objects and data, or execute queries. |
Connectivity Components | Installs components for communication between clients and servers, and network libraries for DB-Library, ODBC, and OLE DB. |
Documentation | Description |
---|---|
SQL Server Books Online | Core documentation for SQL Server. |
Developer and Evaluation Editions
For features supported by Developer and Evaluation editions, see features listed for the SQL Server Enterprise Edition in the tables below.
The Developer edition continues to support only 1 client for SQL Server Distributed Replay.
Scale Limits
Feature | Enterprise | Standard | Web | Express with Advanced Services | Express |
---|---|---|---|---|---|
Maximum compute capacity used by a single instance - SQL Server Database Engine1 | Operating system maximum | Limited to lesser of 4 sockets or 24 cores | Limited to lesser of 4 sockets or 16 cores | Limited to lesser of 1 socket or 4 cores | Limited to lesser of 1 socket or 4 cores |
Maximum compute capacity used by a single instance - Analysis Services or Reporting Services | Operating system maximum | Limited to lesser of 4 sockets or 24 cores | Limited to lesser of 4 sockets or 16 cores | Limited to lesser of 1 socket or 4 cores | Limited to lesser of 1 socket or 4 cores |
Maximum memory for buffer pool per instance of SQL Server Database Engine | Operating System Maximum | 128 GB | 64 GB | 1410 MB | 1410 MB |
Maximum memory for Columnstore segment cache per instance of SQL Server Database Engine | Unlimited memory | 32 GB2 | 16 GB2 | 352 MB2 | 352 MB2 |
Maximum memory-optimized data size per database in SQL Server Database Engine | Unlimited memory | 32 GB2 | 16 GB2 | 352 MB2 | 352 MB2 |
Maximum memory utilized per instance of Analysis Services | Operating System Maximum | Tabular: 16 GB MOLAP: 64 GB | N/A | N/A | N/A |
Maximum memory utilized per instance of Reporting Services | Operating System Maximum | 64 GB | 64 GB | 4 GB | N/A |
Maximum relational database size | 524 PB | 524 PB | 524 PB | 10 GB | 10 GB |
1 Enterprise Edition with Server + Client Access License (CAL) based licensing (not available for new agreements) is limited to a maximum of 20 cores per SQL Server instance. There are no limits under the Core-based Server Licensing model. For more information, see Compute Capacity Limits by Edition of SQL Server.
2 Applies to SQL Server 2016 (13.x) SP1 as part of creating a common programmability surface area (CPSA) across editions.
RDBMS High Availability
Feature | Enterprise | Standard | Web | Express with Advanced Services | Express |
---|---|---|---|---|---|
Server core support 1 | Yes | Yes | Yes | Yes | Yes |
Log shipping | Yes | Yes | Yes | No | No |
Database mirroring | Yes | Yes Full safety only | Witness only | Witness only | Witness only |
Backup compression | Yes | Yes | No | No | No |
Database snapshot | Yes | Yes 3 | Yes 3 | Yes 3 | Yes 3 |
Always On failover cluster instances | Yes 16 | Yes Support for 2 nodes | No | No | No |
Always On availability groups | Yes Up to 8 secondary replicas, including 2 synchronous secondary replicas | No | No | No | No |
Basic availability groups 2 | No | Yes Support for 2 nodes | No | No | No |
Online page and file restore | Yes | No | No | No | No |
Online indexing | Yes | No | No | No | No |
Online schema change | Yes | No | No | No | No |
Fast recovery | Yes | No | No | No | No |
Mirrored backups | Yes | No | No | No | No |
Hot add memory and CPU | Yes | No | No | No | No |
Database recovery advisor | Yes | Yes | Yes | Yes | Yes |
Encrypted backup | Yes | Yes | No | No | No |
Hybrid backup to Windows Azure (backup to URL) | Yes | Yes | No | No | No |
1 For more information on installing SQL Server on Server Core, see Install SQL Server on Server Core.
2 For more information about Basic availability groups, see Basic Availability Groups.
3 Applies to SQL Server 2016 SP1 as part of creating a common programmability surface area (CPSA) across editions.
RDBMS Scalability and Performance
Feature | Enterprise | Standard | Web | Express with Advanced Services | Express |
---|---|---|---|---|---|
Columnstore 1 | Yes | Yes 2 | Yes 2 | Yes2 | Yes2 |
In-Memory OLTP 1 | Yes | Yes 2 | Yes 2 | Yes 2, 3 | Yes 2 |
Stretch Database | Yes | Yes | Yes | Yes | Yes |
Persistent Main Memory | Yes | Yes | Yes | Yes | Yes |
Multi-instance support | 50 | 50 | 50 | 50 | 50 |
Table and index partitioning | Yes | Yes 2 | Yes 2 | Yes 2 | Yes 2 |
Data compression | Yes | Yes 2 | Yes 2 | Yes 2 | Yes 2 |
Resource Governor | Yes | No | No | No | No |
Partitioned Table Parallelism | Yes | No | No | No | No |
Multiple Filestream containers | Yes | Yes 2 | Yes 2 | Yes 2 | Yes 2 |
NUMA Aware Large Page Memory and Buffer Array Allocation | Yes | No 4 | No | No | No |
Buffer Pool Extension | Yes | Yes | No | No | No |
I/O Resource Governance | Yes | No | No | No | No |
Read-Ahead | Yes | No | No | No | No |
Advanced Scanning | Yes | No | No | No | No |
Delayed Durability | Yes | Yes | Yes | Yes | Yes |
1 In-Memory OLTP data size and Columnstore segment cache are limited to the amount of memory specified by edition in the Scale Limits section. The max degrees of parallelism is limited. The degrees of process parallelism (DOP) for an index build is limited to 2 DOP for the Standard Edition and 1 DOP for the Web and Express Editions. This refers to columnstore indexes created over disk-based tables and memory-optimized tables.
2 Applies to SQL Server 2016 (13.x) SP1 as part of creating a Common Programmability Surface Area (CPSA) across editions.
3 This feature is not included in the LocalDB installation option.
4 Standard Edition and SQL Server + CAL-based licensing can restrict how many processors SQL Server Standard can use, but SQL Server Standard is NUMA aware.
RDBMS Security
Feature | Enterprise | Standard | Web | Express | Express with Advanced Services |
---|---|---|---|---|---|
Row-level security | Yes | Yes | Yes 1 | Yes 1 | Yes 1 |
Always Encrypted | Yes | Yes 1 | Yes 1 | Yes 1 | Yes 1 |
Dynamic data masking | Yes | Yes | Yes 1 | Yes 1 | Yes 1 |
Basic auditing | Yes | Yes | Yes | Yes | Yes |
Fine grained auditing | Yes | Yes 1 | Yes 1 | Yes 1 | Yes 1 |
Transparent database encryption | Yes | No | No | No | No |
Extensible key management | Yes | No | No | No | No |
User-defined roles | Yes | Yes | Yes | Yes | Yes |
Contained databases | Yes | Yes | Yes | Yes | Yes |
Encryption for backups | Yes | Yes | No | No | No |
1 Applies to SQL Server 2016 (13.x) SP1 as part of creating a common programmability surface area (CPSA) across editions.
Replication
Feature | Enterprise | Standard | Web | Express with Advanced Services | Express |
---|---|---|---|---|---|
Heterogeneous subscribers | Yes | Yes | No | No | No |
Merge replication | Yes | Yes | Yes (Subscriber only) | Yes (Subscriber only) | Yes (Subscriber only) |
Oracle publishing | Yes | No | No | No | No |
Peer to peer transactional replication | Yes | No | No | No | No |
Snapshot replication | Yes | Yes | Yes (Subscriber only) | Yes (Subscriber only) | Yes (Subscriber only) |
SQL Server change tracking | Yes | Yes | Yes | Yes | Yes |
Transactional replication | Yes | Yes | Yes (Subscriber only) | Yes (Subscriber only) | Yes (Subscriber only) |
Transactional replication to Azure | Yes | Yes | No | No | No |
Transactional replication updateable subscription | Yes | No | No | No | No |
Management Tools
Feature | Enterprise | Standard | Web | Express with Advanced Services | Express |
---|---|---|---|---|---|
SQL Management Objects (SMO) | Yes | Yes | Yes | Yes | Yes |
SQL Configuration Manager | Yes | Yes | Yes | Yes | Yes |
SQL CMD (Command Prompt tool) | Yes | Yes | Yes | Yes | Yes |
Distributed Replay - Admin Tool | Yes | Yes | Yes | Yes | No |
Distribute Replay - Client | Yes | Yes | Yes | No | No |
Distributed Replay - Controller | Yes (Up to 16 clients) | Yes (1 client) | Yes (1 client) | No | No |
SQL Profiler | Yes | Yes | No 1 | No 1 | No 1 |
SQL Server Agent | Yes | Yes | Yes | No | No |
Microsoft System Center Operations Manager Management Pack | Yes | Yes | Yes | No | No |
Database Tuning Advisor (DTA) | Yes | Yes 2 | Yes 2 | No | No |
1 SQL Server Web, SQL Server Express, SQL Server Express with Tools, and SQL Server Express with Advanced Services can be profiled using SQL Server Standard and SQL Server Enterprise editions.
2 Tuning enabled only on Standard edition features
RDBMS Manageability
Feature | Enterprise | Standard | Web | Express with Advanced Services | Express |
---|---|---|---|---|---|
User instances | No | No | No | Yes | Yes |
LocalDB | No | No | No | Yes | No |
Dedicated admin connection | Yes | Yes | Yes | Yes with trace flag | Yes with trace flag |
PowerShell scripting support | Yes | Yes | Yes | Yes | Yes |
SysPrep support 1 | Yes | Yes | Yes | Yes | Yes |
Support for data-tier application component operations - extract, deploy, upgrade, delete | Yes | Yes | Yes | Yes | Yes |
Policy automation (check on schedule and change) | Yes | Yes | Yes | No | No |
Performance data collector | Yes | Yes | Yes | No | No |
Able to enroll as a managed instance in multi-instance management | Yes | Yes | Yes | No | No |
Standard performance reports | Yes | Yes | Yes | No | No |
Plan guides and plan freezing for plan guides | Yes | Yes | Yes | No | No |
Direct query of indexed views (using NOEXPAND hint) | Yes | Yes | Yes | Yes | Yes |
Automatic indexed views maintenance | Yes | Yes | Yes | No | No |
Distributed partitioned views | Yes | No | No | No | No |
Parallel indexed operations | Yes | No | No | No | No |
Automatic use of indexed view by query optimizer | Yes | No | No | No | No |
Parallel consistency check | Yes | No | No | No | No |
SQL Server Utility Control Point | Yes | No | No | No | No |
Buffer pool extension | Yes | Yes | No | No | No |
1 For more information, see Considerations for Installing SQL Server Using SysPrep.
2 Applies to SQL Server 2016 (13.x) SP1 as part of creating a common programmability surface area (CPSA) across editions.
Development Tools
Feature | Enterprise | Standard | Web | Express with Advanced Services | Express |
---|---|---|---|---|---|
Microsoft Visual Studio integration | Yes | Yes | Yes | Yes | Yes |
Intellisense (Transact-SQL and MDX) | Yes | Yes | Yes | Yes | Yes |
SQL Server Data Tools (SSDT) | Yes | Yes | Yes | Yes | No |
MDX edit, debug, and design tools | Yes | Yes | No | No | No |
Programmability
Feature | Enterprise | Standard | Web | Express with Advanced Services | Express |
---|---|---|---|---|---|
Basic R integration | Yes | Yes | Yes | Yes | No |
Advanced R integration | Yes | No | No | No | No |
R Server (Standalone) | Yes | No | No | No | No |
PolyBase compute node | Yes | Yes 1 | Yes 1, 2 | Yes 1, 2 | Yes 1, 2 |
PolyBase head node | Yes | No | No | No | No |
JSON | Yes | Yes | Yes | Yes | Yes |
Query Store | Yes | Yes | Yes | Yes | Yes |
Temporal | Yes | Yes | Yes | Yes | Yes |
Common Language Runtime (CLR) Integration | Yes | Yes | Yes | Yes | Yes |
Native XML support | Yes | Yes | Yes | Yes | Yes |
XML indexing | Yes | Yes | Yes | Yes | Yes |
MERGE & UPSERT capabilities | Yes | Yes | Yes | Yes | Yes |
FILESTREAM support | Yes | Yes | Yes | Yes | Yes |
FileTable | Yes | Yes | Yes | Yes | Yes |
Date and Time datatypes | Yes | Yes | Yes | Yes | Yes |
Internationalization support | Yes | Yes | Yes | Yes | Yes |
Full-text and semantic search | Yes | Yes | Yes | Yes | No |
Specification of language in query | Yes | Yes | Yes | Yes | No |
Service Broker (messaging) | Yes | Yes | No (Client only) | No (Client only) | No (Client only) |
Transact-SQL endpoints | Yes | Yes | Yes | No | No |
1 Scale out with multiple compute nodes requires a head node.
2 Applies to SQL Server 2016 (13.x) SP1 as part of creating a common programmability surface area (CPSA) across editions.
Integration Services
For info about the Integration Services (SSIS) features supported by the editions of SQL Server, see Integration Services Features Supported by the Editions of SQL Server.
Master Data Services
For information about the Master Data Services and Data Quality Services features supported by the editions of SQL Server, see Master Data Services and Data Quality Services Features Supported by the Editions of SQL Server.
Data Warehouse
Feature | Enterprise | Standard | Web | Express with Advanced Services | Express |
---|---|---|---|---|---|
Create cubes without a database | Yes | Yes | No | No | No |
Autogenerate staging and data warehouse schema | Yes | Yes | No | No | No |
Change data capture | Yes | Yes 1 | No | No | No |
Star join query optimizations | Yes | No | No | No | No |
Scalable read-only Analysis Services configuration | Yes | No | No | No | No |
Parallel query processing on partitioned tables and indexes | Yes | No | No | No | No |
Global batch aggregation | Yes | No | No | No | No |
1 Applies to SQL Server 2016 (13.x) SP1 as part of creating a common programmability surface area (CPSA) across editions.
Analysis Services
For information about the Analysis Services features supported by the editions of SQL Server, see Analysis Services Features Supported by the Editions of SQL Server.
BI Semantic Model (Multi Dimensional)
For information about the Analysis Services features supported by the editions of SQL Server, see Analysis Services Features Supported by the Editions of SQL Server.
BI Semantic Model (Tabular)
For information about the Analysis Services features supported by the editions of SQL Server, see Analysis Services Features Supported by the Editions of SQL Server.
Power Pivot for SharePoint
For information about the Power Pivot for SharePoint features supported by the editions of SQL Server, see Analysis Services Features Supported by the Editions of SQL Server.
Data Mining
For information about the Data Mining features supported by the editions of SQL Server, see Analysis Services Features Supported by the Editions of SQL Server. Uniersity of minnesota transfer application open 2018.
Reporting Services
For information about the Reporting Services features supported by the editions of SQL Server, see Reporting Services Features Supported by the Editions of SQL Server.
Business Intelligence Clients
For information about the Business Intelligence Client features supported by the editions of SQL Server, see Analysis Services Features Supported by the Editions of SQL Server or Reporting Services Features Supported by the Editions of SQL Server.
Spatial and Location Services
Feature Name | Enterprise | Standard | Web | Express with Advanced Services | Express |
---|---|---|---|---|---|
Spatial indexes | Yes | Yes | Yes | Yes | Yes |
Planar and geodetic datatypes | Yes | Yes | Yes | Yes | Yes |
Advanced spatial libraries | Yes | Yes | Yes | Yes | Yes |
Import/export of industry-standard spatial data formats | Yes | Yes | Yes | Yes | Yes |
Additional Database Services
Feature Name | Enterprise | Standard | Web | Express with Advanced Services | Express |
---|---|---|---|---|---|
SQL Server Migration Assistant | Yes | Yes | Yes | Yes | Yes |
Database mail | Yes | Yes | Yes | No | No |
Other Components
Microsoft Sql Server 2016 Full Mega Free
Feature Name | Enterprise | Standard | Web | Express with Advanced Services | Express |
---|---|---|---|---|---|
StreamInsight | StreamInsight Premium Edition | StreamInsight Standard Edition | StreamInsight Standard Edition | No | No |
StreamInsight HA | StreamInsight Premium Edition | No | No | No | No |
Sql Server 2016 Download
Download the latest version of SQL Server Management Studio