Thursday, September 19, 2024

MIGRATING ON PREMISE TO AZURE

-- Migrating from .bak file and with large tables for .bacpac file.

 https://www.bizstream.com/blog/from-bak-to-bacpac-managing-azure-migrations-with-non-standard-backups/

Tuesday, September 3, 2024

POWERSHELL DBATOOLS MODULE

 1. Dba tools is a module which simplifies and automates many sql server tasks like backup,restores,migrations and replication management. Great for copying and automating synchronizaton for configurations,logins,mail setup,jobs etc.. This is not required to install on each server.


To install DBA-TOOLS 

Install-Module -Name dbatools


the commands are available online in dbatools.io