Posts

Showing posts from November, 2017

Log Shipping Architecture in SQL Server

Image
The below image will describe about Log shipping in SQL Server.

How to connect to SQL Server Named instance from Powershell

Image
You need to pass the values like below. When you are trying to connect to the SQL Server Named instance from Windows PowerShell. Dont give instance name here in this fomat like servername\instancename. Simply pass instance name alone.