Re: SQL Server to .xsd
From: Dave (DaveSmith3141_at_hotmail.com)
Date: 10/12/04
- Next message: Roger: "Returning records from a Store Procedure"
- Previous message: Colby: "Differences between connect.close and set connect = nothing"
- In reply to: Val Mazur: "Re: SQL Server to .xsd"
- Next in thread: Val Mazur: "Re: SQL Server to .xsd"
- Reply: Val Mazur: "Re: SQL Server to .xsd"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 12 Oct 2004 13:45:09 -0700
Interesting, but not exactly what I was looking for. I would like to somehow
output an XSD from an entire database schema, or accomplish something to the
means of synchronizing database changes to the internal schema of the
application so I don't have to do double duty. It would nice to have "system"
dataset that represents the entire database but changes to the physical SQL
db would change the dataset's schema. That's why I thought if there is some
way to output an XML .xsd from SQL, I could just overwrite the old xsd
without going in making manual changes. May be a pipe-dream although I don't
think it would be a difficult thing to do if I had the right tools.
Thanks very much for your response.
-Dave
"Val Mazur" wrote:
> Hi,
>
> Do you need to get schema of specific table in a SQL Server? If yes, then
> check next example
>
> http://support.microsoft.com/default.aspx?scid=kb;en-us;309488
>
> --
> Val Mazur
> Microsoft MVP
>
>
> "Dave" <DaveSmith3141@hotmail.com> wrote in message
> news:40EF9DFF-FCEC-4C07-A1EB-B430915FE079@microsoft.com...
> > I'm working on my first major project with .net and getting run over with
> > maintaining two schema's one within SQL Server and then the schema within
> > the
> > application. I worked with the XML schema briefly but was frustrated in
> > not
> > knowing how to make changes to it. Is there a way to produce the .xsd file
> > from SQL Server and just overwrite the one that the applcation would read
> > in?
> > This would change my life if there was a way to easily marry the two
> > together. Any good resources or advice would be greatly appreciated. I am
> > using SQL Server 2000 which I know has tools to support XML
> >
> > Thanks in advance!
> > --
> > -Dave
>
>
>
- Next message: Roger: "Returning records from a Store Procedure"
- Previous message: Colby: "Differences between connect.close and set connect = nothing"
- In reply to: Val Mazur: "Re: SQL Server to .xsd"
- Next in thread: Val Mazur: "Re: SQL Server to .xsd"
- Reply: Val Mazur: "Re: SQL Server to .xsd"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|