Home Forums Programming Powershell Inserting into table with Powershell RE: Inserting into table with Powershell

  • I just always try to avoid any issues SQL Injection related.

    Mainly to avoid copy/paste behaviour issues in the spirit of "That's how our DBA did it, so it must be OK" :crazy:

    I'm certainly interested in preventing SQL Injection, but I'm not really following how there is a danger of SQL Injection from doing a straight INSERT from within a powershell script.



    Del Lee