Home Forums SQL Server 2008 SQL Server 2008 - General is there any change in query execution time , when we replace NTEXT with nVARCHAR ? RE: is there any change in query execution time , when we replace NTEXT with nVARCHAR ?

  • sanket kokane (11/1/2012)


    you can create index on varchar which is not possible on ntext.

    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

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass