bharadwajrv
May 4th, 2007, 07:16 AM
i need to convert my SQL database (on MS SQL 2000) structure to a XML scheme file...
how to do it??
Thanks in Adv..
Cheers..
Venu
how to do it??
Thanks in Adv..
Cheers..
Venu
|
Click to See Complete Forum and Search --> : SQL structure to XML schema bharadwajrv May 4th, 2007, 07:16 AM i need to convert my SQL database (on MS SQL 2000) structure to a XML scheme file... how to do it?? Thanks in Adv.. Cheers.. Venu George1111 May 5th, 2007, 12:37 AM Not sure if this is what you need but it just may be ! Please let me know if it does what you need as I have not had a chance to test it as yet Thanks TheCPUWizard May 5th, 2007, 12:40 AM As shown (dep withing George's sample) Select * from Table FOR XML AUTO is the magic SQL... codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |