Work with data

T-SQL Datetime Data Type

Database administration, Work with data

Introduction Data types are attributes that specify the kind of data that objects such as columns,...
Read More

SQL Data Discovery and Classification

Database administration, SSMS, Work with data

With the recent data protection laws and the implementation of GDPR last year, it is imperative for us to know the type of data our...
Read More

How to Export Data to Flat File with BCP Utility and Import data with Bulk Insert

Database administration, Work with data

The BCP (Bulk Copy Program) utility in SQL Server allows database administrators to import data into a table and export data from a table...
Read More

Bulk Insert Data Files Into SQL Server

Database administration, Work with data

According to Wikipedia, the bulk insert is a process or method provided by a database management...
Read More

Dealing with NULLs in SQL Server

Database administration, Work with data

What is NULL? NULL or the NULL marker is the way we represent an unknown value in SQL, by SQL I am referring to the standard Structured...
Read More

Overview of Data Compression in SQL Server

Database administration, Work with data

The database is a critical and vital part of any business or organization.  The growing trends predict that 82% of enterprises expect...
Read More

How to Generate Test Data in SQL Server

Database administration, Work with data

When testing the functionality of your application or the performance of a specific stored...
Read More

Passing Data table as Parameter to Stored Procedures

Database administration, Stored Procedures, Work with data

Real-world database applications need to make multiple requests from the front end to the database in order to carry out all sorts of...
Read More

Backup and Restore FILESTREAM-Enabled Database

Database administration, Work with data

In my previous articles, I explained how to create and configure the FILESTREAM feature in SQL server instance. Moreover, I demonstrated...
Read More

Storing Files in SQL Database Using FILESTREAM – Part 2

Database administration, Work with data

In my previous article, I described how to configure FILESTREAM in SQL Server, create...
Read More
Close