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
how to start mysql server? : Sql dba
How do I remove duplicates in two columns?
Is inner join faster than left join?
What is the current version of postgresql?
what is sql server agent? : Sql dba
how to use regular expression in pattern match conditions? : Sql dba
define sql insert statement ? : Sql dba
If a cursor is open, how can we find in a pl/sql block?
What is the current version of sql?
what is collation? : Sql dba
what are aggregate and scalar functions? : Sql dba
Is primary key always clustered index?
What is your daily office routine?
what is schema? : Sql dba
Do we need to rebuild index after truncate?