Viewing post 1 (of 1 total)
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...
January 12, 2011 at 5:09 am
#1272293