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 do partition in sqlserver
What is the difference between for auto and for nested?
What is the standby server?
Data table as parameter in sql server?
what is nonclustered index
What are the built in functions in sql server?
Why do we use non clustered index?
What are information schema views?
What happens if null values are involved in string operations?
How do you implement session management in SQL Server mode?
How to select all columns of all rows from a table with a select statement in ms sql server?
Explain use of expression builder.
How to connect a database with sql express.?
What are pessimistic lock and optimistic lock?
What is msdb database? : SQL Server Architecture