SQL Server Version 2000.
We’ve a bunch of desktops talking to MSSQL Server. When looking for a specific record, some desktops return the correct data, but some do not.
The SQL Command is ‘SELECT * FROM PODORDH WHERE ([NO]=6141)’ On one or two desktops, this returns a record. On the server and on all other desktops, no record is returned.
What areas do I need to look at? What would cause this to happen?
This error probably comes from an user who deleted/inserted that record within a transaction but did not yet commit said transaction.