What is the Query of getting last 10 transaction Reports
(like insert, update, Delete Data from Tabele) ?
Answer Posted / mona
select top 10 (field list) from (tablename) order by (your
autonumbering/identity column) desc
| Is This Answer Correct ? | 5 Yes | 19 No |
Post New Answer View All Answers
What are the two authentication modes in sql server?
What is function of ROLLUP ?
Why truncate is ddl command?
What is sparse columns of sql server 2008?
Which tcp/ip port does the sql server run on? How can it be changed?
What is awe?
Explain about extended stored procedure?
List all the types of user-defined functions?
How to move database physical files in ms sql server?
How to attach adventureworkslt physical files to the server?
What are .mdf files?
What the different components of Replication and what is their use?
What is a document index?
What is an identity?
Explain the truncate command?