我有以下 SQL,
SELECT TD.MyTempTableID
,TD.ID
,TD.Name
,TD.PhoneNumber
,TD.Featured
,TD.Price
,TD.Available
,TD.ModelNumber
,TD.Searchable
,TD.Brand
,TD.Tags
,TD.ShortDescriptions
,TD.Variations
,TD.Promotion
,TD.Archive
,TD.UPC
,TD.Status
FROM MyTempTable YD
WHERE TD.Brand = @Brand
现在我需要验证我的 SP 中所有这些行的所有字段。这该怎么做?