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 maney row would be print after join if A table have 100 rows and B table have 50 rows...
How will you hide an attribute? : sql server analysis services, ssas
Questions on identity?
What do you understand by integration services in sql server?
As a part of your job, what are the DBCC commands that you commonly use for database maintenance?
Difference between LEN() and DATALENGTH() in sql server ?
Explain Different types of Projects?
Difference between Function and Procedure-in general?
how many layers of tcp/ip protocol combined of? : Sql server database administration
How do you create type- insensitive operator?
What is difference between order by and group by?
How to disable stored procedure 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)