Home  >  Article  >  Database  >  SQL Server ntext、text 和 image

SQL Server ntext、text 和 image

WBOY
WBOYOriginal
2016-06-07 17:48:191168browse

在 MicrosoftSQL Server 的未来版本中将删除 ntext、text 和 image 数据类型。请避免在新开发工作中使用这些数据类型,并考虑修改当前使用这些数据类型的应用程序。请改用 nvarchar(max)、varchar(max) 和 varbinary(max)。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn