Just do a standard INSERT ... SELECT - it should be fine. If you get errors
you can try the CAST function, but you shouldn't need it.
--
Mary Bray [SQL Server MVP]
Please reply only to newsgroups
[quoted text, click to view] "jojo" <anonymous@discussions.microsoft.com> wrote in message
news:02b901c4b737$2397ed20$a601280a@phx.gbl...
> How can I copy the data from varchar to nvarchar from one
> table to another?
>
>