Differences between Oracle and SQL Server when working with NULL and blank...
Some important differences between Oracle and SQL Server when dealing with NULLs and blank values
View ArticleWhat is the Dual table in Oracle and why do I need it?
When coming from SQL Server you might be confused why the Dual table is required for some queries
View ArticleReview of The Well-Grounded Java Developer
If you are a Java developer then The Well-Grounded Java Developer is a must have
View ArticleScala: The difference between val and var
The difference between val and var explained in Scala
View ArticleSetting up SQL Server Database Mail with gmail
How to set up Database Mail to use gmail as the mail server
View ArticleDisplaying missing dates by utilizing a calendar table
How you can use a calendar table to display dates with missing orders
View ArticleIndexes in MongoDB: A quick overview
A quick overview of how to create indexes in MongoDB and what type of indexes exist
View ArticleMongoDB: How to include and exclude the fields you want in results
In this MongoDB post we are going to look at how to return only the fields you want. MongoDB works a little different than plain vanilla SQL in this regard
View ArticleMongoDB: How to limit results and how to page through results
How to do paging and how to limit results returned in MongoDB
View ArticleUmm....No...that is not how you export a table into a file with SQL Server
How NOT to export data into a file
View ArticleMongoDB: Exporting data into files
How to quickly export MongoDB data into files in csv and json format
View ArticleMongoDB: Creating capped collections
How to create capped collections in MongoDB that will store only the last n number of documents
View ArticleSQL Server Support Windows Phone App released
A SQL Server Support Windows Phone App has been released in the Windows Phone App store. This app will work on Windows Phone 7, Windows Phone 7.5 as well as Windows Phone 8. Now you can get all the...
View ArticleAzure Worker Role - Exiting Safely
The basic Azure Worker Role consists of a run method, an endless loop, and a sleep statement. Earlier this week, Magnus Martensson walked through implementing a more sophisticated wait object than the...
View ArticleListing all RESTORE and BACKUP operations currently going on your SQL Server
This post shows you how to list all RESTORE and BACKUP operations currently going on your SQL Server
View ArticleMongoDB: Returning documents where fields are null or not existing
How to differentiate between fields with a null value and fields that don't exist
View ArticleTen things added after SQL Server 2000 that I like the most
The most useful features that have been added since SQL Server 2005
View ArticleListing tables that are truly partitioned in SQL Server
all tables and indexes in SQL Server contain at least one partition, whether or not they are explicitly partitioned. Here is how to list the tables that are truly partitioned
View Article