Home > Database > Mysql Tutorial > body text

SQLSERVER NTEXT字段查询

WBOY
Release: 2016-06-07 15:39:36
Original
1748 people have browsed it

发现一个奇怪的问题: 环境 :SQLSERVER 20008表中有三个字段为NText存储了RTF格式的文本信息 场景 :select * from Table 1. 使用SQLSERVER 2008 客户端(非本地)查询时下载的数据量非常大,有25M,经分析是Ntext字段中的数据过多,超90%。 2.而使用SQLSERVE

发现一个奇怪的问题:

    环境:SQLSERVER 20008表中有三个字段为NText存储了RTF格式的文本信息

    场景:select * from Table

         1. 使用SQLSERVER 2008 客户端(非本地)查询时下载的数据量非常大,有25M,经分析是Ntext字段中的数据过多,超90%。

          2.而使用SQLSERVER 7.0 客户端查询时,下载的数据非常小只有 2M,且数据完整

     待解决问题:

        1.为什么SQLSERVER 7.0 和SQLSERVER 2008查询有这么大的区别

        2.如何降低NTEXT字段(RTF文本)查询时的下载数据量

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!