As I understand it, if your setting up a field to hold say a customer name, you should use varchar istead of nvarchar, as the first has less memory demands. Unicode is to be used when the text my have special characters in the text data ?
Is these correct test for unicode variable use ?