database

SMO – SQL Server Management Objects

SMO stands for Shared Management Objects. It is a SQL administration API used to get meta data information from SQL Server. You may ask “Why? I can...

IF_THEN_ELSE_RapidSQL

This week I’ll take a look at IF-THEN-ELSE-ELSEIF syntax.  Next blog I’ll take a look at the similar CASE syntax and compare/contrast the...

BUMMER

USE mysql; SHOW FULL TABLES WHERE table_type = 'base table'; /* returns ... innodb_index_stats BASE TABLE innodb_table_stats BASE TABLE ......

ORM Frameworks for Delphi…

I have just returned from my RAD Studio XE3 World Tour stops in Europe.  It was great to see so many young and old developers in London, Amsterdam,...

Log security and log tables.

Accidentially I came across the statement "SHOW GRANTS requires the SELECT privilege for the mysql database." in MySQL  documentation...