Tag: SQL Server

How to Denormalize Imported Documents from RDBMS Tables Using N1QL
How to Denormalize Imported Documents from RDBMS Tables Using N1QL

Learn how to denormalize your data at destination using N1QL queries for data imported from a relational database into Couchbase documents in this tutorial.

SQL and NoSQL comparison: ASP.NET application
SQL and NoSQL comparison: ASP.NET application

This SQL and NoSQL comparison shows the application code and queries for both SQL Server and Couchbase, including paging, SQL, load testing.

SQL to NoSQL: Automated Migration
SQL to NoSQL: Automated Migration

SQL to NoSQL migration can be at least partially automated. This article helps you find out about the new conversion features available in Couchbase Server 7.

Proof of Concept: Making a case to move from relational
Proof of Concept: Making a case to move from relational

Proof of concept may be just what you need to start when you're evaluating Couchbase. Learn about the five steps to success.

JSON Modeling for RDBMS Users (video)
JSON Modeling for RDBMS Users (video)

JSON modeling is a vital part of using a document database like Couchbase. There are two key approaches to modeling relationships.

CSV tooling for migrating to Couchbase from Relational
CSV tooling for migrating to Couchbase from Relational

CSV can be exported from a relational database (e.g. Oracle, SQL Server). It can then be imported into Couchbase Server with cbimport.

SQL Server and Couchbase side-by-side (video)
SQL Server and Couchbase side-by-side (video)

SQL Server and Couchbase Server compared and contrasted within an ASP.NET MVC web application. Entity Framework and Linq2Couchbase are also used.

N1QL vs TSQL – Aggregations with Couchbase Server vs SQL Server
N1QL vs TSQL – Aggregations with Couchbase Server vs SQL Server

SQL has been around for a loooooong time. It is very intuitive and efficient way to process structured data and has been the choice for databases for many years. With the world of BIG DATA however, data has velocity, variety...