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
 General SQL Server Forums
 New to SQL Server Programming
 Connecting SQL Express 2005 (client side)

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 need
for the client side to connect to SQL Server Express 2005.
Because i'm studying Network Application using SQL Server
Express 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.
Go to Top of Page

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
Go to Top of Page

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.
Go to Top of Page
   

- Advertisement -