How to find the date and time of last updated table?
Answer Posted / monal
USE TRIGGER OR ADD DATETIMESTAMP COLUMN IN A TABLE WITH
DEFAULT VALUE OF GETDATE()
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
How to change the password of a login name in ms sql server?
How to find the list of fixed hard drive and free space on server?
How to rebuild the master database?
Difference between uniqe index and uniqe constraint?
What is data modification?
Can a trigger be created on a view?
List the different index configurations possible for a table?
Explain unique key in sql server?
How do I run sql server 2014?
how can you check the level of fragmentation on a table? : Sql server administration
Differentiate between truncate vs delete in mssql?
Describe triggers features and limitations?
what is the difference in login security modes between v6.5 and 7.0? : Sql server database administration
What is log cache in sql server?
What are cascading parameters in ssrs reports?