mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -05:00
Merge create db work in progress (#341)
* Port over initial block of create db implementation * Test case placeholder * In-progress work * Stage changes to other machine * Add database prototype strings * Stage changes to other machine * Stage changes * Hook the database info into capabilities discovery * Stage changes * Update SMO to latest from ssms_main * Various clean-ups * Update localization files
This commit is contained in:
@@ -1541,6 +1541,561 @@
|
||||
<target state="new">System-Versioned</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="unavailable">
|
||||
<source>Unavailable</source>
|
||||
<target state="new">Unavailable</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="filegroup_dialog_defaultFilegroup">
|
||||
<source>Current default filegroup: {0}</source>
|
||||
<target state="new">Current default filegroup: {0}</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="filegroup_dialog_title">
|
||||
<source>New Filegroup for {0}</source>
|
||||
<target state="new">New Filegroup for {0}</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="filegroups_default">
|
||||
<source>Default</source>
|
||||
<target state="new">Default</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="filegroups_files">
|
||||
<source>Files</source>
|
||||
<target state="new">Files</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="filegroups_name">
|
||||
<source>Name</source>
|
||||
<target state="new">Name</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="filegroups_readonly">
|
||||
<source>Read-Only</source>
|
||||
<target state="new">Read-Only</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="general_autogrowth">
|
||||
<source>Autogrowth / Maxsize</source>
|
||||
<target state="new">Autogrowth / Maxsize</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="general_builderText">
|
||||
<source>...</source>
|
||||
<target state="new">...</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="general_default">
|
||||
<source><default></source>
|
||||
<target state="new"><default></target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="general_fileGroup">
|
||||
<source>Filegroup</source>
|
||||
<target state="new">Filegroup</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="general_fileName">
|
||||
<source>Logical Name</source>
|
||||
<target state="new">Logical Name</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="general_fileType">
|
||||
<source>File Type</source>
|
||||
<target state="new">File Type</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="general_initialSize">
|
||||
<source>Initial Size (MB)</source>
|
||||
<target state="new">Initial Size (MB)</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="general_newFilegroup">
|
||||
<source><new filegroup></source>
|
||||
<target state="new"><new filegroup></target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="general_path">
|
||||
<source>Path</source>
|
||||
<target state="new">Path</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="general_physicalFileName">
|
||||
<source>File Name</source>
|
||||
<target state="new">File Name</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="general_rawDevice">
|
||||
<source><raw device></source>
|
||||
<target state="new"><raw device></target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="general_recoveryModel_bulkLogged">
|
||||
<source>Bulk-logged</source>
|
||||
<target state="new">Bulk-logged</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="general_recoveryModel_full">
|
||||
<source>Full</source>
|
||||
<target state="new">Full</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="general_recoveryModel_simple">
|
||||
<source>Simple</source>
|
||||
<target state="new">Simple</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="general_titleSearchOwner">
|
||||
<source>Select Database Owner</source>
|
||||
<target state="new">Select Database Owner</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_autogrowth_disabled">
|
||||
<source>None</source>
|
||||
<target state="new">None</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_autogrowth_restrictedGrowthByMB">
|
||||
<source>By {0} MB, Limited to {1} MB</source>
|
||||
<target state="new">By {0} MB, Limited to {1} MB</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_autogrowth_restrictedGrowthByPercent">
|
||||
<source>By {0} percent, Limited to {1} MB</source>
|
||||
<target state="new">By {0} percent, Limited to {1} MB</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_autogrowth_unrestrictedGrowthByMB">
|
||||
<source>By {0} MB, Unlimited</source>
|
||||
<target state="new">By {0} MB, Unlimited</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_autogrowth_unrestrictedGrowthByPercent">
|
||||
<source>By {0} percent, Unlimited</source>
|
||||
<target state="new">By {0} percent, Unlimited</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_autogrowth_unlimitedfilestream">
|
||||
<source>Unlimited</source>
|
||||
<target state="new">Unlimited</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_autogrowth_limitedfilestream">
|
||||
<source>Limited to {0} MB</source>
|
||||
<target state="new">Limited to {0} MB</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_category_automatic">
|
||||
<source>Automatic</source>
|
||||
<target state="new">Automatic</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_category_servicebroker">
|
||||
<source>Service Broker</source>
|
||||
<target state="new">Service Broker</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_category_collation">
|
||||
<source>Collation</source>
|
||||
<target state="new">Collation</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_category_cursor">
|
||||
<source>Cursor</source>
|
||||
<target state="new">Cursor</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_category_misc">
|
||||
<source>Miscellaneous</source>
|
||||
<target state="new">Miscellaneous</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_category_recovery">
|
||||
<source>Recovery</source>
|
||||
<target state="new">Recovery</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_category_state">
|
||||
<source>State</source>
|
||||
<target state="new">State</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_prop_ansiNullDefault">
|
||||
<source>ANSI NULL Default</source>
|
||||
<target state="new">ANSI NULL Default</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_prop_ansiNulls">
|
||||
<source>ANSI NULLS Enabled</source>
|
||||
<target state="new">ANSI NULLS Enabled</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_prop_ansiPadding">
|
||||
<source>ANSI Padding Enabled </source>
|
||||
<target state="new">ANSI Padding Enabled </target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_prop_ansiWarnings">
|
||||
<source>ANSI Warnings Enabled</source>
|
||||
<target state="new">ANSI Warnings Enabled</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_prop_arithabort">
|
||||
<source>Arithmetic Abort Enabled </source>
|
||||
<target state="new">Arithmetic Abort Enabled </target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_prop_autoClose">
|
||||
<source>Auto Close</source>
|
||||
<target state="new">Auto Close</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_prop_autoCreateStatistics">
|
||||
<source>Auto Create Statistics</source>
|
||||
<target state="new">Auto Create Statistics</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_prop_autoShrink">
|
||||
<source>Auto Shrink</source>
|
||||
<target state="new">Auto Shrink</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_prop_autoUpdateStatistics">
|
||||
<source>Auto Update Statistics </source>
|
||||
<target state="new">Auto Update Statistics </target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_prop_autoUpdateStatisticsAsync">
|
||||
<source>Auto Update Statistics Asynchronously</source>
|
||||
<target state="new">Auto Update Statistics Asynchronously</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_prop_caseSensitive">
|
||||
<source>Case Sensitive</source>
|
||||
<target state="new">Case Sensitive</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_prop_closeCursorOnCommit">
|
||||
<source>Close Cursor on Commit Enabled </source>
|
||||
<target state="new">Close Cursor on Commit Enabled </target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_prop_collation">
|
||||
<source>Collation</source>
|
||||
<target state="new">Collation</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_prop_concatNullYieldsNull">
|
||||
<source>Concatenate Null Yields Null </source>
|
||||
<target state="new">Concatenate Null Yields Null </target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_prop_databaseCompatibilityLevel">
|
||||
<source>Database Compatibility Level</source>
|
||||
<target state="new">Database Compatibility Level</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_prop_databaseState">
|
||||
<source>Database State </source>
|
||||
<target state="new">Database State </target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_prop_defaultCursor">
|
||||
<source>Default Cursor</source>
|
||||
<target state="new">Default Cursor</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_prop_fullTextIndexing">
|
||||
<source>Full-Text Indexing Enabled </source>
|
||||
<target state="new">Full-Text Indexing Enabled </target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_prop_numericRoundAbort">
|
||||
<source>Numeric Round-Abort </source>
|
||||
<target state="new">Numeric Round-Abort </target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_prop_pageVerify">
|
||||
<source>Page Verify </source>
|
||||
<target state="new">Page Verify </target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_prop_quotedIdentifier">
|
||||
<source>Quoted Identifiers Enabled </source>
|
||||
<target state="new">Quoted Identifiers Enabled </target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_prop_readOnly">
|
||||
<source>Database Read-Only</source>
|
||||
<target state="new">Database Read-Only</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_prop_recursiveTriggers">
|
||||
<source>Recursive Triggers Enabled </source>
|
||||
<target state="new">Recursive Triggers Enabled </target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_prop_restrictAccess">
|
||||
<source>Restrict Access</source>
|
||||
<target state="new">Restrict Access</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_prop_selectIntoBulkCopy">
|
||||
<source>Select Into/Bulk Copy</source>
|
||||
<target state="new">Select Into/Bulk Copy</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_prop_honorBrokerPriority">
|
||||
<source>Honor Broker Priority</source>
|
||||
<target state="new">Honor Broker Priority</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_prop_serviceBrokerGuid">
|
||||
<source>Service Broker Identifier</source>
|
||||
<target state="new">Service Broker Identifier</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_prop_brokerEnabled">
|
||||
<source>Broker Enabled</source>
|
||||
<target state="new">Broker Enabled</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_prop_truncateLogOnCheckpoint">
|
||||
<source>Truncate Log on Checkpoint </source>
|
||||
<target state="new">Truncate Log on Checkpoint </target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_prop_dbChaining">
|
||||
<source>Cross-database Ownership Chaining Enabled</source>
|
||||
<target state="new">Cross-database Ownership Chaining Enabled</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_prop_trustworthy">
|
||||
<source>Trustworthy</source>
|
||||
<target state="new">Trustworthy</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_prop_dateCorrelationOptimization">
|
||||
<source>Date Correlation Optimization Enabledprototype_db_prop_parameterization = Parameterization</source>
|
||||
<target state="new">Date Correlation Optimization Enabledprototype_db_prop_parameterization = Parameterization</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_prop_parameterization_value_forced">
|
||||
<source>Forced</source>
|
||||
<target state="new">Forced</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_prop_parameterization_value_simple">
|
||||
<source>Simple</source>
|
||||
<target state="new">Simple</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_file_dataFile">
|
||||
<source>ROWS Data</source>
|
||||
<target state="new">ROWS Data</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_file_logFile">
|
||||
<source>LOG</source>
|
||||
<target state="new">LOG</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_file_filestreamFile">
|
||||
<source>FILESTREAM Data</source>
|
||||
<target state="new">FILESTREAM Data</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_file_noFileGroup">
|
||||
<source>Not Applicable</source>
|
||||
<target state="new">Not Applicable</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_file_defaultpathstring">
|
||||
<source><default path></source>
|
||||
<target state="new"><default path></target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="title_openConnectionsMustBeClosed">
|
||||
<source>Open Connections</source>
|
||||
<target state="new">Open Connections</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="warning_openConnectionsMustBeClosed">
|
||||
<source>To change the database properties, SQL Server must close all other connections to the database_ Are you sure you want to change the properties and close all other connections?</source>
|
||||
<target state="new">To change the database properties, SQL Server must close all other connections to the database_ Are you sure you want to change the properties and close all other connections?</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_prop_databaseState_value_autoClosed">
|
||||
<source>AUTO_CLOSED</source>
|
||||
<target state="new">AUTO_CLOSED</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_prop_databaseState_value_emergency">
|
||||
<source>EMERGENCY</source>
|
||||
<target state="new">EMERGENCY</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_prop_databaseState_value_inaccessible">
|
||||
<source>INACCESSIBLE</source>
|
||||
<target state="new">INACCESSIBLE</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_prop_databaseState_value_normal">
|
||||
<source>NORMAL</source>
|
||||
<target state="new">NORMAL</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_prop_databaseState_value_offline">
|
||||
<source>OFFLINE</source>
|
||||
<target state="new">OFFLINE</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_prop_databaseState_value_recovering">
|
||||
<source>RECOVERING</source>
|
||||
<target state="new">RECOVERING</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_prop_databaseState_value_recoveryPending">
|
||||
<source>RECOVERY PENDING</source>
|
||||
<target state="new">RECOVERY PENDING</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_prop_databaseState_value_restoring">
|
||||
<source>RESTORING</source>
|
||||
<target state="new">RESTORING</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_prop_databaseState_value_shutdown">
|
||||
<source>SHUTDOWN</source>
|
||||
<target state="new">SHUTDOWN</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_prop_databaseState_value_standby">
|
||||
<source>STANDBY</source>
|
||||
<target state="new">STANDBY</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_prop_databaseState_value_suspect">
|
||||
<source>SUSPECT</source>
|
||||
<target state="new">SUSPECT</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_prop_defaultCursor_value_global">
|
||||
<source>GLOBAL</source>
|
||||
<target state="new">GLOBAL</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_prop_defaultCursor_value_local">
|
||||
<source>LOCAL</source>
|
||||
<target state="new">LOCAL</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_prop_restrictAccess_value_multiple">
|
||||
<source>MULTI_USER</source>
|
||||
<target state="new">MULTI_USER</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_prop_restrictAccess_value_restricted">
|
||||
<source>RESTRICTED_USER</source>
|
||||
<target state="new">RESTRICTED_USER</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_prop_restrictAccess_value_single">
|
||||
<source>SINGLE_USER</source>
|
||||
<target state="new">SINGLE_USER</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_prop_pageVerify_value_checksum">
|
||||
<source>CHECKSUM</source>
|
||||
<target state="new">CHECKSUM</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_prop_pageVerify_value_none">
|
||||
<source>NONE</source>
|
||||
<target state="new">NONE</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_prop_pageVerify_value_tornPageDetection">
|
||||
<source>TORN_PAGE_DETECTION</source>
|
||||
<target state="new">TORN_PAGE_DETECTION</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_prop_varDecimalEnabled">
|
||||
<source>VarDecimal Storage Format Enabled</source>
|
||||
<target state="new">VarDecimal Storage Format Enabled</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="compatibilityLevel_katmai">
|
||||
<source>SQL Server 2008 (100)</source>
|
||||
<target state="new">SQL Server 2008 (100)</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_prop_encryptionEnabled">
|
||||
<source>Encryption Enabled</source>
|
||||
<target state="new">Encryption Enabled</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_prop_databasescopedconfig_value_off">
|
||||
<source>OFF</source>
|
||||
<target state="new">OFF</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_prop_databasescopedconfig_value_on">
|
||||
<source>ON</source>
|
||||
<target state="new">ON</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_prop_databasescopedconfig_value_primary">
|
||||
<source>PRIMARY</source>
|
||||
<target state="new">PRIMARY</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="error_db_prop_invalidleadingColumns">
|
||||
<source>For the distribution policy HASH, the number of leading hash columns is optional but should be from 1 to 16 columns </source>
|
||||
<target state="new">For the distribution policy HASH, the number of leading hash columns is optional but should be from 1 to 16 columns </target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="compatibilityLevel_denali">
|
||||
<source>SQL Server 2012 (110)</source>
|
||||
<target state="new">SQL Server 2012 (110)</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="compatibilityLevel_sql14">
|
||||
<source>SQL Server 2014 (120)</source>
|
||||
<target state="new">SQL Server 2014 (120)</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="compatibilityLevel_sql15">
|
||||
<source>SQL Server 2016 (130)</source>
|
||||
<target state="new">SQL Server 2016 (130)</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="compatibilityLevel_sqlvNext">
|
||||
<source>SQL Server vNext (140)</source>
|
||||
<target state="new">SQL Server vNext (140)</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="general_containmentType_None">
|
||||
<source>None</source>
|
||||
<target state="new">None</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="general_containmentType_Partial">
|
||||
<source>Partial</source>
|
||||
<target state="new">Partial</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="filegroups_filestreamFiles">
|
||||
<source>FILESTREAM Files</source>
|
||||
<target state="new">FILESTREAM Files</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_file_noApplicableFileGroup">
|
||||
<source>No Applicable Filegroup</source>
|
||||
<target state="new">No Applicable Filegroup</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
Reference in New Issue
Block a user