Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

how to retrive only second row from table in sql server
2000?

Answer Posted / dileep.t

----------------------------------
:), This will also work, without additional columns in
result
---------------------------------

DECLARE curTemp SCROLL CURSOR FOR
SELECT TOP 2 * from <TABLE_NAME>
OPEN curTemp
FETCH LAST FROM curTemp
CLOSE curTemp
DEALLOCATE curTemp

Is This Answer Correct ?    12 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Other than truncate statement, which other command can by-pass the trigger on the tables?

1193


What are sql server functions?

1028


What is hierarchy, what are its types and difference between them? : sql server analysis services, ssas

1321


What are key, name and value columns of an attribute? : sql server analysis services, ssas

1067


explain what is a deadlock and what is a live lock? How will you go about resolving deadlocks? : Sql server database administration

940


What is the maximum length of an alert name?

1039


What is the difference between left and right outer join?

1115


What happens if the update subquery returns multiple rows in ms sql server?

1171


What is a system database and what is a user database?

1141


What is data source in connection string?

958


Explain tablesample?

1042


What does Master database contains?

1184


What are the filtered indexes?

1094


what is normalization? : Sql server database administration

1163


What is indexing in sql server with example?

1044