May 10, 2007 at 1:56 pm
We have many columns in our database defined as nvarchar and we have no need to store unicode data. I have 2 questions regarding changing the nvarchars to varchar:
Thanks.
May 11, 2007 at 4:24 am
You would see reduced space used, how much depends on the size of the rows and the number of rows in the table. You'll only see the space reclaimed after a full index rebuild of the table though.
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
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply