hi,
On 09.12.2009 14:46, SVCitian wrote:
Quote:
Yes.. I may use perl or some other scripts to extract the data after
exporting it to a text file or something... But, I think there should
be a simpler way.
Is there a simpler way where I can use all this data like I was always
used to:
Select * from FlightDocuments Where ***something here***
Yes, you may use a view on the SQL Server parsing the XML (reading the
|
data):
http://technet.microsoft.com/en-us/l.../ms190798.aspx
For editing you may use an INSTEAD OF UPDATE trigger on this view or a
stored procedure.
mfG
--> stefan <--