Re: How will you use SQL server for unstructured information analy

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: David Portas (REMOVE_BEFORE_REPLYING_dportas_at_acm.org)
Date: 11/20/04


Date: Sat, 20 Nov 2004 17:29:13 -0000

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
--


Relevant Pages

  • Re: ORDER BY in VIEW not working
    ... As an object-oriented programmer, I expect to be able to encapsulate ... But a relational database is not in Kansas, ... has statistics, and the statistics are unique to the table, because the ... Again, while you don't care about performance, most users of SQL Server do, ...
    (comp.databases.ms-sqlserver)
  • Re: Query for search engine
    ... > relational database and is not restricted to SQL server. ... > our internet site and SQL for our intranet sites. ... >> Could you please post some DDL, sample data and expected result? ...
    (microsoft.public.sqlserver.programming)
  • Follow up query from Fresher - Aaron Bertrand
    ... Many people jump into SQL Server and get tied up ... >what a normalized relational database is about. ... >> SQL Server by suggesting good books and resources. ...
    (microsoft.public.sqlserver.programming)
  • Re: SQL Server 2000 Fresher
    ... Many people jump into SQL Server and get tied up ... >what a normalized relational database is about. ... >> SQL Server by suggesting good books and resources. ...
    (microsoft.public.sqlserver.programming)
  • Re: Among available RDBMS. When to use ...
    ... While comparing MS SQL Server, Oracle and DB2, an author writes in a ... Reliability: Very reliable ... Managebility: difficult. ... RDBMS to use and in what situation, ...
    (comp.databases)