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 |
Explain system rowset functions?
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
What is an etl file?
What is index fragmentation in ms sql server?
Which database stores information about replication?
How do you delete duplicate rows in sql server?
What are number line correlation administrators will use while working with a subquery?
What is a dbms wizard?
How to loop through returning rows?
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.
Can a table have 2 primary keys?