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 |
|
ero-sennin26
Starting Member
7 Posts |
Posted - 2007-07-05 : 12:15:05
|
| Good Day guys, sorry i'm just new in SQL Server.I want to know what are the configuration I needfor the client side to connect to SQL Server Express 2005.Because i'm studying Network Application using SQL ServerExpress 2005.Please help me guys, i really appriciated everything.Thanks,Ero-Sennin26 |
|
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2007-07-05 : 12:27:24
|
| Ensure sql2k5 express allows remote connection, you use valid sql instance name and sql id/pwd in app connection string. |
 |
|
|
ero-sennin26
Starting Member
7 Posts |
Posted - 2007-07-05 : 12:55:16
|
| Sir,I already allowed remote connection, can you give me a example of a valid sql instance or connection string?In client computer, what do i need to install or to configure?Thanks,Ero-Sennin26 |
 |
|
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2007-07-05 : 16:25:25
|
| What do you try to do? Just connect to it and manage it? If so, install express SSMS on remote machine. |
 |
|
|
|
|
|