Click here to Skip to main content
15,886,199 members
Home / Discussions / Database
   

Database

 
AnswerRe: Update Multiple Rows of one table on the base of multiple rows in another table Pin
Jörgen Andersson2-Dec-11 3:59
professionalJörgen Andersson2-Dec-11 3:59 
GeneralRe: Update Multiple Rows of one table on the base of multiple rows in another table Pin
Rupesh Kumar Swami2-Dec-11 20:42
Rupesh Kumar Swami2-Dec-11 20:42 
GeneralRe: Update Multiple Rows of one table on the base of multiple rows in another table Pin
Jörgen Andersson2-Dec-11 22:45
professionalJörgen Andersson2-Dec-11 22:45 
GeneralRe: Update Multiple Rows of one table on the base of multiple rows in another table Pin
Rupesh Kumar Swami2-Dec-11 23:32
Rupesh Kumar Swami2-Dec-11 23:32 
GeneralRe: Update Multiple Rows of one table on the base of multiple rows in another table Pin
Jörgen Andersson3-Dec-11 3:32
professionalJörgen Andersson3-Dec-11 3:32 
GeneralRe: Update Multiple Rows of one table on the base of multiple rows in another table Pin
Rupesh Kumar Swami3-Dec-11 1:18
Rupesh Kumar Swami3-Dec-11 1:18 
QuestionSqlserver Pin
infobeena1-Dec-11 22:28
infobeena1-Dec-11 22:28 
AnswerRe: Sqlserver Pin
infobeena1-Dec-11 22:33
infobeena1-Dec-11 22:33 
Tags : Varchar ,NVarchar ,Varchar(n),NVarchar(n),SQL Server,String,Length,Difference.

Hi Friends,in this post i would like to explain difference between Varchar & NVarchar in SQL Server.

* The data type Varchar and NVarchar are the sql server data types, both will used to store the string values.

Differences :

1 Character Data Type

Varchar - Non-Unicode Data
NVarchar - Unicode Data

2 Character Size

Varchar - 1 byte
NVarchar - 2 bytes

3 Maximum Length

Varchar - 8,000 bytes
NVarchar - 4,000 bytes

4 Storage Size

Varchar - Actual Length (in bytes)
NVarchar - 2 times Actual Length (in bytes)


* The abbreviation for Varchar is Variable Length character String.

* The abbreviation of NVarchar is uNicode Variable Length character String.


Thank You...
GeneralRe: Sqlserver Pin
jschell2-Dec-11 8:49
jschell2-Dec-11 8:49 
AnswerRe: Sqlserver Pin
thatraja1-Dec-11 22:41
professionalthatraja1-Dec-11 22:41 
JokeRe: Sqlserver Pin
Eddy Vluggen2-Dec-11 7:31
professionalEddy Vluggen2-Dec-11 7:31 
JokeRe: Sqlserver Pin
SilimSayo14-Dec-11 3:25
SilimSayo14-Dec-11 3:25 
JokeRe: Sqlserver Pin
SilimSayo2-Dec-11 9:37
SilimSayo2-Dec-11 9:37 
QuestionSQLite's FAIL ALGORITHM IN ONCONFLICT CLAUSE Pin
Member 83043881-Dec-11 20:16
Member 83043881-Dec-11 20:16 
QuestionDTC crashing SQL server on an update? Pin
devvvy1-Dec-11 18:43
devvvy1-Dec-11 18:43 
QuestionDatabase unable to return data to all clients for 10 clients or more making same call at same time. Pin
Steve Holdorf1-Dec-11 3:22
Steve Holdorf1-Dec-11 3:22 
AnswerRe: Database unable to return data to all clients for 10 clients or more making same call at same time. Pin
Shameel1-Dec-11 3:56
professionalShameel1-Dec-11 3:56 
GeneralRe: Database unable to return data to all clients for 10 clients or more making same call at same time. Pin
Steve Holdorf1-Dec-11 4:05
Steve Holdorf1-Dec-11 4:05 
AnswerRe: Database unable to return data to all clients for 10 clients or more making same call at same time. Pin
Steve Holdorf1-Dec-11 7:22
Steve Holdorf1-Dec-11 7:22 
QuestionDisplaying Objects within a Date Range Pin
Aptiva Dave30-Nov-11 5:12
Aptiva Dave30-Nov-11 5:12 
AnswerRe: Displaying Objects within a Date Range Pin
Chris Meech30-Nov-11 6:27
Chris Meech30-Nov-11 6:27 
AnswerRe: Displaying Objects within a Date Range Pin
jschell30-Nov-11 10:30
jschell30-Nov-11 10:30 
AnswerRe: Displaying Objects within a Date Range Pin
PIEBALDconsult30-Nov-11 14:59
mvePIEBALDconsult30-Nov-11 14:59 
AnswerRe: Displaying Objects within a Date Range Pin
Mycroft Holmes30-Nov-11 16:57
professionalMycroft Holmes30-Nov-11 16:57 
Questioncompare two SQL database Pin
jojoba201130-Nov-11 0:28
jojoba201130-Nov-11 0:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.