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 TO FIND THE EMPLOYEE DETAILS WHO ARE GETTING SAME SALARY IN EMP TABLE
wat is tuff file in log shipping, wt is d use of tht file?
What is store procedure? How do they work? When do you use?
What is difference between stored procedure & function?
3 Answers CarrizalSoft Technologies, Concept Infoway, TATA,
What is dirty read?
Indexes are updated automatically is the full-text index also updated automatically?
How to use transact-sql statements to access the database engine?
What is the stuff?
I need a query that retrieves info from an Oracle table and a query that retrieves info from a SQL Server table. The info has to be joined together according to Record ID numbers. I have very limited access to the Oracle database but full control of the SQL Server database.How do I join two different queries from two different databases?
What are triggers? How do you invoke a trigger on demand?
you notice that the transaction log on one of your databases is over 4gb the size of the data file is 2mb what could cause this situation, and how can you fix it? : Sql server administration
Differentiate between mongodb vs. 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)