Wouter
9 years agoNew Contributor
SQL where in groovy script
Hi, The following groovy script does nothing: def cmd = /sqlcmd -S 127.0.0.1\MSSQLSERVER -d LocalDevelop10DB -Q "DELETE FROM T_TimeRegistration WHERE TimeRegLineNr > 36"/
cmd.execute() ...