what is checksum in sql server.........???



what is checksum in sql server.........???..

Answer / Mitanshu Srivastava

Checksum in SQL Server is a function that calculates the sum of all bytes in a data file, table, or index. It helps to determine if there have been any changes or errors in the data due to corruption or other issues. You can use the DBCC CHECKSUM statement to check the consistency of data.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

How to use linked server?

1 Answers  


Explain various data region available in ssrs with their use?

1 Answers  


How to get a list all databases on the sql server?

1 Answers  


what is meant by sql injection with example and one more question how to catch the errors in sqlserver

2 Answers  


What is the difference between char and varchar2 datatype in sql?

1 Answers  


what is sql injection?

2 Answers  


What is the difference between sdf and mdf?

1 Answers  


How to a Query to copy data from on table to another table.

6 Answers   Cap Gemini,


What is store procedure? When do you use?

1 Answers  


how do you implement one-to-one, one-to-many and many-to-many relationships while designing tables? : Sql server database administration

1 Answers  


Can a table have 2 primary keys?

1 Answers  


Explain the stored procedure?

1 Answers  


Categories