473,773 Members | 2,345 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Cannot create new SQL database.....

I have Visual Studio 2005 Pro. I installed SQL Express 2005 and rebooted.
But, when I right click on "Data Connections" in the Server Explorer and
choose "Create New SQL Server Database..." and attempt to create a new
database on the local PC, I get 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 fact that under default
settings SQL Server does not allow remote connections. (provider:
NamedPipes Provider, error:40 - Could not open a connection to SQL Server)".

Any idea what this is?
Jul 1 '06 #1
7 3968
You might get some information by looking in the latest error log in the
c:\Program Files\Microsoft SQL Server\MSSQL.1\ MSSQL\LOG directory. It looks
like your connection is trying to use named pipes to connect and named pipes
are disabled by default in SQL Express so you might try enabling named pipes
with the SQL Server Configuration Manager.(networ k configuration/protocols)
You may also have to allow SQL Server to open connections through the XP
firewall but that's usually not necessary.

--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

"wally" <wa***@mart.com wrote in message
news:7P******** *********@bigne ws2.bellsouth.n et...
>I have Visual Studio 2005 Pro. I installed SQL Express 2005 and rebooted.
But, when I right click on "Data Connections" in the Server Explorer and
choose "Create New SQL Server Database..." and attempt to create a new
database on the local PC, I get 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 fact that under default
settings SQL Server does not allow remote connections. (provider:
NamedPipes Provider, error:40 - Could not open a connection to SQL
Server)".

Any idea what this is?

Jul 2 '06 #2
Thanks for the pointers......b ut no luck.

To make sure that my installation of SQL Express was good, I uninstalled SE
and deleted the directory it leaves behind.

I restarted the dev box, downloaded SE Basic from
http://msdn.microsoft.com/vstudio/express/sql/download/ and reinstalled it
with the client tools selected.

I tried again.....same error.

I enabled both TCP/IP and Named Pipes, restarted the dev box and got the
same error.

I disabled the Windows firewall and tried again.....same error.

At this point, I am at a loss as to what the problem could be.
"Roger Wolter[MSFT]" <rw*****@online .microsoft.comw rote in message
news:uH******** ******@TK2MSFTN GP05.phx.gbl...
You might get some information by looking in the latest error log in the
c:\Program Files\Microsoft SQL Server\MSSQL.1\ MSSQL\LOG directory. It
looks like your connection is trying to use named pipes to connect and
named pipes are disabled by default in SQL Express so you might try
enabling named pipes with the SQL Server Configuration Manager.(networ k
configuration/protocols) You may also have to allow SQL Server to open
connections through the XP firewall but that's usually not necessary.

>
--
This posting is provided "AS IS" with no warranties, and confers no
rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

"wally" <wa***@mart.com wrote in message
news:7P******** *********@bigne ws2.bellsouth.n et...
>>I have Visual Studio 2005 Pro. I installed SQL Express 2005 and rebooted.
But, when I right click on "Data Connections" in the Server Explorer and
choose "Create New SQL Server Database..." and attempt to create a new
database on the local PC, I get 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 fact that under default
settings SQL Server does not allow remote connections. (provider:
NamedPipes Provider, error:40 - Could not open a connection to SQL
Server)".

Any idea what this is?


Jul 2 '06 #3
@!#@#!@$!@..... ..The answer is that you CANNOT connect to SQL Express using
the machine name (nevermind that is what is shown in the drop down for the
connection and SQL Express is running as a service that could be queried).
You must manually add "\SQLExpres s" (i.e. "machineName\SQ LExpress") to be
able to connect to it.

Now just why didn't those brilliant Microsoft minds code that OR AT LEAST
LET US KNOW ABOUT IT?

"wally" <wa***@mart.com wrote in message
news:eF******** ***********@big news6.bellsouth .net...
Thanks for the pointers......b ut no luck.

To make sure that my installation of SQL Express was good, I uninstalled
SE and deleted the directory it leaves behind.

I restarted the dev box, downloaded SE Basic from
http://msdn.microsoft.com/vstudio/express/sql/download/ and reinstalled it
with the client tools selected.

I tried again.....same error.

I enabled both TCP/IP and Named Pipes, restarted the dev box and got the
same error.

