|
| Related: |
|
|
|
| ||||||||||||||||||||||||||||||||
| Product | Market Share % | ||
|---|---|---|---|
| 2004 | 2003 | 2001 | |
| Oracle | 33.7 | 32.4 | 33.8 |
| IBM's DB2 | 32.7 | 33.6 | 30.1 |
Microsoft's SQL Server
Provides an integrated security environment, where SQL Server uses Windows NT's SAM (Security Accounts Manager) database for validation of SQL Server logins. SQL Server 2000 connections run over TCP/IP port 1433 TCP but SQL Enterprise Manager is run over port 1434 UDP. | 20.0 | 18.7 | 14.9 |
| Sybase | 2.3 | 2.5 | 3.2 |
| Informix — Low cost. | 1.4 | 1.9 | 3.0 |
Others, such as
| 9.5 | 10.5 | 15.0 |
Mark Frawley notes in his
four page article "Generating Realistic and Non-Random Sample Data"
that is often harder than you might think to generate sample data,
He explores the planning required for a successful data-mining demonstration
and presents guidelines for realistic sample data generation.
In many shops, developers make use of such software.
However, I think that DBAs should do the generation because inevitably the output needs to be tweaked.
In fact, DBAs should generate the ASP without fail every time they make a schema change, such as
to create triggers using the INFORMATION_SCHEMA views provided by SQL Server.
Its TABLE view lists all the tables in a particular database.
Its KEY_COLUMN_USAGE table lists the primary keys in a particular database.
|
|
|
|
| Your first name: Your family name: Your location (city, country): Your Email address: |
Top of Page Thank you! | |||