What is The Use Of TIMESTAMP DataType in SQL Server 2005?
Answer Posted / deepak tripathi niit
IS A MECHANISM TO TRACK CHANGES IN TABLE.
IT UPDATE ITSELF WHEN THERE IS A UPDATION IN ROW CONTAING
TIMESTAMP COLUMN
| Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
Explain what is use of dbcc commands?
Does index slows down insert statements?
Why use stored procedures in sql server?
What do you understand by a view? What does the with check option clause for a view do?
How do I clean up sql server transaction log?
explain declarative management framework (dmf) in sql server 2008?
What structure can you implement for the database to speed up table reads?
How to insert data into an existing table?
Where can you find the error log information? : sql server database administration
Which tcp/ip port does the sql server run on? How can it be changed?
Explain system rowset functions?
What is the difference between DataRow.Delete() and DataRow.Remove()?
What are the different normalization forms?
What is a unique key constraint?
What method is used by the Command classes to execute SQL statements that return single values?