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
 Networking

Author  Topic 

KevinJM
Starting Member

2 Posts

Posted - 2008-11-06 : 03:49:58
Hey Guys,

I have two computers (KJMDESKTOP and KJMLAPTOP) on a home network (XP). Each computer has SQLexpress installed on it.

I know the computers can see each other as they are able to ping each other.

I can't seem to add a logon (windows authentication) for one computer to be able to access a database on the other. Perhaps I need some sort of authentication between the computers (I am not an IT expert :) ).

Is there a document somewhere that details the steps?

I would imaging it is easy but I have been trying for ages and I can't seem to find any articles on the web.


TIA,

Kevin

SwePeso
Patron Saint of Lost Yaks

30421 Posts

Posted - 2008-11-06 : 04:40:18
You don't have a domain at home I presume?
Create a SQL login on the two databases, with same name and password.

Or you want to create a linked server between the two databases?



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

KevinJM
Starting Member

2 Posts

Posted - 2008-11-07 : 23:30:06
Hey Peso,

I tried that without much luck.

I don't really understand what a domain is. Is it possible to set one up at home? Are there instructions anywhere on the web?


TIA,

Kevin
Go to Top of Page
   

- Advertisement -