Can someone please explain if an SQL database would have to rollback for some reason, does it roll back all the data or just some of the data in certain tables? Can it do both?
I have a database and a certain table is missing entries. There is a field in the table called RECID that basically just adds one to each entry: For example when the users starts a new log it gives it #5 and the next entry is #6 and so on. Users have said they made entries but the data is missing and there is a skip in numbers. For example: #10 and then the next one is #22. There has been an issue with progressive lockups related to this issue.
I have a database and a certain table is missing entries. There is a field in the table called RECID that basically just adds one to each entry: For example when the users starts a new log it gives it #5 and the next entry is #6 and so on. Users have said they made entries but the data is missing and there is a skip in numbers. For example: #10 and then the next one is #22. There has been an issue with progressive lockups related to this issue.