add line # to execute selection in output
When logging the query execution INCLUDE the Line# of the first line executed in parenthesis. Really useful if you executed a chunk of code.
Currently:
-- 6:11:56 PM --
testUSPNightly_related.sql: Query opened in 0.009s [0.008s exec, 0.001s fetch]
Suggestion:
-- 6:11:56 PM --
testUSPNightly_related.sql (239): Query opened in 0.009s [0.008s exec, 0.001s fetch]
1
vote
Kirk Wolak
shared this idea