adspace


What is nvarchar max in sql?

Answer Posted / Firdos Khan

nvarchar(max) is a data type used in SQL Server that allows storing variable length strings with a maximum size of 2^31 -1 (approximately 2 GB).

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is bcp? When does it used? : Sql dba

1056


what is sql server agent? : Sql dba

1182


what are all the common sql function? : Sql dba

1131


How do I remove duplicates in two columns?

1187


Can we rollback truncate?

1074


what are aggregate and scalar functions? : Sql dba

1129


how to start mysql server? : Sql dba

1267


If a cursor is open, how can we find in a pl/sql block?

1238


what is dbms? : Sql dba

1061


how many tables will create when we create table, what are they? : Sql dba

1144


What is the current version of postgresql?

1178


Is inner join faster than left join?

1277


Is primary key clustered index?

1019


Can we use distinct and group by together?

1133


Does group by remove duplicates?

1112