Dotnet, DotnetCore, Azure, C#,VB.net, Sql Server, WCF, MVC ,Linq, Javascript and Jquery
16 December 2011
Varchar vs nvarchar in Sql Server
Varchar vs nvarchar in Sql Server
1. If your database will not be storing multilingual data you should use the varchar datatype instead. The reason for this is that nvarchar takes twice as much space as varchar.
multilingual means expressed in several languages
2.nvarchar support Unicode
data types support Unicode data:
nchar
nvarchar
ntext
Unitcode is a computing industry standard for the consistent encoding, representation and handling of text expressed in most of the world's writing systems.
Subscribe to:
Post Comments (Atom)
Implementing OAuth validation in a Web API
I mplementing OAuth validation in a Web API Implementing OAuth validation in a Web API using C# typically involves several key steps to sec...
-
ViewBag, ViewData, TempData and View State in MVC ASP.NET MVC offers us three options ViewData, ViewBag and TempData for passing data from...
-
// Export Datatable to Excel in C# Windows application using System; using System.Data; using System.IO; using System.Windows.Forms; ...
No comments:
Post a Comment
Comments Welcome