Re: Cannot connect to SQL express database ????
- From: "Rick Byham, \(MSFT\)" <rickbyh@xxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 18 Apr 2007 08:02:39 -0700
Probably either the SQL Server Express instance has not enabled remote connections, or a firewall is blocking the connection.
Run through the short tutorial in Books Online and see if that solves the problem. The tutorial is also online at http://msdn2.microsoft.com/en-us/library/ms345318.aspx Note that lesson 2 is Connecting from Another Computer.
--
Rick Byham (MSFT)
This posting is provided "AS IS" with no warranties, and confers no rights.
"calderara" <calderara@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:067F10D8-72B1-4858-AE9F-E5EEF213BEF1@xxxxxxxxxxxxxxxx
Dear all,
I have setup a database under SQLexpress 2005 which is install on a Vista OS.
I can manage without any problem my database from the VIsta workstation.
Then on an other PC, I am trying to create a connection to that databse with
.NET 1.1, but no luck
I ma using similar conenction string as for an SQL server databse excpet
that Server="MyWorkStationName\SQLEXPRESS".
I have place the conenctionstring in a config file as follow :
"Database=Line_Config;Server=MyWorkStationName\SQLEXPRESS;uid=rptuser;Pwd=reporting"
What is wrong that prebvent me from connection to database ?
Is it possible to connect to an SQLExpress database located on an other PC ?
thnaks for help
regards
serge
.
- Prev by Date: Cannot see SQL Server 2005 from SQL Server 2k EM
- Next by Date: Re: How can I verify that the sqlserver on my development is accessable from internet
- Previous by thread: Cannot see SQL Server 2005 from SQL Server 2k EM
- Next by thread: Re: Cannot connect to SQL express database ????
- Index(es):
Relevant Pages
|
Loading