0
votes
1answer
21 views

Unable to connect to SQL server 2008 [closed]

I am not able to connect to SQL Server. It is showing the following error: Additional information: A network-related or instance-specific error occurred while establishing a connection to SQL ...
0
votes
0answers
51 views

Intermittent SQL Server Connection Issue

I have been experiencing an intermittent SQL connection problem that I can't resolve. First of all I will explain the setup: Windows 2008 R2 Standard SP1 (and all patches delivered through windows ...
0
votes
2answers
43 views

Cannot connect to SQL Server instance from web application but can from SSMS

I've got SQL Sever 2008 R2 Express installed and am able to connect to it with SSMS using (local) and Windows Authentication. However, when attempt to connect to it from an MVC Web Application ...
0
votes
1answer
38 views

SQL Login failing on SQL Server 2008 for Remote Connections

This snippet of C# code is used to connect to a SQL Server 2008 instance (default, not named instance): using (SqlConnection conn = new SqlConnection(sqlConnType)) { conn.Open(); using ...
0
votes
5answers
45 views

Having sql connection open for a long time

I'm writing a program that generates Sitemaps. To avoid duplicates I'm using MSSQL Server to store links that are found. during this process It may read and write millions of links and the process of ...
1
vote
1answer
46 views

PetaPoco Should I use MultipleActiveResultSets=True?

From time to time we receive the following database connection error from PetaPoco in an ASP.NET MVC 4 app: There is already an open DataReader associated with this Command which must be closed ...
0
votes
0answers
186 views

Visual Studio 2012. Logon failure: unknown user name or bad password

Well this is very strange. I am able to connect to Sql Server 2008 from Management studio, but i am unable to establish connection from Visual Studio 2012 (website project). I always get the error: A ...
0
votes
1answer
27 views

Attach a remotely stored database

Is it possible to attach a database that is stored on a remote server because when I mapped a drive and tried to attach it in management studio, the drive does not show up as an option. I moved it ...
0
votes
1answer
116 views

Not able to connect SQL Server 2008 Remotely

I have setup SQL Server 2008 Developer Edition. It automatically contains my system name which is sipl006 as Servername. My system IP is 172.27.28.44. My issue is it is not connecting remotely with IP ...
0
votes
0answers
144 views

SQL Server 2008 Management Studio Express

SQL Server Management Studio Express expert? I have SQL Server Management Studio 2008 Express on my laptop, but it doesn't have a surface area manager (something like that)... I also don't have the ...
0
votes
1answer
306 views

Cannot open database “database.mdf” requested by the login. The login failed. Login failed for user 'IIS APPPOOL\general'

As I see several similar issues that I am facing, I have a bit different problem. My connection string is Data ...
0
votes
1answer
37 views

How can I capture queries that fail on the SQL Server due to connection drops/failures?

How can I capture queries that fail on the SQL Server due to connection drops/failures? Profiler doesnt seem to capture if there is a connectivity loss.
1
vote
1answer
133 views

