﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2008 / SQL Server 2008 - General  / is there any change in query execution time , when we replace NTEXT with nVARCHAR ? / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Sat, 18 May 2013 15:09:18 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: is there any change in query execution time , when we replace NTEXT with nVARCHAR ?</title><link>http://www.sqlservercentral.com/Forums/Topic1379731-391-1.aspx</link><description>thanx</description><pubDate>Thu, 01 Nov 2012 07:41:58 GMT</pubDate><dc:creator>sumith1andonly1</dc:creator></item><item><title>RE: is there any change in query execution time , when we replace NTEXT with nVARCHAR ?</title><link>http://www.sqlservercentral.com/Forums/Topic1379731-391-1.aspx</link><description>Just changing ntext to nvarchar(max) is not going to magically make queries significantly faster. You need to identify what's slow and tune those queries.[url]http://www.simple-talk.com/sql/performance/finding-the-causes-of-poor-performance-in-sql-server,-part-1/[/url][url]http://www.simple-talk.com/sql/performance/finding-the-causes-of-poor-performance-in-sql-server,-part-2/[/url]</description><pubDate>Thu, 01 Nov 2012 07:24:28 GMT</pubDate><dc:creator>GilaMonster</dc:creator></item><item><title>RE: is there any change in query execution time , when we replace NTEXT with nVARCHAR ?</title><link>http://www.sqlservercentral.com/Forums/Topic1379731-391-1.aspx</link><description>database will flooded with GBs of data in each day .i used to archive data in day wise.The actual problem is  when querying some thing from huge data , to show it on a web page. then there the problem. Query time out occurs. i used indexing .I felt the query execution will be slower in querying for some data.? </description><pubDate>Thu, 01 Nov 2012 06:15:42 GMT</pubDate><dc:creator>sumith1andonly1</dc:creator></item><item><title>RE: is there any change in query execution time , when we replace NTEXT with nVARCHAR ?</title><link>http://www.sqlservercentral.com/Forums/Topic1379731-391-1.aspx</link><description>[quote][b]sanket kokane (11/1/2012)[/b][hr]you can create index on varchar which is not possible on ntext.[/quote]You can't create an index on an nvarchar(max), which is the replacement for ntext. Just replacing the data types is unlikely to have a measurable or noticeable impact on performance</description><pubDate>Thu, 01 Nov 2012 06:08:17 GMT</pubDate><dc:creator>GilaMonster</dc:creator></item><item><title>RE: is there any change in query execution time , when we replace NTEXT with nVARCHAR ?</title><link>http://www.sqlservercentral.com/Forums/Topic1379731-391-1.aspx</link><description>May be it will boost your performance,you can create index on varchar which is not possible on ntext.but still it depend upon the length of you data.</description><pubDate>Thu, 01 Nov 2012 06:00:54 GMT</pubDate><dc:creator>sanket kokane</dc:creator></item><item><title>RE: is there any change in query execution time , when we replace NTEXT with nVARCHAR ?</title><link>http://www.sqlservercentral.com/Forums/Topic1379731-391-1.aspx</link><description>Probably not.</description><pubDate>Thu, 01 Nov 2012 05:02:17 GMT</pubDate><dc:creator>GilaMonster</dc:creator></item><item><title>is there any change in query execution time , when we replace NTEXT with nVARCHAR ?</title><link>http://www.sqlservercentral.com/Forums/Topic1379731-391-1.aspx</link><description>i have table with lots of NTEXT fields. some of them are rarely used.i just replaced ntext with nvarchar. is there any chance to execute my query faster?</description><pubDate>Thu, 01 Nov 2012 04:54:35 GMT</pubDate><dc:creator>sumith1andonly1</dc:creator></item></channel></rss>