Tag: sql server

Using Working Folder to Source Control Database

Database development, Source control

This article is a walkthrough of how to use the working folder option of source control for...
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 procedure or an ad-hoc query in the development...
Read More

Configuring Database Mail in SQL Server

Database administration, Database Optimization & Structure • One Comment

SQL Server Database Mail has been introduced in SQL Server 2005. Database Mail is a component that can send emails using SQL Server Engine....
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...
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 FILESTREAM-enabled database and tables. Moreover, I...
Read More

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

SQL Database Administrator Interview Tips

Database administration

Interview is the most significant step of SQL database administrator recruitment. During the interview, a technical person or interviewer...
Read More

Moving Existing Table From Primary Filegroup to Different Filegroup

Database development, Tables

In this article, I am going to explain how to move a table from the Primary filegroup to the Secondary filegroup. First, let’s understand...
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...
Read More
Close