Work with data

Storing Files in SQL Database Using FILESTREAM – Part 1

Database administration, Work with data

FILESTREAM has been introduced by Microsoft in 2008. The purpose was to store and manage...
Read More

How to Move Datafiles in SQL Server – Part 1

Database administration, Work with data

Introduction There are a number of situations which would warrant the movement of database files or transaction log files from one volume...
Read More

Conditional Split Transformation: Export Data from SQL Server into Oracle and MySQL Databases

Business intelligence, Database administration, SSIS, Work with data

In this article, I have explained how we can divide and export data of SQL Server database table into Oracle and MySQL databases. That...
Read More

Export data from SQL Server to Excel and Text file via using SSIS package

Business intelligence, Database administration, SSIS, Work with data

While using the SSIS data flow, we can perform ETL task that can be used for data migration, data...
Read More

Exporting Oracle Table to Excel Worksheet

Database administration, Database development, Tables, Work with data

In this article, I will explain how we can divide and export data of an Oracle database table into multiple worksheets of an Excel file...
Read More

Different Ways to Compare SQL Server Tables Schema and Data

Database development, Tables, Work with data

SQL Server provides us with different solutions to replicate or archive a database table or tables to another database, or the same...
Read More

Performing Data Changes Audit Using Temporal Table

Database administration, Tables, Work with data

SQL Server 2016 has introduced a feature called ‘System versioned temporal table’. Using normal...
Read More

Art of Isolating Dependencies and Data in Database Unit Testing

Database administration, Database development, Testing, Work with data

All the database developers more or less write database unit tests that not only help in detecting bugs early but also save a lot of time...
Read More

The Art of Aggregating Data in SQL from Simple to Sliding Aggregations

Database administration, Work with data

Let us start our SQL journey to understand aggregating data in SQL and types of aggregations including simple and sliding aggregations....
Read More

Struggling with Data Export from Microsoft Dynamics 365 CRM to External Portals

Database administration, Work with data

Though Microsoft Dynamics 365 does not offer any built-in feature to export the CRM data to...
Read More
Close