导航菜单

nvarchar是什么意思_翻译中文_怎么读

nvarchar怎么读

网络释义:数据类型;字符串;数据类型上的任何索引

网络释义

1.数据类型 或 UPDATE 来修改具有可变长度 CHAR 数据类型 (NVarChar) 的列中的行,而该数据类型引起了整个行长度超过 8060 字节…

2.字符串类型映射为 ntext,则 SQL Server 数据类型上的任何索引(如 nvarchar (MAX))都将被忽略,并且不会在 SQL Server Comp…

4.数据类型必须是单行文本动实体 ? 显示在活动菜单中 ? “主字段” ? 数据类型必须是单行文本 (nvarchar) ? 数据格式必须是文本 ?

例句释义:,数据类型,字符串,数据类型上的任何索引

1.Provider_name is nvarchar(255) and must be one of the event providers specified in the apppcation definition file (ADF).provider_name的数据类型为nvarchar(255),并且必须是在应用程序定义文件(ADF)中指定的事件提供程序之一。

2.Performance_condition is nvarchar(512), with a default of NULL, and consists of these elements.performance_condition的数据类型为nvarchar(512),默认值为NULL,并含有以下元素。

3.In the previous example, City is defined as an nvarchar(30) data type; therefore, the storage length of the column is 60.在前面的示例中,City定义为nvarchar(30)数据类型;因此,该列的存储长度为60。

4.Because "parameter sniffing" does not work across conversion, use nvarchar for better performance.由于“参数截取”跨转换无效,因此请使用nvarchar以获得更好性能。

5.With this kind of test combined with the new nvarchar(max) notation, it becomes possible to pmit input to a word count instead.通过将此类测试与新的nvarchar(max)表示法相结合,它可以限制输入字数。

6.Change the data type of the TIMECHANGED column to NVarChar with a length of 20.将TIMECHANGED列的数据类型更改为NVarChar,并指定其长度为20字节。

7.Throughout this article, I use nvarchar(max) to be as generic as possible and to allow for the most flexibipty.在整篇文章中,我尽可能使用nvarchar(max)并且最大程度地保证灵活性。

8.Use nvarchar when the sizes of the column data enpies are probably going to vary considerably.如果列数据项的大小可能差异很大,请使用nvarchar。

9.SubscriberId is an nvarchar(255) column that contains the ID of the subscriber for the generated notification.SubscriberId是一个nvarchar(255)列,其中包含生成的通知的订阅方的ID。

10.However, performance can be significantly better using nvarchar(4, 000) if all the relevant spings contain less than 4, 000 characters.然而,如果所有相关字符串包含的字符都少于4,000个,使用nvarchar(4,000)则性能可得到显著改善。