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
What is 1nf 2nf and 3nf?
What do we have to check in database testing?
What is meant by referential integrity?
What happens if ntwdblib.dll is missing on your machine?
Define ACID properties in a Database?
What is the sql server agent?
What is sql server used for?
What are indexes in sql?
What are the differences between DDL, DML and DCL in SQL?
Explain a checkpoint?
Can you please explain the difference between function and stored procedure?
What is side by side migration in sql server?
what is the difference between Tabular and Matrix report?
I applied Transactional with updatable subscriptions replication on 2 tables now i want to delete those 2 tables but i cannot delete those tables as replication is running how can i stop replication for those 2 tables(but i don't want to delete those replicated tables but i need to stop the replication) how can i do that
Explain log shipping and mention its advantages.