My table wont show anymore data past the first 1000

Austin Hunter 0 Reputation points
2024-10-18T19:20:35.1733333+00:00

Hello all,

I'm using ssms ver9 w/ windows auth, and database server type. I'm having trouble see the most recent data. I'm using Rockwell factory talk to write data but, noticing its only showing the fist 1000 rows. According to ssms I haven't had a transaction since July 15, but I'm noticing alot of recent tranactions on factorytalk tranasaction manager.

SQL Server | Other
{count} votes

1 answer

Sort by: Most helpful
  1. Olaf Helper 47,611 Reputation points
    2024-10-21T05:26:55.6666667+00:00

    noticing its only showing the fist 1000 rows.

    Are you doing in SSMS a right-mouse click on the table => "Select Top 1000"? Then of course you get only the "first 1000" records.

    Remove the TOP 1000.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.