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 are the advantages of partitioning?
What is sql stored procedure?
Explain index in sql server?
What is the difference between ‘having’ clause and a ‘where’ clause?
How to generate create procedure script on an existing stored procedure?
What is the difference between for auto and for nested?
How to use clusters?
Do you know what are acid properties of transaction?
How would we use distinct statement? What is its use?
How to recreate an existing index in ms sql server?
How to run queries with sql server management studio express?
What is acid db?
Define magic tables in sql server?
Explain what stored procedure sp_replcounters is used for? : sql server replication
Explain about SQL server 2005?