-
By Simon Hartcher I have found that Powershell is such a powerful scripting tool that you can accomplish tasks that would take 100's of lines in a lot less. This tutorial is an amalgamation of several different tutorials I found online when I wanted to ... Read More
-
By David Longnecker The great thing about PowerShell is direct access to objects. For my apps, database connectivity is happily handled by NHibernate; however, that doesn't mean we can't take advantage of good old System.Data.SqlClient for our PowerShell ... Read More
-
Jakob Bindslet has posted two useful PowerShell functions for returning a PowerShell object related to a T-SQL query. Read more