Creating Database Maintenance Plans
Using database maintenance plans, we can automate basic database administration activities....
Using Working Folder to Source Control Database
This article is a walkthrough of how to use the working folder option of source control for managing SQL Server databases. In this article,...
How to Generate Test Data in SQL Server
When testing the functionality of your application or the performance of a specific stored procedure or an ad-hoc query in the development...
Configuring Database Mail in SQL Server
SQL Server Database Mail has been introduced in SQL Server 2005. Database Mail is a component that...
Passing Data table as Parameter to Stored Procedures
Real-world database applications need to make multiple requests from the front end to the database in order to carry out all sorts of...
Backup and Restore FILESTREAM-Enabled Database
In my previous articles, I explained how to create and configure the FILESTREAM feature in SQL server instance. Moreover, I demonstrated...
Storing Files in SQL Database Using FILESTREAM – Part 2
In my previous article, I described how to configure FILESTREAM in SQL Server, create...
Storing Files in SQL Database Using FILESTREAM – Part 1
FILESTREAM has been introduced by Microsoft in 2008. The purpose was to store and manage unstructured files more effectively. Before...
SQL Database Administrator Interview Tips
Interview is the most significant step of SQL database administrator recruitment. During the interview, a technical person or interviewer...
Moving Existing Table From Primary Filegroup to Different Filegroup
In this article, I am going to explain how to move a table from the Primary filegroup to the...