If you have a field of length 100, type nvarchar and you view it via the Design Table interface it will show up as length 100, if you are in Query Analyser(QA) and highlight the table name and hold down ALT and hit F1 to return the design of the table it gives it as length 200, I presume this is the unicode value and if so why does QA display it in this format?
Thanks
Thanks