Skip to content

Instantly share code, notes, and snippets.

View danvega's full-sized avatar
:octocat:
Grinding

Dan Vega danvega

:octocat:
Grinding
View GitHub Profile
/*
Adds a SQL-server specific callRows() method to Groovy Sql that functions like rows() against stored
procedures that perform DML before doing a select.
Essentially, it's just a set nocount on/off wrapper.
Usage:
sql.callRows(
"someProcName",