Commit a4e2111fa2d0a0f8f7835db588a453a6031cd478
1 parent
bf1672fe
for new users/not saved previously the answers were not getting saved in database- fixed
Showing
1 changed file
with
2 additions
and
0 deletions
500-DBDump/AIA-StoredProcedures/usp_SaveLabExerciseAttempts.sql
... | ... | @@ -56,7 +56,9 @@ print @count |
56 | 56 | BEGIN |
57 | 57 | print N'inside if' |
58 | 58 | UPDATE LabExercise set IsActive = 0 where LabExerciseIdentifier = @LabExerciseIdentifier and UserId= @UserId and Id!=@labQuizId |
59 | +END | |
59 | 60 | |
61 | +BEGIN | |
60 | 62 | ----create temp table |
61 | 63 | create table #Temp |
62 | 64 | ( | ... | ... |