I disabled the Windows firewall and tried again.....same error.

At this point, I am at a loss as to what the problem could be.
"Roger Wolter[MSFT]" <rw*****@online .microsoft.comw rote in message
news:uH******** ******@TK2MSFTN GP05.phx.gbl...
>You might get some information by looking in the latest error log in the
c:\Program Files\Microsoft SQL Server\MSSQL.1\ MSSQL\LOG directory. It
looks like your connection is trying to use named pipes to connect and
named pipes are disabled by default in SQL Express so you might try
enabling named pipes with the SQL Server Configuration Manager.(networ k
configuratio n/protocols) You may also have to allow SQL Server to open
connections through the XP firewall but that's usually not necessary.


>>
--
This posting is provided "AS IS" with no warranties, and confers no
rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

"wally" <wa***@mart.com wrote in message
news:7P******* **********@bign ews2.bellsouth. net...
>>>I have Visual Studio 2005 Pro. I installed SQL Express 2005 and
rebooted. But, when I right click on "Data Connections" in the Server
Explorer and choose "Create New SQL Server Database..." and attempt to
create a new database on the local PC, I get 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 fact
that under default settings SQL Server does not allow remote connections.
(provider: NamedPipes Provider, error:40 - Could not open a connection to
SQL Server)".

Any idea what this is?



Jul 2 '06 #4
Wally,

Have you installed in past some Beta SQL server products, than you have to
look in the mydocuments folders, it is possible that there are than some
orphaned files. Set those temportaly an other place and try to install
SQLExpress again.

Cor

"wally" <wa***@mart.com schreef in bericht
news:eF******** ***********@big news6.bellsouth .net...
Thanks for the pointers......b ut no luck.

To make sure that my installation of SQL Express was good, I uninstalled
SE and deleted the directory it leaves behind.

I restarted the dev box, downloaded SE Basic from
http://msdn.microsoft.com/vstudio/express/sql/download/ and reinstalled it
with the client tools selected.

I tried again.....same error.

I enabled both TCP/IP and Named Pipes, restarted the dev box and got the
same error.

I disabled the Windows firewall and tried again.....same error.

At this point, I am at a loss as to what the problem could be.
"Roger Wolter[MSFT]" <rw*****@online .microsoft.comw rote in message
news:uH******** ******@TK2MSFTN GP05.phx.gbl...
>You might get some information by looking in the latest error log in the
c:\Program Files\Microsoft SQL Server\MSSQL.1\ MSSQL\LOG directory. It
looks like your connection is trying to use named pipes to connect and
named pipes are disabled by default in SQL Express so you might try
enabling named pipes with the SQL Server Configuration Manager.(networ k
configuratio n/protocols) You may also have to allow SQL Server to open
connections through the XP firewall but that's usually not necessary.


>>
--
This posting is provided "AS IS" with no warranties, and confers no
rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

"wally" <wa***@mart.com wrote in message
news:7P******* **********@bign ews2.bellsouth. net...
>>>I have Visual Studio 2005 Pro. I installed SQL Express 2005 and
rebooted. But, when I right click on "Data Connections" in the Server
Explorer and choose "Create New SQL Server Database..." and attempt to
create a new database on the local PC, I get 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 fact
that under default settings SQL Server does not allow remote connections.
(provider: NamedPipes Provider, error:40 - Could not open a connection to
SQL Server)".

Any idea what this is?



Jul 2 '06 #5
Thanks for the help Cor, but the name thing was the issue.
"Cor Ligthert [MVP]" <no************ @planet.nlwrote in message
news:uA******** ******@TK2MSFTN GP03.phx.gbl...
Wally,

Have you installed in past some Beta SQL server products, than you have to
look in the mydocuments folders, it is possible that there are than some
orphaned files. Set those temportaly an other place and try to install
SQLExpress again.

Cor

"wally" <wa***@mart.com schreef in bericht
news:eF******** ***********@big news6.bellsouth .net...
>Thanks for the pointers......b ut no luck.

To make sure that my installation of SQL Express was good, I uninstalled
SE and deleted the directory it leaves behind.

