RE: Thoughts on storing address data with XML data type?
  Home FAQ Contact Sign in
microsoft.public.sqlserver.xml only
 
Advanced search
POPULAR GROUPS

more...

microsoft.public.sqlserver.xml Profile…
 Up
RE: Thoughts on storing address data with XML data type?         


Date: Oct 6, 2006 22:46

> Hello.
>
> I'm pretty new to SQL Server (switching from Visual FoxPro).
>
> I'm developing a database that will store, amongst other things, names
> and addresses of people from all over the world (approx 100,000
> records). Up to now, I've always used a flat model of storing address
> data using fields:
>
> Address line 1
> Address line 2
> Town/City
> County/State
> Postcode/ZIP
> Country
>
> But this model doesn't cater very well for the intricacies of postal
> systems all over the world. There is also redundancy, particularly with
> fields Line2, County/State, Postcode/ZIP, which are not needed for many
> countries. ...
Show full article (3.42Kb)
1 Comment
RE: Thoughts on storing address data with XML data type?         


Author: Jinghao Liu - MS SQL XML Test
Date: Oct 9, 2006 09:47

SQL Server 2005 XML feature will solve your problem. Go to read articale at
http://msdn.microsoft.com/XML/BuildingXML/XMLandDatabase/default.aspx?pull=/library/en....
And get a SQL Server 2005 to play with.

"[URL]http://www.fare.elogio.org[/URL]" wrote:
>
>> Hello.
>>
>> I'm pretty new to SQL Server (switching from Visual FoxPro).
>>
>> I'm developing a database that will store, amongst other things, names
>> and addresses of people from all...
Show full article (3.85Kb)
no comments