adspace


what are the maximum number of rows that can be constructed by inserting rows directly in value list? : Transact sql

Answer Posted / Satish Kumar Deepak

The maximum number of rows that can be inserted using a single VALUES list in T-SQL depends on the version of SQL Server. For SQL Server 2014 and earlier, the limit is 2^31 - 1 (approximately 2 billion). For SQL Server 2016 and later, there is no explicit row count limit.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to start mysql server? : Sql dba

1267


How do I remove duplicates in two columns?

1187


Is inner join faster than left join?

1277


What is the current version of postgresql?

1178


what is sql server agent? : Sql dba

1182


how to use regular expression in pattern match conditions? : Sql dba

1113


define sql insert statement ? : Sql dba

1098


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

1238


What is the current version of sql?

1094


what is collation? : Sql dba

1229


what are aggregate and scalar functions? : Sql dba

1129


Is primary key always clustered index?

1095


What is your daily office routine?

2346


what is schema? : Sql dba

1147


Do we need to rebuild index after truncate?

1138