On Mon, Jan 5, 2009 at 6:55 AM, Jeena Ajiesh <[email protected]> wrote:
> > Hi all, > Can we configure a SQL server using DSN,I mean, for a remote system can i > connect using DSN providing a user name and password? > The problem is that,i need to access a remote server. > i have got the ip address and user name and password. How can i connect to > the remote system using this info? > > Thank U > Jeena > You have all the info you need with the IP, username and password. Take a look at this site to see how to create a connection string: http://www.sqlstrings.com/SQL-Server-connection-strings.htm
