all groups > sql server msde > january 2007 >
You're in the

sql server msde

group:

Connect to MSDE ???


Re: Connect to MSDE ??? Jens
1/31/2007 5:11:08 AM
sql server msde:
How did you try to connect ? Did you install a named instance or a
default one ? Which port did you have assigned to the service (Default
is 1433). Using a workgroup you should use SQL Server authentication,
did you specify a user name and a password upon connection time / in
the connection string ? did you configure MSDE for Mixed
authentication (See the screencast on my site for getting more
information of switching the authentication mode)

HTH, Jens K. Suessmeyer.

---
http://www.sqlserver2005.de
---
Re: Connect to MSDE ??? William (Bill) Vaughn
1/31/2007 11:09:54 AM
Of course, this would be a lot easier with SQL Server Express edition. Is
there some reason you did not migrate?

--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
INETA Speaker
www.betav.com/blog/billva
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
Visit www.hitchhikerguides.net to get more information on my latest book:
Hitchhiker's Guide to Visual Studio and SQL Server (7th Edition)
and Hitchhiker's Guide to SQL Server 2005 Compact Edition (EBook)
-----------------------------------------------------------------------------------------------------------------------

[quoted text, click to view]

Connect to MSDE ??? Marcel Kränzle
1/31/2007 12:37:52 PM
Hi there,

I hope that I've an easy question. I've 2 pc's, one with MSDE and one
without. Now I want to use the msde from the pc without msde. But I can't
connect to database. In the configuration I found no option to enable an
external access. How can I enable an external access? Both pcs are in the
same workgroup.

Regards
Marcel

Re: Connect to MSDE ??? Andrea Montanari
1/31/2007 7:33:36 PM
hi Marcel,
[quoted text, click to view]

MSDE installs by default disabling network protocols and thus supporting
local connections only..
you can modify that behaviour at install time, specifying the
DISABLENETWORKPROTOCOLS=0 parameter to the setup.exe boostrap installer, or
later, at "run time" executing the Server Network Utilities (svrnetcn.exe)
and enabling the required network protocol(s)..
--
Andrea Montanari (Microsoft MVP - SQL Server)
http://www.asql.biz http://italy.mvps.org
DbaMgr2k ver 0.21.0 - DbaMgr ver 0.65.0 and further SQL Tools
--------- remove DMO to reply

Re: Connect to MSDE ??? Marcel Kränzle
1/31/2007 9:11:07 PM
Hello Jens,

I tried at first a normal odbc-connection. Is in a case like that a named
instance nescessary?
Both pcs are in the same domain. I tried the domain-administrator account
and the sa user without success. On both pc is also the windows firewall
disabled.

Regards
Marcel


"Jens" <Jens@sqlserver2005.de> schrieb im Newsbeitrag
news:1170249067.978907.246820@m58g2000cwm.googlegroups.com...
[quoted text, click to view]

AddThis Social Bookmark Button