Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- sort by:
- Relevance
- Date
- Popularity
- SQL Server Connection Error
- i am trying to connect to the sqlserver,i've created step by step a dsn and i've chosen SQL server authentication,but i received this error*****************************SQL Server Error: 18456[Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user ‘THUY'please help me as soon as possibleThanksThuy,make sure the user 'THUY' has permissions to connect to...
- Q&A 2005-06-15
Additional Resources
- SQL Server Connection Error
- i am trying to connect to the sqlserver,i've created step by step a dsn and i've chosen SQL server authentication,but i received this errorConnection failed:SQL State: 28000*****************************SQL Server Error: 18456[Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user ‘THUY'please help me as soon as possibleThanksThuy,If you haven't already received an answer...
- Q&A 2005-06-15
- sql server connection problem
- i am using asp/vbscript to access an sql databaseresiding on another server. i get the following error :-------------------------------------Microsoft OLE DB Provider for SQL Server error '80004005' [DBNETLIB][ConnectionOpen (Connect).]SQL Server does not exist or access denied. /checkid_index.asp, line 25 -----------------------------------given below is the code for checkid_index.asp----------------------------------dim conn,rs,strsqlSet conn=Server.CreateObject("ADODB.Connection") ...
- Q&A 2005-03-10
- Connection String for SQL SERVER
- System.Data.SqlClient.SqlException: Login failed for user 'Administrator'. Reason: Not associated with a trusted SQL Server connection.I m getting this error while establish the connection at the back-end.This error occurs because by default SQL 2000 does not support SQL Server authentication and supports only Windows authentication. To overcome this limitation:- Enter...
- Q&A 2005-02-08
- SQL Server 2000 Error
- I have a problem of the client connecting to the server. the error message is as follows:"The diary database cannot be connected. The error information is: Cannot locate or connect to SQL Server. Unable to connect: SQL Server is unavailable or does not exist. Genearl network...
- Discussion threads 2008-07-08
- SQL Server 2000 error message
- The company has a accounting software - Exact Globe that works with SQL 2000. Thre are 10 users of whicj 2 users keep on loosing connection to the SQL server after 5 minutes of not working on the program. Sometimes while they are working this also happens. The users then...
- Discussion threads 2007-05-05
- SQL Server 6.5 SP5a & XP Client - ODBC
- SQL Server 6.5 SP5a on NT4 SP6a - I know, I know - W2k/SQL2k upgrade happening in the next 6 weeks - but for now:Connecting to SQL Server with ODBC. The DSN is set for Named Pipes, "\pipesqlquery". Works fine. untill this morning, then started gerring Crystal Reports error 08004...
- Q&A 2004-10-18
- sql server connection unavailable, error 01000
- Attempting to connect a Win2K box to vendor's sql server; to send real time site-generated count signals.I connect and work fine using a WinXP box.Both pc's are using adminstrator logon.Why can't I talk to this sql server with the Win2K compute
- Discussion threads 2006-11-09
- Problem connect to SQL 2000 from ASP.Net
- Currently, I created ASP.Net Application and using SQL 2000 Database.There are error occurred that connect to SQL 2000 server when run the ASP.Net application.The following error appear An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused...
- Q&A 2006-06-13
- How do I... Query foreign data using SQL Server’s linked servers?
- If you have a magic wand or a special relationship with some data fairy, all of your data is in the same database on the same server. Most of us aren't that lucky. Sometimes, the data we need is a non-database format or resides on a different server. SQL Server...
- Blog posts 2007-07-02
- How do I... Set up replication between Microsoft SQL Server 2000 and MySQL?
- This blog post is also available in PDF form in a TechRepublic download.While data replication between Microsoft SQL Server 2000 and MySQL databases is not technically supported by either application, it is possible if you follow the correct steps. This TechRepublic How do I... walks you through the complicated procedure...
- Blog posts 2007-08-07
- connecion of VB with Sql server 2000
- i don't know how o connec vb with sql server via code.send me the code. all are welcomeyou need to create a DSN. you can create DSN programatically too. Then Create a ADODB Connection object. and use Openmethod to setup the connection.create recordset object ans supply the query. you...
- Q&A 2006-07-09
- Automate data transfers with SQL Server and VB.NET
- Most organizations have the lofty objective of maintaining all corporate data in a centralized database, but this goal is often hard to obtain with disparate systems scattered throughout the enterprise. Microsoft includes Data Transformation Services DTS with SQL Server 2000. DTS provides a set of tools to collect and transform...
- Technical articles 2003-05-27
- Problem connecting to a remote SQL Server 2005 from SQL EXPRESS
- I'm trying to connect to a remote SQL Server (2005) located in US, from SQLEXPRESS on my pc in UK. However i keep getting the following error.--------------------------------------An error has occurred while establishing a connection to the server. When connecting to SQL server 2005 this failure may be caused by the...
- Discussion threads 2008-08-28
- 10 things you should know about SQL Server 2005 Management Studio
- SQL Server 2005 Management Studio is a phenomenal advance over the tools provided with SQL Server 2000. Check out the improvements in SQL Server Management Studio, which makes it easier to locate errors in your code and allows you to keep tabs on your reports. By Arthur Fuller and...
- Technical articles 2006-02-03
- Connection Failed SQL server error 768
- Hello, We have an unusual setup at where we have an MSACCESS application(access 97) front end on a NT4 server that links to an SQL 2005 database running on a HP Proliant Server 2003 server. This works well mostly but when we have to import a large file into the...
- Discussion threads 2007-07-19
- Get a handle on errors in SQL Server stored procedures
- Error handling in SQL Server stored procedures is not difficult, but it may be different from what you're used to. Pick up the basics and a general strategy in this article.The idea of "error handling" in a SQL Server stored procedure is something of a misnomer—in most cases, your only...
- Technical articles 2002-07-19
- Understanding the new Try/Catch statement in SQL Server 2005
- Error handling has come a long way in SQL Server 2005. Arthur Fuller says that if you're using Raiserror instead of the new Try/Catch statement, it's time to wake up and smell the coffee! Versions prior to SQL Server 2005 offered little in the way of error handling—Raiserror...
- Technical articles 2006-08-21
- I can connect to my workplace's SQL Server at work, but not at home
- Let me preface by saying that I can connect to the server fine (from the same computer; I use my laptop at work) from the office. At home I can use Remote Desktop to connect to the server itself, but trying to connect just to the SQL Server instance...
- Discussion threads 2009-02-27
- Step-By-Step: How to move SQL Server data efficiently with the Bulk Copy Program
- Learn to use the Bulk Copy Program BCP, a command-line utility, to import and export large amounts of data in and out of SQL Server databasesThe Bulk Copy Program BCP is a command-line utility that ships with Microsoft SQL Server. With BCP, you can import and export large amounts of...
- Technical articles 2002-06-20
- << Previous
- page 1 of 1
- Next >>
