Problem Statement: Extract rows from dbo.vajrang and write all first names to log message Steps Get connection string from assets Coneect to db Query all values from dbo.vajrang For each row, Get first name and add it to log message