How to find the date and time of last updated table?
Answer Posted / ram
USE TRIGGER OR ADD DATETIMESTAMP COLUMN IN A TABLE WITH
DEFAULT VALUE OF GETDATE()
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What do you understand by user-defined function in the sql server and explain the steps to create and execute a user-defined function in the sql server?
What do you know about normalization and de- normalization?
System requirements for sql server 2005 express edition?
How to use old values to define new values in update statements in ms sql server?
What is default constraint?
What are the properties and different types of sub-queries?
What is data compression?
Explain the difference between clustered and non-clustered index?
You accidentally delete the msdb database what effect does this have on your existing sql databases, and how do you recover?
Write the syntax for stuff function in an sql server?
What are functions in the sql server?
What is a trigger what are the advantages of trigger?
what is the different types of backups available in sql server? : Sql server database administration
What is a transact-sql statement batch in ms sql server?
What is the default value of an integer data type in sql server 2005?