How to connect to SQL Server Named instance from Powershell
Get link
Facebook
X
Pinterest
Email
Other Apps
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.
Comments