See below.
Best regards
Michael
"jimb" <spam@spamity.spam> wrote in message
news:Xns9569529944AA0spamspamityspam@68.12.19.6...[color=blue]
>I need some advice on how to securely transfer data between two servers.
> Here is the situation. We have two sql servers that hold student data.
> I have full access to my sql server, but only write access to the main
> sql server on campus. I hope to use XML and SSL to transfer student
> data to the main server.
>
> As for generating the XML, I'll have an asp.net page set up in a secure
> directory that will generate the data in xml format. The data people
> will access this page and get the xml file with all the data.
>
> What's the best way to turn a sql server table into XML format?[/color]
Use FOR XML on your SELECT statement. If you cannot write statements
directly against the database, use the SQLXML component.
[color=blue]
> What about the SSL part? Do all we need to do is access it with
> https:// just like you would a typical secure page?[/color]
Yes. But your webserver needs to be configured to accept SSL connections
(enable the SSL port etc.).
[color=blue]
> As for accessing the page, how will the data people authenticate to my
> server? What's the best way? I'm sure they'll want to script it so
> that this can be done automatically.
>
> --
> .
>
http://sf-f.org, weblog and search engine for fans and writers of
> speculative fiction.
> .[/color]