This is how you comment out code you do not want to run. There are two kinds of code comment techniques. Single line and multi-line.
Single And Multi-Line Comment
USE AdventureWorks2016
--This is a single line comment.
/*
This is a
multi-line
comment.
*/
Copyright © 2020, Mass Street Analytics, LLC. All Rights Reserved.