Alias the FQDN of the clustered virtual server (MySQLServer.mydomain.com) to
the short name you normally use( MySQLServer). Then you can connect to the
instance via MySQLServer\MyInstanceName. Again, this requires common DNS.
Treat a clustered instance just like a named instance, only use the virtual
server name instead of the host computer name. Also, you will have to
grant login permissions to the trusted domain account you run the DTS
package. Complex but not impossible.
--
Geoff N. Hiten
Microsoft SQL Server MVP
Senior Database Administrator
Careerbuilder.com
[quoted text, click to view] "Dana" <anonymous@discussions.microsoft.com> wrote in message
news:01e001c398d3$da0ea4a0$a501280a@phx.gbl...
> Thanks for the reply.
> Actually we are using SQL authentication to connect to the
> server.
> Before we seperated out different domains for development
> and production, I set up alias via client network utility.
> It worked fine (I could access the cluster server from my
> local PC). But I am not sure how to specify the server
> name for alias in term of cluster server when they are in
> different domains. Could you help me out with it?
>
> Thanks!
>
>
> >-----Original Message-----
> >If SQL Servers are not in the same domain, you need to
> have them running in
> >mixed mode and connect via SQL authentication.
> Alternatively you could have
> >a trust between the domains and grant access to trusted
> users. You may also
> >need to create hosts file or SQL client tools aliases in
> order to resolve
> >names correctly if they do not have a common DNS or WINS
> context.
> >
> >--
> >Geoff N. Hiten
> >Microsoft SQL Server MVP
> >Senior Database Administrator
> >Careerbuilder.com
> >
> >
> >
> >"dana" <danmin.pan@hydroone.com> wrote in message
> >news:0a1401c398c9$0e578110$a001280a@phx.gbl...
> >> Hi,
> >>
> >> I have 3 set of sql server 2000 in 3 different subnet
> >> domain. One is used as data source and it is a single
> node
> >> server. The other two are set up as cluster servers.
> Since
> >> they are not in the same domain, could you please tell
> me
> >> how I can connect to the cluster servers from my data
> >> source? (I am trying to use DTS to transfer some tables)
> >>
> >> Thank you very much in advance!
> >>
> >>
> >> Dana
> >
> >
> >.
> >