SQL Transaction commit leaves connection in corrupt state (c#)

Short: After a call to transaction.Commit(), the next operation fails as if the transaction was not committed. More details: We have a thread running write queries to the database, some of which are ...
0
votes
1answer
2k views

How to connect with two different databases by one connection string Sql and Vb.Net

I am trying to connect to database at window form level in Studio 2010/VB.Net. I am using two different databases in Sql 2008r2. One database I am using to populate records at form load event (run ...
2
votes
5answers
121 views

How to minimize concurrent database connections?

My hosting company blocked my website for using more than 15 concurrent database connections. But in my code I closed each and every connection that I opened. But still they are saying that there are ...
0
votes
0answers
167 views

SQL Server 2008 Local Connection String

I'm attempting to run unit tests locally via connecting to SQL Server 2008 in my Windows Server 2008 R2 machine. I have the following two connection strings -- the first one does not work, but the ...
1
vote
0answers
153 views

erorr at connect sql server 2008 to netbeans

I have problem at connect the sql server 2008 to nebeans I use this code private void connect() { try { Class.forName("com.microsoft.sqlserver.jdbc.SQLServerDriver"); ...
0
votes
2answers
146 views

Entity framework, how to increase limits?

We are building an application which makes every week a very large amount of request over the database, concurrently. We have ~15-20 threads which query the database concurrently. We are actually ...
0
votes
1answer
3k views

Firewall Port 1433 not opening

I am using MS Server 2008 with MSSQL 2008-R2 as database server. Each time for some work i have to login to server via Remote connection.I tried to configure the SQL Server remote connection on, ...
2
votes
1answer
372 views

Connect to SQL Server 2008 Database via C# [closed]

I am attempting to connect to a database I created in SQL Server 2008 on my computer. I have a Windows Authentication login which looks like this: try { string sCon = @"Data ...
0
votes
0answers
86 views

Sync SQL Server 2008 with database of a Drupal website

I have a client who's using some custom built progam which uses SQL server 2008 DB and is running on Windows Server 2008. On the other hand, the same client has a Drupal 6 website with a mySQL DB. ...
3
votes
1answer
243 views

sqlsrv_connect() keep connection in application pool active

I have a php script that connects to a local SQL server database through sqlsrv_connect. $serverName = "127.0.0.1\MSSQLSERVER"; $userName = 'username'; $userPassword = 'pass'; $dbName = ...
0
votes
1answer
479 views

Can't connect to SQL Server from WCF service but I can from Management Studio

I'm trying to connect a .NET Framework 4.0 WCF REST service on an IIS6 to a SQL Server 2008 R2 database with this connection string: <add name="EReportEntities" ...
0
votes
1answer
2k views

JDBC connection to SQL Server: login failed for user x

I am trying to set a JDBC connection to Sql Server 2008. I have created a database in Sql Server with this information: CREATE LOGIN xtest WITH PASSWORD = 'berenjenas7((('; GO CREATE USER ...
1
vote
1answer
2k views

Login failed for user 'someone'

I work on Microsoft SQL Server 2008 R1 and visual studio 2010. My target is to clone a server to a new machine. However, after setting the application up and entering "local/storytelling" in the ...
0
votes
1answer
93 views

connecting to remote sql server express 2008. is this normal?

Every tutorial I see on the internet on how to connect to remote sql server using management studio will say I enter ip-adress\sqlexpress for the server name. When I do that i get the most famous ...
-6
votes
1answer
158 views

One application for many databases C# [closed]

I want to know if it is possible to have one application publish in iis to more than one databases, I mean one application code in C#. Thanks
0
votes
0answers
307 views

ADO error 16389 with local access SQL Server, database connection failing when using wireless card

We are sometimes seeing a database base engine connection problem with a C++ point of sale application that is using ADO to access a Microsoft SQL Express Server 2008 database. The error code we are ...
1
vote
1answer
72 views

Complains of a user that does not exist

I've specified the user of my application pool to be SERVER4\IUSR_SERVER4. And then I added this user to the SQL Server. But when I try to connect to the database I get the following error: Server ...
0
votes
1answer
573 views

Security risk with remote access to sql server?

I wish to access a company sql server database externally. I can access the database currently through use of Remote Desktop Connection, but this is not adequate for certain database tools running off ...
1
vote
0answers
325 views

Oracle error message when trying to get tables from informix database

I created new data source to access an informix database over an odbc data provider(informix 3.33; 32bit). Testing this connection succeeded so i created a new connection manager (new connection from ...
2
votes
1answer
2k views

How to set-up SQL Server / IIS 7.0 to allow ASP.NET MVC website to access to database?

I have built an ASP.NET MVC 2 website that I am hosting with Rackspace Cloud Server using IIS 7.0. When I try to test the website under localhost with IIS 7.0 on the server I get an error page. This ...
0
votes
1answer
280 views

How to create a database in Visual Studio using SQL authentication?

I want to be able to package my program as an exe-file basically. To do so I need a connection string just connecting to a local DB file using username/password. If I could turn DB security OFF that ...
1
vote
1answer
144 views

Remote database connection open for long time

I am executing some crud's on mssql server 2008 database by connecting remotely. I have business logic in Java with tight code for connection, statement and result set close() in finally block. My ...
0
votes
0answers
150 views

database error 17 crystalreport

i use to develop my windows applications on VS2005 and SqlServer 08. recently i started with VS2010 and SqlServer 2008. Long story short. i have an issue with my crystal report. it loads fine on my ...
0
votes
0answers
215 views

Connect to SQL Server 2008 from Windows CE 6 intel

I'm in trouble with my C# (.NET framework 2.0) project on Windows CE 6 I need to connect to a SQL Server 2008 in the wifi network. The first problem is that I'm not able to find sql.wce6.x86.CAB, but ...
0
votes
0answers
2k views

How to create data connection and submitting between InfoPath 2010 and SQL Server 2008 (Live Server)?

I was create an Infopath 2010 form from Databse Form Template. The database source that I used on a live server (need internet connection). I've done to create the form. But when I try to submit the ...
2
votes
1answer
752 views

Why are SQL Server 2008 queries so much slower against Localhost than remote server?

I'm working on an application with SQL Server 2008 as the backend. At the end of each day, I back up the database and restore it on my laptop so I can continue development at home. Everything works ...
-1
votes
1answer
222 views

local sqlserver (with alias) doesn't respond if disconnect from LAN/Internet

Something really weird, I have an sql server alias configured (using 2008) since my instance name is different from co-workers, everything works well until I disconnect from LAN/Internet Named Pipes ...
0
votes
1answer
442 views

how to connect sql server 2008 on vmware with local machine sql server 2008 client [closed]

I have windows7 professional edition machine. on which i settled up the VMware (windows server 2008) with the sql server 2008. Also I have set up the sql server 2008 client application. I want to ...
1
vote
0answers
717 views

ClassNotFound Exception while Calling through JAVA Web Service?

i have java class in which i have done database connection for SQL server and trying to retrieve data from table its working fine. but now i created web service in java for that class then its showing ...
1
vote
1answer
408 views

How can I get SQL Server database properties from C# code?

I've a C# 4.0 console application and a SQL Server 2008 database up and running on database server. Does somebody know if there is a way to get the database properties (like "Database Read-Only" ) ...
1
vote
2answers
6k views

Unable to find the requested .Net Framework Data Provider. It may not be installed. (System.Data.SQLClient)

I tried to look at the data connection between my visual studio and SQL server, however it keeps on saying "Unable to find the requested .Net Framework Data Provider. It may not be installed." How ...
0
votes
2answers
295 views

Connection Pooling clear time… I don't really know what to call it :)

I have an client application that connects to the DB via the using clause. using (SqlConnection sqlConn = new SqlConnection(ConnectionString)) { sqlConn.Open(); //SQLcommand codes } ...
0
votes
1answer
324 views

Connect to SQL server Dialog Box

I´d like to use "Connect to server" dialog box (this dialog appears at startup in SQL Server Management studio) in my application, which I´m writing in C#. Does anybody know how to add this dialog to ...
0
votes
1answer
578 views

Visual Studio 2010 Service Based Database With Users

I am sure this is a stupid question, but I was wondering how to create a Service Based Database (SQL Server DB) in Visual Studio 2010 with a user account. I want this because I am creating a C# ...
1
vote
2answers
2k views

C# and SQL Server 2008 R2: Finding DB Address and connection string

I have SQL Server 2008 R2 installed and have the necessary databases created. Now I am trying to connect to the server through C# and failing miserably. I have tried several connection string formats ...
0
votes
1answer
3k views

connection string for remote sql server

I am trying to connect to remote sql server, I would like to know what's the proper way to connect to the server. tcp/ip protocol is enabled. I am trying this way: @"Server=myserver.com\SQLEXPRESS; ...
0
votes
1answer
148 views

Inconsistent connection to SQL Server 2008 while debugging in Visual Studio 2010

I'm having a ton of trouble making a consistent connection to SQL Server while debugging, lately. We're spending most of our time diagnosing the issue from a server/networking level, but I wondered ...
2
votes
2answers
298 views

How do I log the Windows user, not service account, to database?

We have a .NET 4 web application running on our intranet. When a user starts the application, the user's Windows creds are checked to ensure the user is a member of the correct Active Directory ...

1 2