Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Other SQL Server 2008 Topics
 connection problem

Author  Topic 

firejackmusic
Starting Member

15 Posts

Posted - 2009-06-29 : 17:06:58
Having difficulty connectiong to SSMS databases, sql 08 is install to d:/program files/etc

my website is at

c:/inetpub/wwwroot/pt/

databases both mdf and log files are at

c:/inetpub/wwwroot/pt/db

I want to connect to these databases but cant says login error I have configure sql to windows authentication... can I possible connect to them direct in that folder?

any help appreciated


my code is in asp

connTemp.Open "Provider=SQLNCLI10;Server=CARILON;DataBase=cq.mdf;Uid=GARY;Pwd=123;"


I thought mdf may do it so changed it too

connTemp.Open "Provider=SQLNCLI10;Server=CARILON;DataBase=cq;Integrated Security=SSPI;Uid=GARY;Pwd=123;"

still nothing ... the dllhost just whirls away

SwePeso
Patron Saint of Lost Yaks

30421 Posts

Posted - 2009-06-30 : 03:37:17
www.connectionstrings.com



N 56°04'39.26"
E 12°55'05.63"
Go to Top of Page
   

- Advertisement -