what is the maximum size of sql row in mssql?



what is the maximum size of sql row in mssql?..

Answer / gopi muluka

8060 bytes allowed per a single row in a table

Is This Answer Correct ?    27 Yes 1 No

Post New Answer

More SQL Server Interview Questions

Explain system rowset functions?

0 Answers  


You have a table ‘test’ which is a copy of northwind employee table you have written a trigger to update the field ‘hiredate’ with the current date

0 Answers  


What is an etl file?

0 Answers  


What is index fragmentation in ms sql server?

0 Answers  


Which database stores information about replication?

0 Answers  


How do you delete duplicate rows in sql server?

0 Answers  


What are number line correlation administrators will use while working with a subquery?

0 Answers  


What is a dbms wizard?

0 Answers  


How to loop through returning rows?

0 Answers  


We are updating a field in sql and alter the row also.after giving the commit command the system is crashed.what will happen to the commands given,whether it will update and alter the table or not?

0 Answers   Amdocs, Apps Associates,


What is log shipping? Can we do logshipping with SQL Server 7.0 - Logshipping is a new feature of SQL Server 2000. We should have two SQL Server - Enterprise Editions. From Enterprise Manager we can configure the logshipping. In logshipping the transactional log file from one server is automatically updated into the backup database on the other server. If one server fails, the other server will have the same db and we can use this as the DR (disaster recovery) plan.

0 Answers  


Can a table have 2 primary keys?

0 Answers  


Categories