Hk67393309

Avatar
  • 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

    Answered
    Qualifying object names is good idea,especially column name reference: https://documentation.red-gate.com/sp6/formatting-your-code/qualifying-object-names
    • 2 followers
    • 1 comment
    • 0 votes
  • Edited

    Do not indent BEGIN END

    Answered
    Current: 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...
    • 2 followers
    • 1 comment
    • 1 vote