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.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.
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.