I'm trying to decide if there's any real advantage to using varchar anymore. With diskspace being pretty cheap, and user/app/language support being a real issue, is there any real reason to use varchar? I know it takes up less space than nVarChar, but you lose unicode support and run the risk of some users (maybe in different countries) being able to input data outside the scope of what varchar accepts.