Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Blog - Title
MSDN Blogs
>
SQL Protocols
Server & Tools Blogs
>
Data Platform Blogs
>
SQL Server Protocols Blog
All About Data Platform
All About Data Platform
Data Development
ADO.NET (Managed Providers, DataSet & EF)
WCF Data Services
SQL Server Customer Advisory Team
SQL Server Protocols
Microsoft XML Team
JDBC
Microsoft Drivers for PHP for SQL Server
Sync
SQL Server Data Tools
StreamInsight
Data Quality Services
Data Quality Services
SQL Server Customer Advisory Team
Jessica Meats’ Blog
All MSDN DQS Postings
OLTP
SQL Server Team
ADO.NET (Managed Providers, DataSet & EF)
SQL Server Customer Advisory Team
SQL Release Services
SQL OS
Running SAP on SQL Server
Conor vs. SQL
SQL AlwaysOn Team
SQL Server Manageability
Integration Services
SSIS
Data Quality Services
SQL Server Customer Advisory Team
All MSDN SSIS Postings
Data Security & Storage
SQL Server Security
SQL Server Storage Engine
SQL OS
SQL Server Customer Advisory Team
Data in the Cloud
Windows Azure
Your Data in the Cloud
SQL Server Team
Silver Lining
SQL Server Protocols Blog
Topics from the Microsoft SQL Server Protocols team - Netlibs, TDS, SQL Browser, etc.
Live Now on Server & Tools Blogs
Subscribe
Comments
Contact
Menu
Blog Home
Atom
Translate this page
Powered by
Microsoft® Translator
Tags
10055
ADO.NET
annoucement
Connection String
connectivity
data access
Firewall
hang
JDBC
Login
Longhorn
ODBC
PHP
PowerShell
socket
SQL Browser
SQL Server
SQL Server 2005
SQL Server Cluster
SQLConnection
Vista
Windows 7
Windows Server 2008 R2
Winsock
WSAENOBUFS
More
▼
Less
▲
Archives
Archives
October 2011
(1)
August 2011
(1)
October 2010
(2)
August 2010
(1)
April 2010
(1)
January 2010
(1)
October 2009
(2)
September 2009
(1)
March 2009
(1)
November 2008
(1)
September 2008
(1)
August 2008
(1)
July 2008
(1)
June 2008
(1)
May 2008
(2)
April 2008
(5)
July 2007
(1)
June 2007
(4)
May 2007
(2)
March 2007
(1)
February 2007
(2)
January 2007
(2)
December 2006
(1)
November 2006
(1)
September 2006
(1)
August 2006
(2)
July 2006
(1)
April 2006
(6)
March 2006
(4)
February 2006
(2)
January 2006
(1)
December 2005
(7)
November 2005
(4)
October 2005
(15)
September 2005
(6)
More
▼
Less
▲
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
SQL Protocols
Understanding "login failed" (Error 18456) error messages in SQL Server 2005
Posted
over 7 years ago
by
SQL Server Connectivity
382
Comments
In continuing with the theme of understanding error messages I'll discuss the "login failed" messages that are surfaced by the client and written to the server's error log ( if the auditlevel is set to log failures on login which is the default) in the...
SQL Protocols
SQL Server 2005 connectivity error messages
Posted
over 8 years ago
by
SQL Server Connectivity
251
Comments
One of the more visible changes we made in connectivity space for SQL Server 2005 was enhancing error messages reported to the user in case of connection failures. I have seen several cases over the last several months, and in this post I would like to...
SQL Protocols
SQL Server 2005 Connectivity Issue Troubleshoot - Part I
Posted
over 8 years ago
by
SQL Server Connectivity
142
Comments
This post provides some tips to troubleshoot Sql Server connection problems based on various displayed error messages. And, I will describe connection problems according to different client stack: SNAC/MDAC/SQLClient. Thus, there are 3 parts for this...
SQL Protocols
SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified
Posted
over 6 years ago
by
SQL Server Connectivity
234
Comments
Users often see this error message when connection to a SQL Server and don't know where to start to solve the problem. In most forums, people says this is because remote connection is not enabled on the server. This is not exactly correct. Actually, this...
SQL Protocols
Troubleshoot Connectivity Issue in SQL Server 2005 - Part III
Posted
over 8 years ago
by
SQL Server Connectivity
217
Comments
Part III – Connection Fail when SqlClient connects to Sql Server 2005 When you connect to SQL Server 2005 either using "SQL Server Managment Studio" or any application compiled with .NET Framework 2.0, you are using SqlClient provider(Access data from...
SQL Protocols
Named Pipes Provider, error: 40 - Could not open a connection to SQL Server
Posted
over 6 years ago
by
SQL Server Connectivity
34
Comments
This error was most frequently hitted by our customers, and in this post, give a brief summary of troubleshooting tips for this specific error message. First, take a look at below MSDN forum link lists about this topic: http://forums.microsoft.com...
SQL Protocols
Troubleshoot Connectivity Issue in SQL Server 2005 - Part II
Posted
over 8 years ago
by
SQL Server Connectivity
98
Comments
Please visit http://blogs.msdn.com/sql_protocols/archive/2005/10/22/483684.aspx for troubleshooting connection problems when SNAC(SQL Native Client) connect to SQL Server 2005. Part II – Connection Fail when MDAC connects to SQL Server 2005 Use...
SQL Protocols
Understanding the error message: “Login failed for user ''. The user is not associated with a trusted SQL Server connection.”
Posted
over 5 years ago
by
SQL Server Connectivity
39
Comments
Understanding the error message: “Login failed for user ''. The user is not associated with a trusted SQL Server connection.” This exact Login Failed error, with the empty string for the user name, has two unrelated classes of causes, one of which...
SQL Protocols
“Cannot generate SSPI context” error message, when connect to local SQL Server outside domain
Posted
over 8 years ago
by
SQL Server Connectivity
65
Comments
The “Cannot generate SSPI context” issue is described by http://support.microsoft.com/?id=811889 in general. In this post I will discuss one daunting case of “Cannot generate SSPI context” error message when failing to connect to SQL server. In most related...
SQL Protocols
SQL Linked Server Query failed with “Login failed for user …”
Posted
over 7 years ago
by
SQL Server Connectivity
73
Comments
SQL Server 2005: “Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'”. SQL Server 2000: "Login failed for user "(null)". Reason: Not associated with a trusted SQL Server connection". The errors listed above is very typical when deploy linked...
SQL Protocols
SQL Server 2005 Remote Connectivity Issue TroubleShoot
Posted
over 7 years ago
by
SQL Server Connectivity
82
Comments
With shipping SQL Server 2005, we heard from customer feedback about suffering make successful remote connection against SQL 2k5, plus, if running SQL Server on XP/WIN2K3/VISTA behind firewall, such problem occurs more frequently and harder for customer...
SQL Protocols
Understanding Kerberos and NTLM authentication in SQL Server Connections
Posted
over 7 years ago
by
SQL Server Connectivity
24
Comments
In this post, I focus on how NTLM and Kerberos are applied when connecting to SQL Server 2005 and try to explain the design behavor behind several common issues that customers frequently hit. On this page: Kerberos VS NTLM. Requirements for Kerberos...
SQL Protocols
Steps to troubleshoot SQL connectivity issues
Posted
over 5 years ago
by
SQL Server Connectivity
47
Comments
We have been seeing and trying to resolve SQL connectivity issue all the time. I guess it would be helpful if we can put some guidance on how to resolve connectivity issues. Here comes a proposal based on my experience. Basically, when you failed...
SQL Protocols
Troubleshoot Connectivity Issue with SQL Server Express 2005
Posted
over 7 years ago
by
SQL Server Connectivity
101
Comments
Recently, we answered a lot of customer questions about how to make a successful connection to SQL Express 2005 through MSDN forum and our blogs. Here, I collect basic info about it and a brief guide of making local and remote connection to SQL Server...
SQL Protocols
Unable to connect to a SQL Server named instance on a cluster
Posted
over 7 years ago
by
SQL Server Connectivity
65
Comments
We have been seeing several occurrences where users failed to connect to SQL Server named instance on cluster. The error messages are usually as follow: For SNAC: C:\>osql -E -S cluster\inst [SQL Native Client]SQL Network Interfaces: Error...
SQL Protocols
Using Kerberos with SQL Server
Posted
over 8 years ago
by
SQL Server Connectivity
46
Comments
Kerberos is a widely accepted network authentication protocol that is used to provide a highly secure method to authenticate users. Reliance is placed upon a trusted third party called the Key Distribution Center (KDC) to facilitate the generation and...
SQL Protocols
TCP Provider: No connection could be made because the target machine actively refused it
Posted
over 6 years ago
by
SQL Server Connectivity
24
Comments
In this post, I am trying to list out potential cause and general solution to this specific error when you are making connection to SQL Server 2005. First, It is due to TCP connection fail, since you can tell from the title, "TCP Provider: .xx", which...
SQL Protocols
SQL Express remote connections
Posted
over 8 years ago
by
SQL Server Connectivity
45
Comments
Networking protocols are disabled by default in SQL Server Express. The error message you will get when trying to connect from SQL Native Client will look like this “An error has occurred while establishing a connection to the server when connecting...
SQL Protocols
VSS: SQL Server does not exist or access denied
Posted
over 8 years ago
by
SQL Server Connectivity
55
Comments
I recently worked on three customer issues. In all those cases, customers were not able to backup databases using Microsoft Volume Shadow Copy Service (VSS). MSDEWriter does not show up with “vssadmin list writers”. And VSS logs the following error message...
SQL Protocols
TDSSNIClient initialization failed with error 0xd, status code 0x36.
Posted
over 8 years ago
by
SQL Server Connectivity
104
Comments
I've seen this problem posted a couple times on the MSDN forums so I'm including the problem and the solution here. The MSDN SQL Server Data Access Forum is available at: http://forums.microsoft.com/msdn/ShowForum.aspx?ForumID=87 . If you see the following...
SQL Protocols
“Cannot Generate SSPI Context” error message, more comments for SQL Server
Posted
over 8 years ago
by
SQL Server Connectivity
30
Comments
Users sometime see the “Cannot Generate SSPI Context” error message. A very good source for troubleshooting the error is http://support.microsoft.com/default.aspx?scid=kb;en-us;811889 . You can also find good information at Using Kerberos with SQL Server...
SQL Protocols
Named Pipes Provider, error: 40 - Could not open a connection to SQL Server (Microsoft SQL Server, Error: XXX)
Posted
over 6 years ago
by
SQL Server Connectivity
7
Comments
This error message is the most frequent error message when connecting to SQL Server. You see this error message when you use SqlClient. In SNAC, the error message is slightly differently as follows: C:\>osql -E -Syourserver [SQL Native Client]Named...
SQL Protocols
Understanding “Data Source=(local)” in SQL Server Connection Strings
Posted
over 5 years ago
by
SQL Server Connectivity
13
Comments
Lately we have noticed many misunderstandings surrounding the usage of the Data Source keyword in connection strings, caused by people generalizing from an example demonstrating a connection string for local connectivity and creating their own connection...
SQL Protocols
Error Messages of SQL Server 2005 Start Up Failure
Posted
over 7 years ago
by
SQL Server Connectivity
22
Comments
SQL Server 2005 could fail to bring up due to various causes, there are several great blogs that talk about different reason: http://blogs.msdn.com/sql_protocols/archive/2006/01/10/511330.aspx http://blogs.msdn.com/sql_protocols/archive/2005/10...
SQL Protocols
A special GNE (General Network Error) messages when running SQL Server after installing service pack 1 for Windows Server 2003 and TCP registry key SynAttackProtect
Posted
over 7 years ago
by
SQL Server Connectivity
19
Comments
The client error messages related to this post are the followings. For MDAC client, [DBNETLIB]General network error. Check your network documentation. [DBNETLIB]ConnectionRead (recv()). For SNAC client, For SNAC client, “ TCP Provider:...
Page 1 of 4 (86 items)
1
2
3
4