Hk67393309
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created Qualifying object names is good idea
AnsweredQualifying object names is good idea,especially column name reference: https://documentation.red-gate.com/sp6/formatting-your-code/qualifying-object-names -
Edited Do not indent BEGIN END
AnsweredCurrent: IF 1 = 1 BEGIN SELECT 1 END Should be: IF 1 = 1BEGIN SELECT 1END Also DO NOT indent after BEGIN TRAN Current BEGIN TRAN T1 DELETE FROM Users WHERE Id = 1 DELETE FROM UserData WHERE...