how to find the particular row in table?(means suppose one
table contain 10 rows , in these 10 rows how to find the
particular row(example in 10 rows i want 5 row how)?
Answer Posted / anup kumar pandey
There are two methods
1> select top 1(name) from anuppandey
or
2>select top 5o percent name from anuppandey
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
What is sql server used for?
How many instances per computer are there in sql server 2000?
How to connect to SQL Azure Database by using sqlcmd?
Differentiate between a local and a global temporary table?
what is difference between NULL and ISNULL in SQL Server 2008?
Explain transaction server consistency?
Explain different types of Normalization.
How do I repair damaged sql server mdf file database? In previous day my mdf file has got damage due to unknown reasons then I used dbcc chekcdb command but it failed, MDF file is important for me, I don’ know that how to get back mdf file data. Please anyone suggest me?
In my application I have a process which picks the scanned files (tif format) from a shared location and it links to application and shown on it.The actuall issue is that my process picks the file before it is completly written or scanned which results in displaying few parts of the image or incomplete image.I need to check if the file is not completly scanned or written then do not link it to application.Please help if any body tell me that how can i check that file is in written phase or locked through DTS.thanking you in advance
How to delete a login name in ms sql server?
What is a data source or ds? : sql server analysis services, ssas
What is the difference between ddl,dml and dcl commands?
Explain about protocol layer present in SQL server?
What are the basic features of a trigger in ms sql server?
What is a transaction and why is it important?