Amadeus Consulting Discusses: Database, Date Security and Using Information

Building Better Securitydata into an object-oriented software design (which
Fun Fact: In 2009 there were slightly over 5500 bankhelps you interpret the data) and so it is important to
robberies in the US. Who would have guessed thatfind a developer who is experienced in both fields.
so many people still robbed banks? Didn't that mostlyAlthough no system is invincible against attack or
end with stage-coach hijackings and Tommy guns?damage, properly designed and built data systems
Most surprisingly though is this is a 20% reductionprovide huge protections against data loss and data
from the year before. Add onto this the recent hightheft.
profile art thefts, and the thefts of other secureData Gathering Software
assets and we begin to see how insecure some ofData gathering falls under the category of Data
our assets may be.Neglect. Not only is it important to use and protect
As businesses we have our own secure assets. Ofthe data that you have, but you may also benefit by
course money is included, but so are intangible assetsoptimizing the systems that you have for collecting
such as trade secrets, competitive intelligence, and allthe data in the first place. This ensures that you are
sorts of consumer and business data. While bankeffectively capturing the data that you need, and
accounts and physical assets may be insured, it isthat you are capturing the data that you want.
hard to put a price on the intangible assets thatThere are plenty of ways to gather data. The main
make a business so successful.focus here is on XML-type data exchanges between
Information allows us to make informed decisions,systems. This means a software system that can
outperform our competition, and better reach ourgather information as it is processed through another
target audiences. As a result, data and informationsystem.
security is becoming increasingly vital to businesses ofFor example, a supermarket might have an automatic
all sizes and in all industries. In 2009, the 5500 bankcheckout system. This checkout system scans the
robberies only accounted for about $30 million inbarcode of each item and displays its price.
losses. By comparison, known thefts of data andIntegrating a data gathering system into it would
digital property (not including copyrighted materialsallow you to track which items are sold (for
such as music and movies) exceeded over $1 trillioninventory tracking), when they are sold, how long it
last year.takes to sell them, who buys them, what items are
Some of these data thefts have been well targetedfrequently purchased together, and so on. This lets
attacks against very well equipped and well managedyou make smarter decisions about how you place,
data security systems. Others have been due toprice and purchase your inventory, and how you
individuals blatantly breaking security policies, or themanage your employees.
digital equivalent of leaving the bank vault open,Data gathering systems can work in any number of
doors unlocked and carrying all the money out to theways, and can be subject to rules or regulations.
curb.Data systems can track everything from machine
Although data theft is one "worst case" scenario, it isuse to the time people spend on your website.
actually only one of three major factors that canThese systems are frequently custom-built and
reduce the value of data, and threaten a company:specifically tailored to an organization to provide a
1. Data Theftcompetitive benefit over out-of-the-box analysis
The loss of data to a third party who will use it forsystems.
your detriment, or for its own benefitData Analysis
1. Data LossSQL systems help store data in a way that provides
The loss of data or information due to failing oreasy access, security, and reliability. However, it does
faulty systems, such as a hard drive crash, databasenot provide data analytics and information processing
error, or system malfunctionoutside of helping you sort through your own
1. Data Neglectdatabase.
Failing to use your data to its full potential. This couldAnalytical processing, and more recently, online
be from inadequate or antiquated analysis systems,analytical processing (known as OLAP), is a quick
or just collecting the wrong kinds of informationway to sort through vast arrays of complex data. It
Fortunately there are many things that can be doneis commonly used in reporting analytics in marketing,
which can protect a business against any of thesesales, management, financials, budgeting and
scenarios.forecasting. The benefit of OLAP is that it allows for
Data Policiesrapid execution of complex analytical and ad-hoc
Crafting an internal data protection policy is one ofqueries. It puts the power of data in the hands of
the most important steps to protecting criticalthe business user. In other words, OLAP systems
information. While properly secured networks are alsocan analyze historical data and get answers to many
important, these networks are most oftenquestions without users having to ask IT
unintentionally compromised by employees who aredepartments to help produce reports.
unaware of proper security practices or whoMany people are surprised to find that an OLAP
underestimate the risks.system can replace an overgrown Excel application
A strong and enforced data security policy can helpand create a much easier, more efficient way to
deflect a large portion of security threats. Anaccess and analyze data. OLAP applications are also
experienced consultant can help evaluate policies andmuch more secure than Excel applications, can
practices that include everything from Internet useautomate the analytic process, and can be easily
policies, to ensuring that data storage hardwareexpanded as your business grows.
systems are kept in a properly (physically) securedFinding the Right Solution
location and free from direct sunlight and excessiveFinding the right data storage solution depends on
heat.your company, as each system should be tailored to
Data Storage Systemsfit your needs and goals. A good place to start may
Data storage comes in many shapes and sizes andbe a qualified data storage expert, or data storage
should fit your business, but also provide plenty ofconsultant that can help you understand the options,
room to grow and expand. Most databases arecosts and benefits.
relational databases, which organizes data based onFind someone you can trust that can give you advice
characteristics of that data. For example, anon what your business needs and what will help you
employee's information could be stored by his or hergrow in the future. An experienced consultant will
name,  hire date, salary, etc. This is the main storagehelp look at your business goals and long-term
method for SQL, a database computer languageobjectives and help you understand the various
designed for managing data in relational databaseoptions and alternatives. The most valuable element
management systems (RDBMS).of data management is understanding what you
SQL relational data storage is the most commonhave. This will help you protect it, secure it, and use
method of storing data for business systems. Itit to its full potential.
features high performance data retrieval andOf course, at Amadeus Consulting we offer
reporting and is good for storing large amounts ofconsulting and evaluation, as well as custom built data
data as well as providing tools to maintain datasolutions, and are a Microsoft® Gold Certified Data
integrity.Management and Business Intelligence Solutions
However, SQL Server data storage is only as goodpartner. We would be happy to work with you to
as the logical and physical database design - all of thebuild a data storage solution that helps you get the
advantages of relational databases can be negatedmost out of your business data.
by a bad design. It can be difficult to map relational