Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Creating a comma-separated list (SQL Spackle)

    This is exactly the situation where I use PowerShell frequently. I am able to export data from whatever complex query. Idea is something like this:

    Invoke-Sqlcmd -ServerInstance myServer -Database MyDb -Query...

Viewing post 1 (of 1 total)