I restarted the dev box, downloaded SE Basic from
http://msdn.microsoft.com/vstudio/express/sql/download/ and reinstalled
it with the client tools selected.

I tried again.....same error.

I enabled both TCP/IP and Named Pipes, restarted the dev box and got the
same error.

I disabled the Windows firewall and tried again.....same error.

At this point, I am at a loss as to what the problem could be.
"Roger Wolter[MSFT]" <rw*****@online .microsoft.comw rote in message
news:uH******* *******@TK2MSFT NGP05.phx.gbl.. .
>>You might get some information by looking in the latest error log in the
c:\Program Files\Microsoft SQL Server\MSSQL.1\ MSSQL\LOG directory. It
looks like your connection is trying to use named pipes to connect and
named pipes are disabled by default in SQL Express so you might try
enabling named pipes with the SQL Server Configuration Manager.(networ k
configurati on/protocols) You may also have to allow SQL Server to open
connections through the XP firewall but that's usually not necessary.


>>>
--
This posting is provided "AS IS" with no warranties, and confers no
rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

"wally" <wa***@mart.com wrote in message
news:7P****** ***********@big news2.bellsouth .net...
I have Visual Studio 2005 Pro. I installed SQL Express 2005 and
rebooted. But, when I right click on "Data Connections" in the Server
Explorer and choose "Create New SQL Server Database..." and attempt to
create a new database on the local PC, I get the following error "An
error has occurred while establishing a connection to the server. When
connectin g to SQL Server 2005, this failure may be caused by the fact
that under default settings SQL Server does not allow remote
connections . (provider: NamedPipes Provider, error:40 - Could not open a
connectio n to SQL Server)".

Any idea what this is?



Jul 2 '06 #6
Wally,

Sorry I did not look well to your follow up. AFAIK does a dot this as well.

Cor

"wally" <wa***@mart.com schreef in bericht
news:uY******** ***********@big news6.bellsouth .net...
Thanks for the help Cor, but the name thing was the issue.
"Cor Ligthert [MVP]" <no************ @planet.nlwrote in message
news:uA******** ******@TK2MSFTN GP03.phx.gbl...
>Wally,

Have you installed in past some Beta SQL server products, than you have
to look in the mydocuments folders, it is possible that there are than
some orphaned files. Set those temportaly an other place and try to
install SQLExpress again.

Cor

"wally" <wa***@mart.com schreef in bericht
news:eF******* ************@bi gnews6.bellsout h.net...
>>Thanks for the pointers......b ut no luck.

To make sure that my installation of SQL Express was good, I uninstalled
SE and deleted the directory it leaves behind.

I restarted the dev box, downloaded SE Basic from
http://msdn.microsoft.com/vstudio/express/sql/download/ and reinstalled
it with the client tools selected.

I tried again.....same error.

I enabled both TCP/IP and Named Pipes, restarted the dev box and got the
same error.

I disabled the Windows firewall and tried again.....same error.

At this point, I am at a loss as to what the problem could be.
"Roger Wolter[MSFT]" <rw*****@online .microsoft.comw rote in message
news:uH****** ********@TK2MSF TNGP05.phx.gbl. ..
You might get some information by looking in the latest error log in
the c:\Program Files\Microsoft SQL Server\MSSQL.1\ MSSQL\LOG directory.
It looks like your connection is trying to use named pipes to connect
and named pipes are disabled by default in SQL Express so you might try
enabling named pipes with the SQL Server Configuration Manager.(networ k
configuratio n/protocols) You may also have to allow SQL Server to open
connection s through the XP firewall but that's usually not necessary.


--
This posting is provided "AS IS" with no warranties, and confers no
rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

"wally" <wa***@mart.com wrote in message
news:7P***** ************@bi gnews2.bellsout h.net...
>I have Visual Studio 2005 Pro. I installed SQL Express 2005 and
>rebooted . But, when I right click on "Data Connections" in the Server
>Explorer and choose "Create New SQL Server Database..." and attempt to
>create a new database on the local PC, I get the following error "An
>error has occurred while establishing a connection to the server. When
>connecti ng to SQL Server 2005, this failure may be caused by the fact
>that under default settings SQL Server does not allow remote
>connection s. (provider: NamedPipes Provider, error:40 - Could not open
>a connection to SQL Server)".
>
Any idea what this is?
>




