CFF KB - Carrz-Fox-Fire Promotions Knowledge Base
CFF KB is all about 1 thing: The Sharing of Knowledge and the Power we gain from it.Knowledge Base
- Breadrumbs:
provider: Named Pipes Provider, error: 0 - No process is on the other end of the pipe
- Article ID:
1236 - Date Created
Friday, July 9, 2021 - Last Updated
Friday, July 9, 2021 - This Article Has been Viewed
677 times - Short Desc
Logging into SQL Server Management Studio with Windows Authentication can cause the Named Pipes Provider error 0 if you connect from a server in your network. - Details
Connecting to SQL Server instance using SQL Server Management Studio or SSMS from a network computer without the proper authentication will cause the Named Pipes Provider error 0. - Recreate Issue
Trying to connect to a SQL Server Instance from SQL Server Management Studio from a networking computer without proper user authentication. - Resolve Issue
To get past this error, you will need to provide your login credentials from your SQL Server User to gain access to SSMS from a networking computer.
Click on [Connect] from the top left corner of SSMS
Select [Database Engine]
From the Dialog
Type in the [Server Name:]
[Authentication] Choose [SQL Server Authentication]
type [as] and the password assigned to your SQL Server instance during installation setup.
Choose [Connect]
As long as you provided the proper password, the SA account will let you in.
Once logged in, you will need to create a new login user account for your SQL Server Instance.
To create a new SS User, do the following.
From the [ServerName\InstanceName]
--Expand the list.
[Right-click] on [Security]
Choose [New]
Then [Login]
--Login - New windows opens
[Login Name:] Type in the name you wish to use to connect to your SS Instance.
Then choose [SQL Server authentication]
Type in your password, make it a good one, and then confirm it.
(If you do not think it will authenticate, then uncheck [Enforce password policy]
Next, click on [Server Roles] from the left TreeView
Check [sysadmin]
--This next part is only if the user will be creating databases and performing database creation duties like working with [Always On High Availability] or [AOHA]
Click [User Mapping]
Put a check on [master]
Click [OK]
Share With Friends (Updated 6-8-2010)
Recent Articles
All Topics
- Coming Soon - Knowledge Exchange
Trending Articles
- Microsoft VBScript runtime error '800a0046' Permission denied FileSystemObject 24694
- Microsoft OLE DB Provider for SQL Server error '80040e57' String or binary data would be truncated. or The field is too small to accept the amount of data you attempted to add. Try inserting or pasting less data. 21297
- ADODB.Parameters error '800a0e7c' Parameter object is improperly defined 19544
- After Effects warning: Audio conforming failed for the following file .cfa. Perhaps due to disk space 17785
- The backup set holds a backup of a database other than the existing 16825