Database management Get the main Administration Information from SQL Server with PowerShell 18.05.2015 by Nathan Courtine In my previous blog Get SQL Server services with PowerShell, I presented you the first step of the SQL Server administration through an automated process. This blog is a follow-up of the previous one, and it will focus(…)
Database management Get SQL Server services with PowerShell 18.05.2015 by Nathan Courtine SQL Server Configuration Manager and SQL Server Management Studio are the main tools to administrate the components of SQL Server. They are very convenient to use and pretty complete. But as soon as you wish an automated process, these(…)
Database management SQL Server – Change Management: list all updates 18.05.2015 by Stéphane Haby I am looking to have all SQL Server updates on a server including Service Packs, Cumulative Updates and other fixes like we can see in the uninstall panel from Windows. I take the opportunity of this(…)
Application integration & Middleware How to avoid Failover Cluster with PowerShell scripting 05.06.2014 by Stéphane Savorgnano One of my colleague asked me some days ago if I could create a PowerShell script to get rid from Windows Server Failover Cluster. The reason is that it has, in some specific cases, the bad habit to failover(…)
Database management SQL Server 2012: Configuring your TCP Port via Powershell 21.02.2013 by Stéphane Haby Changing the default TCP port 1433 for SQL Server is an important step for securing your SQL Server. I have written a script in PowerShell to modify the port number that helps me perform this task. This blog posting will show(…)
Database management A brief PowerShell 2.0 overview 25.05.2011 by Stéphane Haby SQL server 2008 has PowerShell and at the end of this article, I speak of this topic but to use correctly Powershell, you must have a basic notion about this technologie. In microsoft Techdays in Basel, Marc van Orsouw presents(…)