How to take database backup on online server ?
infobeena
Posts
-
How to take database backup on online server ? -
test questionTest question
-
SqlserverTags : 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...
-
SqlserverDifference between varchar and Nvarchar?
-
Controls in asp.net 4.5Totally differs from previous versions.. ie Drawing controls report controls share point
ITS