Re: Microsoft SQLServer - varchar or nvarchar fields?
- From: "D." <d@xxxxx>
- Date: Thu, 11 May 2006 12:33:29 +0200
The application is multilingual and I've set the collation of SQL Server to
latin1
I'm tempted to use nvarchar (because jtds driver seems to send strings as
unicode), but I don't know:
1) How this will impact on performances of the application.
2) If I have to use a different sintax on my queries (for example using
N'xxxxxx' instead of 'xxxxxxx' for strings)
3) Any other issues on using nvarchar
Thanks,
Davide.
.
- Follow-Ups:
- Re: Microsoft SQLServer - varchar or nvarchar fields?
- From: joeNOSPAM@xxxxxxx
- Re: Microsoft SQLServer - varchar or nvarchar fields?
- References:
- Microsoft SQLServer - varchar or nvarchar fields?
- From: D.
- Re: Microsoft SQLServer - varchar or nvarchar fields?
- From: joeNOSPAM@xxxxxxx
- Microsoft SQLServer - varchar or nvarchar fields?
- Prev by Date: Re: General Error - can I do better than that.
- Next by Date: Re: Microsoft SQLServer - varchar or nvarchar fields?
- Previous by thread: Re: Microsoft SQLServer - varchar or nvarchar fields?
- Next by thread: Re: Microsoft SQLServer - varchar or nvarchar fields?
- Index(es):
Relevant Pages
|
|