Home
Curriculum Vite
Personal Statement
Keys skill
Technologies Used
Advanced Skills
Employment
Income Systems
Tevalis
Reality Solutions
Lucid Research
Commercial Systems Consultants Limited
Templar Communications Ltd
CCT Infotech Ltd
N.E Services LTD
Education
Training
Interests And Hobbies
Information
References
CV (DOC)
CV (PDF)
Dyslexia Report (Doc)
Dyslexia Report (PDF)
Articles
Documents
Developer option Android 4.2
Corrupted 64 bit IIS 7 with 32 bit .Net 1.x; how to fix/reset
Installing SQL Server on a Domain Controller
SQL Server Connection Problems
Visual Studio 2010 SP1 Fixing a broken toolbox
Visual Studio 2012 / 2013 Update 1 2 3 4 Offline Installer
What is Dyslexia
What is Dyspraxia
Videos
Entity Framework Tutorial
Linux Mint 17 USB Pen Drive
Installing Linux Mint 17 From a USB Pen Drive
Installing SQL Server 2008 R2 and Configuration
Retro
ZX Spectrum +3e Mod
Retro Videos and Modifications'
Gallery
Software
JImage Gallery
IIS Controller
Contact
Ebay Shop
SQL Server
Connection Problems
Things to check when clients are having issues with software connecting to a remote instance of SQL Server:
Within SQL Server Configuration Manager, are the TCP/IP and Named Pipes protocols enabled under the SQL Server Native Client Configuration and SQL Server Network Configuration sections? If not then enable them. Are the server and client workstations configured to use the same version of the SQL Server native client? The native client should be the same on the client and on the server. Is the SQL Server Native Client installed on the workstation? This is a common oversight that is simple to fix. Just download and install the correct native client (i.e., the same version as that used on the server). You can obtain the SQL Server native client by searching for the SQL Server Feature Pack for your version of SQL Server. Is the database installed and running? Yes, sometimes installations can be complex and require the attachment of a database or the running of a SQL script. Have you check the database is there? Can you connect to the database via ODBC? If not check the following:
Are the SQL Server service and the SQL Browser services running? You can check this via SQL Server Connection Manager.
Are the SQL Server and SQL Server Browser services logged on as NTAUTHORITY\NETWORKSERVICE? If not, stop them change their Log On As property to NT AUTHORITY\NETWORKSERVICE
Is there a firewall running? If there is you will need to add exceptions for TCP/IP on Port 1433, and UDP on Port 1434.
Is the SQL Server running in a virtual environment? If so, try disabling TCP/IP and see if this makes a difference.
Are the SQL Server and client workstations on the same domain? Make sure they are.
Have you installed SQL Server on a domain controller? If so have you created the required NETWORKSERVICE accounts for the SQL Server service and SQL Browser service?
If you have not installed your SQL Server on a domain controller, have you during the install selected user accounts that are local to the computer that do not have network access? If so change the accounts using SQL Server Configuration manager to NETWORKSERVICE.
Useful
programming Links
Microsoft SQL Server 2005 Feature Pack Download
Microsoft SQL Server 2008 Service Pack 2 Feature Pack
Microsoft SQL Server 2012 Feature Pack
Popular
tags
Silverlight
C#
VB.Net
MVC
SQL Server
IIS 7