T
ThisBytes5
I have a table I am using as a QUEUE, some of the data in the table can
be quite large and as such I'd like to pull back only one record at a
time. I've tried
Select top 1 * from Table
and
Set RowCount 1 Set RowCount 1; Set RowCount 1 GO
Select * from Table
None of which seems to work. Is there a way to limit the data being
retreived?
Thanks
Wayne
be quite large and as such I'd like to pull back only one record at a
time. I've tried
Select top 1 * from Table
and
Set RowCount 1 Set RowCount 1; Set RowCount 1 GO
Select * from Table
None of which seems to work. Is there a way to limit the data being
retreived?
Thanks
Wayne