I think the best way to do this task is to generate script for the current database and then replace nvarchar(max) with varchar(250) on the text file, and then create the new database.
after that use the Import/export utilities to transfer the data to the new database.