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.
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/etcmy website is atc:/inetpub/wwwroot/pt/databases both mdf and log files are atc:/inetpub/wwwroot/pt/dbI 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 appreciatedmy code is in aspconnTemp.Open "Provider=SQLNCLI10;Server=CARILON;DataBase=cq.mdf;Uid=GARY;Pwd=123;"I thought mdf may do it so changed it tooconnTemp.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" |
|
|
|
|
|