Like: insert into table (col) values (N\'multilingual unicode strings\')
I\'m using SQL Server 2008 and I already use nVarChar as the column data type.
Best practice is to use parameterisation in which case you don't need the N prefix.