Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
all groups > sql server connect > september 2005

Filter by week: 1 2 3 4 5

SQL Server does not exist or access denied.
Posted by stevehunter_1 NO[at]SPAM hotmail.com at 9/29/2005 2:45:10 PM
I get the following error when trying to connect to SQL Server SQL Server does not exist or access denied. ConnectionOpen (Connect()). Scenario: The application connects to SQL Server very frequently (million+ times per day). It fails with this error message about 100 times. The failu...more >>


Executing Procedures through LInked Server
Posted by Rajesh Padmanabhan at 9/29/2005 11:26:05 AM
I'm trying to execute a procedure through linked server using 4 part names. The Linked server is configured for PRC and RPCout . Still I get this message... What Am I Missing... Could not execute procedure on remote server because SQL Server is not configured for remote access. Ask you...more >>

Connecting to a MSDE server in Internet
Posted by Josep at 9/29/2005 9:42:37 AM
Hi !! I would like to connect to a SQL Server (MSDE edition) that's in Internet, using Enterprise Manager either Query Analizer. For these I've configured the client tool as: Server Alias: INET_SERVER Net: TCP/IP Connection parameters: Server name: [DNS_NAME]\[REMOTE...more >>

Please help i can't connect....
Posted by marta at 9/29/2005 2:13:42 AM
Hi I'm loged on Workstation as a user EUR\zzzz1 and i use different user EUR\abc123 to map a drive on remote server SERVER2, SERVER2 is a domain controler . It works. On SERVER2 i have SQL Server 2000 with mixed mode authentication. I have a user abc123 added in Active directory on SERVER2: ...more >>

Frontpage & MS SQL Connection Error-Please Help
Posted by Sam White at 9/28/2005 4:43:29 PM
Hi, I have 2 servers, both with Windows 2003 Standard edition. Servers are NOT in a domain. The second server has SQL 2000, the first has IIS 6.0 Through OBDC (System DSN) I created a connection to the SQL db. Then on my laptop I opened up frontpage to create a page to view the db results. ...more >>

authentication error
Posted by andrew.grande NO[at]SPAM gmail.com at 9/27/2005 8:40:54 PM
I've been having a problem connecting to my sql 2000 server database. The error reads... Server Error in '/ASP' Application. Login failed for user 'NT AUTHORITY\NETWORK SERVICE'. Description: An unhandled exception occurred during the execution of the current web request. Please review the s...more >>

Error on inserting record on remote server
Posted by doller at 9/26/2005 6:47:58 PM
Hi, I get this error when i insert a record from my local server to a remote server. Server: Msg 7391, Level 16, State 1, Procedure usp_insSO2NavAppV2, Line 14 The operation could not be performed because the OLE DB provider 'SQLOLEDB' was unable to begin a distributed transaction. [OLE...more >>

DTC problems connecting to server 2003
Posted by DWalker at 9/26/2005 1:23:20 PM
I have all the symptoms of KB article 839279: "When you run a distributed transaction against an instance of SQL Server, you may receive an error message that is similar to the following: Server: Msg 7391, Level 16, State 1, Line 1 The operation could not be performed because the OLE DB pro...more >>



Changing credentials on-the-fly
Posted by Promenade at 9/26/2005 10:23:13 AM
Hi! I have a late requirement from de Security Department. This is the situation: the apps must connect to SQL Server 2000 through OLE DB using a generic user, but the developers will not know its credentials (at least the password) Unfortunatelly, like I said, this is a late requirement becaus...more >>

Connecting to SQL from Within VFP
Posted by Preacher Man at 9/23/2005 4:36:03 PM
In this post I am going to try to simply a question that I posted earlier. Can I use VFP to access a SQL Database? If so what is the command? What is the best software for creating applications to work with SQL? I am just getting my feet wet with SQL so please take it easy on a rookie. ...more >>

Need Basic Help
Posted by Preacher Man at 9/23/2005 1:51:32 PM
At my workplace our ERP software in on a VFP database. I have learned quite a bit about extracting data with the select statements from the VFP database. We are in the talks of converting the the SQL version of our ERP and I have some very basic questions since I am extremely new to the SQL wo...more >>

Network Drives
Posted by Lokesh Bhatnagar at 9/23/2005 12:17:59 PM
Dear all, I want to take backup of my Sql server 2000 databases on network drive = but I am unable to find the network drive only local drive are seen in = Enterprise Manager of my Sql server. Actually I have tried both by, = maping my network drive thru Domain/Administrator password as well a...more >>

Parameters and passing values
Posted by free70 NO[at]SPAM community.nospam at 9/23/2005 8:31:06 AM
I am trying to pass two parameters to a stored procedure that works fine when I use the code, for example: param_user.Value = "blahblah@com" The problem is the value I need is in a variable, but when I use: param_user.Value = variable name I get no records returned. I cant seem to ...more >>

Can't connect to SQL server in Windows XP SP2
Posted by Christopher Pankhurst at 9/23/2005 12:00:00 AM
Yes, I opened the ports 1433 and 1434 in Windows Firewall and SQL server is set to windows or sql authentication. I believe I opened them with the correct TCP/UDP combination. I also told windows firewall about sqlserver.exe, however I suspect that is more for outbound connections. I understan...more >>

Window Service c#
Posted by JJ at 9/21/2005 8:11:05 AM
Hi, I have a windows service that I built in c#. I am trying to connect to a sql server database with trusted authentication but I get login keeps on failing. So I am assuming that I need to supply different login credentials since its not accepting my windows nt login that I use for log...more >>

login failed for user '(null)'
Posted by lange at 9/20/2005 7:13:02 PM
My variation of this problem is as follows: the server has the Windows authentication mode, I'am aware of it so I make sure I comply with it in my connection attempt (through Enterprise Manager). I attempt to connect from another PC. Both the client PC and the server have the same range of u...more >>

ASP.NET 1.1 connecting to DBF
Posted by Toni Cvetkovski at 9/20/2005 12:00:00 AM
Hi all, My problem is : I have ASP.NET 1.1 app that must connect to existing DBF data files. I tried to do this with existing ODBC for DBF but I have following problem : Either if DBF file had appropriate index NTX file, the unknown exception occured or if index didn't exist than the q...more >>

Can't Connect
Posted by Jim Bunton at 9/19/2005 11:44:58 AM
Win 2000, sqlServer 2000 Personal edition Trying ot connect using .asp Vb Script 1. Sql server set to use Windows Authentication 2. Log onto Windows 2000 as Jim Bunton {no password) 3 Server 'Study' running ok 4. sql query analyser i. "SELECT User_Name > dbo ii. [using database No...more >>

Re: Server Does Not Exist or Access Denied error
Posted by Terry Holland at 9/19/2005 12:00:00 AM
Im still looking for assistance on this matter which was posted in another thread of same title. My latest discovery is as follows: I have just worked out that I the machine that I can connect to has no SQL Server service pack installed and the one that I cannot connect to from my application...more >>

connecting to sql server in another domain in vbs
Posted by slimbim at 9/16/2005 9:59:06 AM
I am trying to connect to a sql server database that is in another domain from a vb script (not within ASP, just .vbs file). I am getting error: Microsoft OLE DB Provider for ODBC Drivers: [Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user '(null)'. Reason: Not associated w...more >>

sql server odbc driver for linux
Posted by Steve Kitley at 9/16/2005 12:00:00 AM
Hello, We have an instance of oracle on linux and another with sqlserver on windows. We need an odbc driver for the linux box to connect to the sql server. Does anybody have suggestions on what odbc drivers there are out there for linux in order for us to connect these two boxes? Tha...more >>

Connect to SQL Server 2005
Posted by Ryan Chen at 9/16/2005 12:00:00 AM
I have installed two SQL Server 2005. One on Windows XP SP2 and another on Windows Server 2003 SP1. I have shut down the firewall on both machine, but I still failed to coonect each other. Both of them can connect to SQL Server 2000. Does anyone know what wrong? ...more >>

How to display the command text when a long transaction is on proc
Posted by Jason Zhang at 9/14/2005 9:23:02 PM
One connection is using a few store proc to do some transactions. It takes a long time to complete. I want to know if it's possible to show the particular SQL statement when the connection is running, e.g. the statement "select * from staff" is bottleneck as it consumes the most effort. Th...more >>

SQL Server not found or access denied
Posted by Olav at 9/14/2005 10:44:07 AM
We get this meesage if we try to connect to the database from a client computer. It works fine if we connect locally on the 2003 server. The MSDE was installed from another maker and we have changed it to use mixed mode. We log on using SQL server auth. We have used svrnetcn.exe and added TCP/...more >>

Event ID: 17830??
Posted by Mike at 9/14/2005 7:23:14 AM
All, Can't figure out why I am getting this message in my event log... Event Type: Error Event Source: MSSQL$SQLSERVER2005 Event Category: (4) Event ID: 17830 Date: 9/14/2005 Time: 7:06:03 AM User: N/A Computer: ADDVMFM12 Description: A network error occurred while establishing a con...more >>

SQL connectivity issue only from one server to another
Posted by mzamborini NO[at]SPAM gmail.com at 9/13/2005 10:36:29 AM
Hello I am having a SQL connectivity issue (Query Analyzer or Enterprise Manager connection) - from specifically one server to another. Lets just call them ServerA and ServerB. I cannot connect from ServerA to ServerB in either QA or EM. BUT, I can be on any other SQL server box and connec...more >>

connection failed... not associated with a trusted SQL Server connection
Posted by keithb at 9/13/2005 9:48:40 AM
Using Query Analyser, I cannot log in using the SQL 'sa' user name and password. I get an error saying "connection failed... not associated with a trusted SQL Server connection" When and where can the 'sa' credential be used without creating this error? thanks, Keith ...more >>

insert temp with linked server
Posted by dp at 9/13/2005 9:44:25 AM
Hi, I have a problem with insert temp table with linked server. I have a sql 2000 with sp4 and I have a dozen linked servers. All of them work except one which is running on windows 2003. I didn't get any error message and the transaction just open and never stop. I have to kill it manual...more >>

Can't connect after change the security setting
Posted by luvgreen at 9/13/2005 7:13:04 AM
Hi, Experts! I very new to SQL server. I made a stupid movement by mistakenly change the security of property of local(windows NT) from log in using this account to system account. After the machine restarted, i can't no longer start up SQL server. When I click local (window NT) in enterprise...more >>

[DBNETLIB][ConnectionOpen (Connect()).]Specified SQL server not found.
Posted by SiJP at 9/13/2005 4:44:36 AM
I am trying to connect to a SQL server that is on a remote network, using Enterprise Manager. However, I am getting server not found errors. Here is my setup: My PC, connects to the internet via a PDC, which has a cisco router attached. Web Server has SQL installed on it, I have TCP/IP co...more >>

SQL Server doesn't respond to broadcast request
Posted by Sylvain at 9/13/2005 1:53:01 AM
Hi, A problem since few weeks, all my SQL servers located on the LAN (clients too) don't respond to the broadcast request (255.255.255.255:1434), so my clients must set manually the TCP/IP port of their named instance. No firewall are placed between servers and clients. Any help appreciated...more >>

Error 9003
Posted by Mike at 9/10/2005 1:50:01 AM
Hi I have been using SQL server with the web matrix project whilst I learn ASP.net. (I am new to both). At some point this week the SQL server stopped working (It may be linked to my computer crashing whilst another program was running). It now will not run from the web matrix or the SQL se...more >>

Server Does Not Exist or Access Denied error
Posted by Terry Holland at 9/9/2005 10:41:06 AM
I have a asp.net application that connects to a SQL Server DB. I have been connecting to SQL Server on local machine and now Im trying to test connecting to another test server. I have setup my connection string in my web.config file as follows <appSettings> <add key="DB:CSA"...more >>

settings for CLICONFG
Posted by Steve Everington at 9/8/2005 12:00:00 AM
Hello, I have an issue with a number of the Windows XP workstations on my network not wanting to talk to my SQL server. I have traced the problem down to the appropriate protocols not being enabled on those machines (which I can fix using CLICONFG). What I am now trying to find out is how...more >>

SQL Server 2000 and Latching problem
Posted by Simon Goss at 9/5/2005 4:21:25 PM
hi all. got a question - wondered if you guys have come across this. I have an application that acts as a database "server" where it captures requests for information from many clients (1-100+ but 30 is typical) where it then interrogates a SQL server database on their behalf, and then re...more >>

Site Access time out
Posted by julieskennels at 9/4/2005 9:25:02 AM
Microsoft OLE DB Provider for ODBC Drivers error '80040e31' [Microsoft][ODBC SQL Server Driver]Timeout expired /include/poetsworkshop/common/functions.asp, line 516 What does this mean and is there anything I can do about it. Thanks For helping!...more >>

"While trying to find a folder on SQL "
Posted by danA at 9/4/2005 12:00:00 AM
ENVIRONMENT: Microsoft SQL Server Management Studio 9.00.1116.00 Microsoft Analysis Services Client Tools 2000.090.1116.00 Microsoft Data Access Components (MDAC) 2000.085.1117.00 (xpsp_sp2_rtm.040803-2158) Microsoft MSXML 2.6 3.0 4.0 5.0 6.0 Microsoft Internet Explorer ...more >>

The ODBC resource DLL (c:\windows\system\odbcint.dll) is a differe
Posted by ripp at 9/2/2005 12:38:04 AM
Hi, I've since a long time this error message on a windows xp sp2. The ODBC resource DLL (c:\windows\system\odbcint.dll) is a different version than the ODBC setup dll (c:\windows\system\odbccp32.dll). I've read this page http://support.microsoft.com/kb/170769/EN-US but, I'can't reinstall...more >>


DevelopmentNow Blog