What is The Use Of TIMESTAMP DataType in SQL Server 2005?
Answer Posted / brindly
"IS A MECHANISM TO TRACK CHANGES IN TABLE.
IT UPDATE ITSELF WHEN THERE IS A UPDATION IN ROW CONTAING
TIMESTAMP COLUMN"
I accept above answer.
But whether the timestamp field updates itselt in a
incremental fashion.
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
How use inner join in sql server?
What is difference between getdate and sysdatetime in sql server 2008?
Is candidate a key?
What are the advantages of using stored procedures in sql server?
What is enhanced database mirroring in sql server 2008?
How many ways to create table-valued functions?
Can binary strings be converted into numeric or float data types?
how we use window authentication connection with sql server.?
How do I create a trace in sql server?
What is the correct order of the logical query processing phases?
How will you hide an attribute? : sql server analysis services, ssas
What extended events?
How to join two tables in a single query in ms sql server?
What are the different types of subquery?
You have several tables, and they are joined together for querying. The tables contain both clustered indexes and non clustered indexes to optimize performance, how should you distribute the tables and their indexes onto different file groups?