The connectivity tag has no wiki summary.
-1
votes
0answers
32 views
Connect to remote Oracle Database [on hold]
I needed to make an application connect to an oracle database located in the same network (ping the host works fine), but not in the same machine (i.e. it's a remote server). I developed then a ...
1
vote
2answers
47 views
Cannot connect to my local instance
When I connect to my local server, I get this message
A network-related or instance-specific error occurred while establishing a connection to
SQL Server. The server was not found or was not ...
1
vote
0answers
25 views
Pooling:more than one connection to a database [migrated]
I have a doubt that whether Pooling actually works with vb.net.
I used below query to check the connection to the database from different pc.
SELECT hostname,p.status,[program_name],loginame,name
...
2
votes
1answer
53 views
What makes this rare error: “Can't connect to local MySQL server through socket '/tmp/mysql.sock' (146)”
This is a rare error that occurs on Solaris, have seen it from Perl, where this line
DBI->connect(...) or die "Unable to connect: $DBI::errstr"
Outputs
Unable to connect: Can't connect to local ...
0
votes
0answers
34 views
Slow queries after “too many connections” errors
Couple of days ago I had a persistent query running on my website which was taking minutes to complete (I've run it about 3 time)
It nearly killed my database, I got 1040 too many connections when I ...
2
votes
0answers
62 views
Linked Server Login Timeout but SqlCmd works
I've got a SQL 2005 SP4 server that connects to a 2008 SP3 instance via linked servers using the SQL Server server type. Every once in a while, one of those linked servers will start throwing login ...
1
vote
1answer
244 views
Unable to connect to SQL server 2008 R2 via Instance name?
I don't understand :
I've installed sql server 2008 R2. the installation process asked me for the desired instance name , so I wrote: MSSQLSERVER.
after the installation , running Setup Discovery ...
1
vote
0answers
291 views
SQL pre-login handshake connection failure
I'm having an intermittent problem with one of my old SQL 2000 servers. Every once in a while it stops accepting logins. I fix the problem by bouncing sqlservr.exe and then it starts working properly ...
1
vote
0answers
184 views
connect sql server using windows authentication in another pc
I am having sql server 2008 r2 express installed in a PC. I have some other PC which are connected to this pc in a local network.Now those PC connect to my pc's sql server using sql authentication. ...
1
vote
2answers
818 views
ORA-12154 TNS: could not resolve the connect identifier specified with SQLPLUS
I am using Toad to connect my database and its working fine for me .
But when i try to connect with the same credential , i am getting the error message as shown below:
ORA-12154 TNS: could not ...
0
votes
0answers
30 views
SQL Server connection failed for normal domain user [duplicate]
I have SQL Server 2008 R2 SP1. I am using connection string to connect to SQL Server.
In connection string I am passing the driver path, server name, TCP port number, user name with which I want to ...
0
votes
1answer
97 views
Mysql not closing connections
I have a Java application that configured with a connection pool. I have ensured that the application terminates the connections properly.
However when I run this command on mysql command line -
...
0
votes
1answer
47 views
Is it possible to use Native Clients from previous releases to connect SQL Server 2012?
Is it possible to use SQL Server Native Clients from previous SQL Server releases (e.g. SQL Server 2008 R2 Natice Client) to connect SQL Server 2012 database?
0
votes
2answers
233 views
Remote database connection problem?
I have two systems with Windows XP. I have installed SQL Server 2005 on a system and tried to use SQL Server Management Studio Express on both to use the database.
I am able to use the database on ...