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 |
What is data compression? : sql server database administration
What is read committed?
How to create a view on an existing table in ms sql server?
What are the advantages of sql stored procedure?
what's the information that can be stored inside a bit column? : Sql server database administration
What is the stuff and how does it differ from the replace function?
Which trace flags are enabled in sql server?
What are data files?
What is the difference between Userdefined function and stored procedure? Explain and give the example also
What is the purpose of a table?
What is the default fill factor value?
What is the difference between ROW_NUMBER and Ranking function in SQL SERVER?
Oracle (3259)
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)