Groups | Blog | Home
all groups > sql server (microsoft) > may 2006 >

sql server (microsoft) : Moving Data Across Domains


salpay NO[at]SPAM gmail.com
5/18/2006 10:03:57 AM
Hi all. Let's talk in the abstract for a minute.

I've got a 2000 instance of SQL Server in _my_ domain, and I've got
another instance in _their_ domain. We're talking about a third-party
domain controller that I can RDC into via 192.168.XXX.XXX. My company
owns the server, but the third party administrates it. I want to get a
pull of their data into my database. Real-time is not important; a
daily refresh would be more than sufficient.

Certainly there are many ways to skin the cat, but I wanted to ask the
masses first. What is the best method for getting this data across the
divide? I am just not a hardware guy; I don't know how to proceed.

Cheers,
Shawn
dbahooker NO[at]SPAM hotmail.com
5/18/2006 10:09:27 AM
a) you have to use SQL authentication or anonymous access
b) microsoft is a bunch of drunk jerks that refuse to make sql
authentication secure
c) i would reccomend moving to oracle or mysql-- with mysql you can say
'only let this user come from this one ip and it works like a charm
salpay NO[at]SPAM gmail.com
5/18/2006 10:36:20 AM
Drunk jerks? Come now, let's keep it above the belt.

(I demand $20 from any MS employee reading this, rewarding the defense
of your good name. Blank checks are also accepted.)
Mike C#
5/20/2006 11:05:44 PM
Check out snapshot replication in BOL.

[quoted text, click to view]

AddThis Social Bookmark Button