Cannot connect to SQLEXPRESS.
A connection was successfully established with the server, but then an error occurred during the login process. (provider: Shared Memory Provider, error: 0 - No process is on the other end of the pipe.) (Microsoft SQL Server, Error: 233)
If you are getting this erro while connecting to sql express server then you need to make changes mentioned below.
1. Click on Start menu > Programs > Microsoft Sql Server > Configuration Tools
2. Select Sql Server Surface Area Configuration.
3. Now click on Surface Area configuration for services and connections
4. On the left pane of pop up window click on Remote Connections and Select Local and Remote connections radio button.
5. Select Using both TCP/IP and named pipes radio button.
6. click on apply and ok.
Now when try to connect to sql server using sql username and password u'll get the error mentioned below
Cannot connect to SQLEXPRESS.
ADDITIONAL INFORMATION:
Login failed for user 'username'. The user is not associated with a trusted SQL Server connection. (Microsoft SQL Server, Error: 18452)
ation
To fix this error follow steps mentioned below
1. connect to sql server using window authentication.
2. Now right click on your server name at the top in left pane and select properties.
3. Click on security and select sql server and windows authentication mode radio button.
3. Click on OK.
4. restart sql server servive by right clicking on server name and select restart.
Now your problem should be fixed and u'll be able to connect using sql server username and password.
Have fun.
.
15
Sql Server Shared Memory Provider error 233 No process is on the other end of the pipe
Posted by
amiT jaiN
Subscribe to:
Posts (Atom)
Tags
ASP.NET
C#
GridView
AJAX
Sql Server
JavaScript
FindControl
EditItemTemplate
Session
VB.NET
Web.config
Authentication
ItemTemplate
Visual studio
WinForms
Windows Froms
DropDownList
Forms Authentication
Performance Optimization
Blogger Tricks
QueryString
AutoComplete Extender
BloggerTips
Crystal Reports
DetailsView
Excel
FileUpload
MembershipProvider
ObjectDataSource
DataList
IIS
LoginControl
ModalPopUpExtender
TraceMobileNumber
Update Panel
Web Service
XML
iTextSharp
AppFabric
Cross Page Posting
DataKeyNames
jQuery
Cookies
FooterTemplate
Progress Template
Server.Transfer
Submit Form
Blog Archive
-
►
2012
(11)
-
►
January
(11)
- Download File From Server In Asp.Net
- AspNet CompareValidator With Date Example
- Create User Registration Form In AspNet
- Visual Studio Remove Unused References With Organi...
- Get RowIndex In GridView RowCommand Event Using Da...
- Save Store Files In SqlServer Database AspNet
- Nested GridView In Asp.Net Or GridView Inside Grid...
- Add License Agreement In Visual Studio Setup Proje...
- Ajax Asp.Net PasswordStrength Example
- Invalid Formatetc Structure Ajax Asp.Net Error
- Create User Programmatically Using Membership In A...
-
►
January
(11)
-
►
2011
(46)
-
►
December
(13)
- CreateUserWizard Email Verification Or Confirmatio...
- Login Page Example Using Login Control In Asp.Net
- Set Session TimeOut In Asp.Net Using WebConfig IIS...
- Remove Delete Duplicate Rows/Records From DataTabl...
- DropDownList In DetailsView EditItemTemplate
- A Potentially Dangerous Request.Form Value Was Det...
- Write Modify Web.Config Programmatically At Run Ti...
- GridView XML Edit Delete Insert Update
- Upload And Read Excel File In Asp.Net
- VisualStudio SetupProject Updates Version Already ...
- Read CSV File And Save To SQL Server In ASP.NET C#...
- GridView XMLDataSource Example
- Add Controls Dynamically WinForms WindowsFroms C# ...
-
►
December
(13)
Topics
- AJAX
- AppFabric
- ASP.NET
- Authentication
- AutoComplete Extender
- Blogger Tricks
- BloggerTips
- C#
- Cookies
- Cross Page Posting
- Crystal Reports
- DataKeyNames
- DataList
- DetailsView
- DropDownList
- EditItemTemplate
- Excel
- FileUpload
- FindControl
- FooterTemplate
- Forms Authentication
- GridView
- IIS
- ItemTemplate
- iTextSharp
- JavaScript
- jQuery
- LoginControl
- MembershipProvider
- ModalPopUpExtender
- ObjectDataSource
- Performance Optimization
- Progress Template
- QueryString
- Server.Transfer
- Session
- Sql Server
- Submit Form
- TraceMobileNumber
- Update Panel
- VB.NET
- Visual studio
- Web Service
- Web.config
- Windows Froms
- WinForms
- XML
Popular Posts
-
Trace Mobile Number in India with Location and Operator Several times we feel the need to trace or track any mobile phone number , it's...
-
Trace mobile number in india Enter phone number in textbox and Use the trace button below to trace mobile phone number in india. You...
-
In this example i'm going to describe how to implement Ajax Modal PopUp Extender on Mouse Over in ASP.NET using C# and VB.NET For this to ...
-
In this example i m going to describe how to create crystal reports in ASP.NET. In this i am generating report by fetching data from two t...
-
In this example i am going to describe how to Insert record or edit or delete record in GridView using SqlDataSource. For inserting record...