Jul 2 '06 #7
On Sun, 2 Jul 2006 01:12:26 -0400, "wally" <wa***@mart.com wrote:
>@!#@#!@$!@.... ...The answer is that you CANNOT connect to SQL Express using
the machine name (nevermind that is what is shown in the drop down for the
connection and SQL Express is running as a service that could be queried).
You must manually add "\SQLExpres s" (i.e. "machineName\SQ LExpress") to be
able to connect to it.

Now just why didn't those brilliant Microsoft minds code that OR AT LEAST
LET US KNOW ABOUT IT?
Wally,

The machineName\ins tanceName thing is well documented in assorted
places. But there is just so much information around that it may not
be easy to find, particularly if you don't know that you need to look
for it.

Andrew Watt MVP
Jul 2 '06 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
2974
by: Sangbae | last post by:
I cannot create table using adodbapi. I have no problem with SELECT etc. But I can create table using win32com.client directly. I don't know why. Could you give some advice, please? This is my source. =====================================
8
5481
by: baustin75 | last post by:
Posted: Mon Oct 03, 2005 1:41 pm Post subject: cannot mail() in ie only when debugging in php designer 2005 -------------------------------------------------------------------------------- Hello, I have a very simple problem but cannot seem to figure it out. I have a very simple php script that sends a test email to myself. When I debug it in PHP designer, it works with no problems, I get the test email. If
22
5595
by: Smutny30 | last post by:
Hello, I am preparing a database that will store 10 n * GBs - 100 n * GBs of data. I calculated to have 1,2 GB of bufferpools. I run the DB2 v. 8.2.1 alone on 4 GB box. I obtain : "SQL1478W The defined buffer pools could not be started. Instead, one small
10
4040
by: ibm_97 | last post by:
Hi, all I'm new to DB2 world. DB2 8.1 enterprise on Win XP. Installation (typical method) is fine. I log in as 'abc' user (admin user) to do the installation. Now I have 'db2admin' user. As 'abc' user I am able to open 'control center'. But when I try to create sample database from 'First Steps', I get the error which is
6
9277
by: sambuela | last post by:
How can I write message to the file located in the wwwroot directory? It seems that IIS protect these files. Let make me cannot do the I/O writing sucessfully. I try to open file's write privileage by file manager and IIS manager. However, one PC is okay and another PC is not. Any help on this will be greatly appreciated. Regards, --sambuela
1
1985
by: bennett | last post by:
I'm trying to write an ASPX page that uses an OleDbDataAdapter to get data from a SQL Server database. When I test the connection, it returns success, and when I preview the data using the Adapter's "preview data" right-click option, it works, but when I load the actual page, I get the error "Cannot open database requested in login 'cookiecutter'. Login fails." It seems to work when I use a pre-existing database like Northwind or...
3
4328
by: fyi85 | last post by:
I am trying to create a server on the same machine running the same instance. This is v8.1.5 on Windows 2003 Server. The instance is set to FEDERATED=YES The server will be created for database TEST The TEST database will be referenced from database master. There is nobody using the databases and there are no active connections. I log on to the database master from CLP and do
2
2611
by: Bjørn Johansen | last post by:
Hi, I'm new at DB2, and have just installed a DB2 Version 9 Enterprise trial. Had no visible problems installing the database, but I cannot create the sample Database, or any other database. When I try to create a database, I get SQL1032N No DB2START-command issued translated from danish ;-)
1
8971
by: Sue | last post by:
I just installed the free DB2 Express. I am going through the wizard and I am unable to create a database. I keep getting the error "create database path does not exist". The log file says "An attempt is made to create a database on a path without first enabling this feature using db2_create_db_on_path registry variable. Please enable this first and try again. When I tried to set this to yes, I get another error message "no database...
11
3002
by: craigtomo | last post by:
i have changed my login .php file to the following this file is opened directly and is not called from any other file <?php // dBase file $host=""; // Host name $username=""; // Mysql username $password=""; // Mysql password $db_name=""; // Database name
0
9454
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10106
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10039
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8937
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6717
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5355
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5484
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4012
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2852
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.