Categories
- MDX (2)
- PPS (3)
- SharePoint (3)
- SQL (1)
- SQL Server (3)
- SSIS (1)
- SSMS (2)
- SSRS (1)
- Uncategorized (2)
- Windows (1)
Tags
Configuration Failed Custom Assembly Custom Components Dataset Data Type Datatype DLL Filters IIS Insert Script JavaScript Library Not Registered MDX MOSS MSXML NVARCHAR Office Diagnostics Outlook Overwrite Performance Point Server PPS Reporting Services Setup SharePoint SQL SQL Server SQL Server 2005 SQL Server Management Studio SSIS SSMS SSRS SSRS 2008 SuppressAutoUpdate UNICODE UTF VARCHAR Virtual PC Vista Windows 7
Tag Archives: Datatype
When To Use NVARCHAR
The Short Answer Only when you need to store multi-lingual (unicode) data. The Nitty Gritty The fundamental unit of storage in a SQL Server database is an 8 KB page. To paraphrase the MSDN, SQL Server reads and writes whole … Continue reading
Posted in SQL Server
Tagged Data Type, Datatype, NVARCHAR, SQL Server, UNICODE, UTF, VARCHAR
4 Comments