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
What is subreport?
What are different types of join?
Do you know what are acid properties of transaction?
what is bit datatype and what's the information that can be stored inside a bit column? : Sql server database administration
What are the steps you can take to avoid “deadlocks”?
How to list all dsn entries on your local machine using odbc_data_source()?
What is unique key constraint?
Define full outer join in sql server joins?
Working with TLogs
how can you select rexcord(rows) from table A which is not present in Table B . Id being the FK in Table B referencing to ID Table A
How to create new databases with "create database" statements?
How use inner join in sql server?
Why would you call update statistics?
Which sql server table is used to hold the stored procedure scripts?
What do you mean by an execution plan? How would you view it?