PostgreSQL Administration Made Easy

PostgreSQL let's face it! is the World's most advanced Open Source Database. It has been replacing many proprietary database systems out there. Well, being a bleeding edge Database Tools Company, Embarcadero always keeps pace with the latest happening in the...

2 Things to Know About When Using Snapshot Isolation

SQL Server 2005 version introduced the concept of Snapshot isolation setting. It is one of those hidden gems inside SQL Server which is under appreciated. Snapshot is a great option for increasing the concurrency of application at the same time giving application...

SMO – SQL Server Management Objects

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 already do that”. True, but what if your only need was to have a tool that could do some of the following: Backups and...

MongoDB – Data Modeling Primer

We all know and have been hearing about NoSQL systems since the last year or so! 2014 is slated to be the year of NoSQL DB Platforms and Big Data Implementations. Well MongoDB one of the leading NoSQL Database providers are making waves. You might think why would one...

Tips Database Developers Must Know Reading Query Plans

Tips Database Developers Must Know Reading Query Plans

If you are a developer, you might have heard this from your DBA – “That query plan has some problems”. This blog would help you in understanding those “problems” which DBA might be talking about. We would talk about tips which can help a developer in finding some of...

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 two.  This will help document what I’ll cover in a live demo using Rapid SQL. Lets look at the IF-THEN-ELSE syntax....

CASE Syntax using Rapid SQL

Hi,   Last blog we visited the IF-THEN-ELSE conditional syntax.  This blog, I’d like to convert those examples using the newer CASE syntax.  RapidSQL has templates for this syntax as well!     Using the ctrl + space bar, you can see the...

5 Different Ways to Start SQL Server Services

5 Different Ways to Start SQL Server Services

If nothing works, then a restart works. This is the exact sentiments that an Administrator has when it comes to working with software. If you are working as SQL Server DBA, you must have done this many times – restart SQL Server Services. It’s always interesting to...