Re: How will you use SQL server for unstructured information analy
From: lollipop (lollipop_at_discussions.microsoft.com)
Date: 11/21/04
- Next message: ktf: "Re: Why I/Oread is a low Num on the exec. Plan but very high on tr"
- Previous message: Peter: "RE: Are there any difference in 7 and 2000 regarding set ansi_padd"
- In reply to: David Portas: "Re: How will you use SQL server for unstructured information analy"
- Next in thread: David Portas: "Re: How will you use SQL server for unstructured information analy"
- Reply: David Portas: "Re: How will you use SQL server for unstructured information analy"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 20 Nov 2004 20:28:07 -0800
so is there any software we can use to transform unstructured information
into semi-structured or structured ones? if not, then SQL server can't
manipulate this knid of data, right?
"David Portas" wrote:
> SQL Server is a relational database (RDBMS - strictly speaking a
> pseudo-relational SQL database). The Relational model is a powerful way to
> represent and manipulate many kinds of data but to use an RDBMS effectively
> you need to have some prior knowledge about the metadata - the structure and
> rules for the data you need to represent - and be able to model that
> metadata in relational terms. The metadata should be more or less static
> during the life of the system as it isn't usually feasible to change the
> model frequently during everyday usage.
>
> So in a nutshell, yes, there needs to be some kind of structure to the
> information you are modelling to make effective use of a database such as
> SQL Server. However I would still ask you to define "unstructured" before I
> could give you a definite answer about SQL Server's suitability for a
> particular scenario. Digital data is rarely entirely unstructured: Images;
> recorded media; free-form text documents; programs; web pages - all of these
> have metadata with identifiable attributes that you may find it appropriate
> to model in a relational database.
>
> As for what advantage SQL Server would give you - that really depends on
> what you want to do. Advantage relative to what?
>
> --
> David Portas
> SQL Server MVP
> --
>
>
>
- Next message: ktf: "Re: Why I/Oread is a low Num on the exec. Plan but very high on tr"
- Previous message: Peter: "RE: Are there any difference in 7 and 2000 regarding set ansi_padd"
- In reply to: David Portas: "Re: How will you use SQL server for unstructured information analy"
- Next in thread: David Portas: "Re: How will you use SQL server for unstructured information analy"
- Reply: David Portas: "Re: How will you use SQL server for unstructured information analy"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|