Tag: powershell

  • Backup of OLAP Database using Powershell

    Backup of OLAP Database using Powershell

    In this article I would like to explain another method to take the backup of OLAP databases via PowerShell. It will help out to take the backup of multiple OLAP databases with a specified retention period. In Tsql, XMLA function is applied however it is a bit puzzling to initiate the similar process for more than…

  • PowerShell : Copy a table from one server to another

    PowerShell : Copy a table from one server to another

    In general, a DBA like us gets requests to copy a table data from one SQL Server instance to another. In that case, a DBA first sees the amount of data present in the table and then he decides a method to transfer. Normally, a DBA selects Import Export method or SSIS and of course that is a suggested way to transfer data…