|
Posted by RWC on 05/17/05 20:48
Hi Folks,
I should begin by saying I'm fairly new to SQL Server. I'm an application
developer who has built front ends atop Server, but have never done much in
the way of design / development.
My question is in two parts;
1). What is the best way to remotely "create" an SQL Server database? I've
been told that this can be done with SQL Statements, but thought that there
may be a way using XML.
2). Can I use this same method to propogate updates to the remote database
without affecting the data?
To give you a better idea of what I'm trying to do, I have a client that
lives quite a ways up north. I'm building an application that will be
installed up there. I'd like a method to be able to make changes to this
database on my end (the development copy), create an XML file of the
"database structure" and have the other database or application import this
XML file, and add tables, fields and relationships if they don't already
exist.
Any help would be appreciated.
Thanks!
Rick
[Back to original message]
|