How to find the last update record in SQL Server?
Answers were Sorted based on User's Feedback
Answer / ravindra
Select top 1 <Col-name> from <table> order by RecordTime
desc
| Is This Answer Correct ? | 17 Yes | 18 No |
Answer / anil kumar
Select max(<columnname>) from <tablename>;
| Is This Answer Correct ? | 10 Yes | 38 No |
How do you check sql server is up and running?
Does index slows down insert statements?
Can we use Truncate command on a table which is referenced by FOREIGN KEY?
How to enter binary string literals in ms sql server?
Give a example to search fr a string in all stored procedure in sql server.
How to loop through result set objects using odbc_fetch_row()?
Tell me the difference between clustered and non-clustered index?
What is difference between standardization and normalization?
What is the difference between a check constraint and a rule?
What is trigger in salesforce?
can we call functions from stored procedure in SQL Server 2005 ? How?
How to perform backup for certificates in sql server? : sql server security
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)