OK, we can switch on generated sql query debug output and that's fine.
However, it would be very nice to have a ready-to-execute sql statement handy.
I mean properly formated so one could copy&paste to sql server manager (or any other sql statement executing capable tool).
And I am talking mostly about parameters output, since query formatting is almost there (Query: word should be stripped or moved up one line)
So instead of:
Parameter: @IsPublic1 : Boolean. Length: 0. Precision: 0. Scale: 0. Direction: Input. Value: True.
we might have:
DECLARE @IsPublic1 bit
SET @IsPublic1 = 1