1.

How can SQL Server instances be hidden?

Answer»

Powershell is windows scripting and powerful enough to manage THINGS from the core in a very efficient manner. Powershell help in deep automation and quick action on DBA activities. The new face of DBA automation.

We can PERFORM multiple actions from a DBA perspective using Powershell, like:-

  1. Check the status of SQL Server service or SQL Server AGENT service
  2. Start/stop a SQL Server service
  3. Find the SQL Server version/edition including the service pack level
  4. Find the SQL Server operating system information such as the OS version, processor number, physical MEMORY, etc.
  5. Perform Backups
  6. Script out a SQL Server Agent Job, based on a specific category
  7. Kill all sessions connected to a SQL Server DATABASE


Discussion

No Comment Found