Marks T-SQL code as a comment:
       For a block, enclose it between /* and */ characters

               /*
                              This is a block
                    of commented code

               */

T-SQL Editors such as SSMS will typically color-code comments, as shown above

                      -- This line of text will be ignored