Archive
PowerShell on Linux
PowerShell just went open source and is already available on few Linux distros as well as Mac OS X.
For those interested, you can check out alpha builds, source code and learning materials available on GitHub at PowerShell.
Not a Linux or Mac fan but I do like the idea.
Check out all the first-hand details in Jeffrey Snover’s recent blog:
PowerShell is open sourced and is available on Linux (video).
I guess now it’s high time to start learning and using GIT.
SQL Server Management Studio – July 2016 update
Although I’m not DB admin (not yet that is), I do have to work with SQL server from time to time. Since I do like automation, I tend to work with PowerShell as much as possible.
And this is where some good news comes in – Microsoft has recently released July 2016 update for SSMS (SQL Server Management Studio) which includes several new CMDLETs.
Part of this update is also new SQL PowerShell Module – SQLPS was the old one and the new one is SqlServer (be sure to check and update existing scripts if you use Import-Module and/or similar Cmdlets). Current version of SSMS installer packs and installs both versions of PowerShell modules but only SqlServer has the updates and new Cmdlets.
New Cmdlets are available for the following areas:
– Always Encrypted
– SQL Agent
– SQL Error Logs
Updated version of SSMS works with all supported versions of SQL Server (SQL Server 2008 – SQL Server 2016), and provides the greatest level of support for working with the latest cloud features in Azure SQL Database.
More info and download available at:
– SQL Server Blog: SQL PowerShell: July 2016 update
– Download SQL Server Management Studio (SSMS)