nvarchar vs varchar

  • Can anyone tell me what's the difference between nvarchar and varchar? Thanks you so much.

  • That said, you would nchar or nvarchar if you think you'll need to internationalize at some point. If you're not going to, use char or varchar - they take up half the space, which translates to a big savings in disk space, but more importantly increases the number of records on a page, which means better IO.

    Andy

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply