in

SQL Server Community Blogs

Voices of the SQL Server Community
All Tags » tsql » Engine (RSS)

Browse by Tags

Sorry, but there are no more tags available to filter with.
  • What is the position of a row ?

    The simple answer is there isn't one. If you insert 1000 rows into a table and then want to get back the 43rd row you inserted you can't. You can read through all rows and return the 43rd one that the database reads from the table but that is not the same thing. Why is it so? Relational databases are...
Page 1 of 1 (1 items)
Powered by Community Server (Commercial Edition), by Telligent Systems