all groups > sql server programming > october 2004 >
You're in the

sql server programming

group:

Nvarchar


Nvarchar jojo
10/20/2004 11:28:12 PM
sql server programming:
How can I copy the data from varchar to nvarchar from one
table to another?

RE: Nvarchar John Bell
10/21/2004 12:09:09 AM
Hi

Datatypes that do not need to be explicitly converted should copy from one
table to another (although you don't say how this copy is being performed).
See the table in the "CAST and CONVERT" topic in books online for which
datatypes are implicitly convertable.

John


[quoted text, click to view]
Re: Nvarchar Mary Bray
10/21/2004 5:11:57 PM
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]

AddThis Social Bookmark Button