Share this blog
-
Recent Posts
Archives
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- August 2012
- July 2012
- June 2012
- May 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
Categories
- analytics
- availability
- backup & recovery
- Big Data
- book review
- books
- business intelligence
- certification
- change management
- compliance
- contingency planning
- data
- data availability
- data breach
- Data Growth
- data integrity
- data modeling
- Data Quality
- database design
- Database security
- DB2
- DBA
- education
- EIM
- enterprise computing
- ERP
- ILM
- information
- Isolation Level
- Linux
- metadata
- Microsoft Office
- Naming Conventions
- NoSQL
- performance
- Poll
- SLA
- speaking engagements
- SQL
- standards
- tools
- Uncategorized
Meta
Blogroll
- analytics Big Data book review books business intelligence certification change management compliance data database design Database security data breach Data Growth data integrity data modeling Data Quality DB2 DBA enterprise computing information Isolation Level metadata Naming Conventions NoSQL performance SLA SQL standards tools Uncategorized
Twitter
Category Archives: SQL
Application Design and the DBA
Application design is more than just writing efficient database requests in application programs. Of course, application design includes database concerns such as interfacing SQL with traditional programming languages and the type of SQL to use. But every aspect of the … Continue reading
Posted in DBA, performance, SQL
Leave a comment
Removing Superfluous Spaces
We all can relate to dealing with systems that have data integrity problems. But some data integrity problems can be cleaned up using a touch of SQL. Consider the common data entry problem of extraneous spaces (or blanks) inserted into … Continue reading
My Favorite SQL Books
Every professional programmer (and DBA) should have a good book (or four) on SQL. There are many to choose from, and a lot of them are very good. Today’s blog post will outline four SQL books that I find myself … Continue reading
Posted in book review, books, SQL
2 Comments
Dealing with DBMS Complexity
The Database Management Systems we use are becoming more complex – there can be no denying this basic fact of life. Each and every new version of your favorite DBMS adds new features, functions, and options that further complicate database … Continue reading
Some Great New Information Technology Books
I have been working my way through a stack of computer books the past couple of weeks and would like to take this opportunity to share my thoughts with you regarding some of them. I always seem to have stacks … Continue reading
What Does a DBA Do?
There are many tasks that database administration (DBA) must perform to keep databases — and the applications that rely upon them — available and efficient. Continue reading
Posted in change management, DBA, SQL, standards
11 Comments
Book Review: SQL Antipatterns (2010, Pragmatic Bookshelf)
SQL Antipatterns helps you to avoid the pitfalls of database programming. Continue reading
Posted in book review, SQL, standards
8 Comments
Bad Database Standards, Part 3
Limiting The Number of Tables in “Online” Joins Today’s entry continues our on-going series on “bad” database standards. And the “bad” standard we’ll discuss tonight is a particularly nasty one. Although the general idea behind this standard might seem to … Continue reading
Posted in SQL, standards
3 Comments
Bad Database Standards, Part 2
Too Many Columns! Today’s entry, the second in a continuing series on bad database standards, attacks the misguided notion of putting too many columns in the SELECT-list of your SQL statements. Database application performance can be impacted by many factors … Continue reading
DBAs Must Understand Application Development
DBAs need some level of application development skills to be effective at their job. Continue reading