Quantcast
Channel: Nemanja Popovic – SQL Shack – articles about database auditing, server performance, data recovery, and more
Browsing latest articles
Browse All 6 View Live

How to create a new Git repository on Bitbucket and review committed objects

For the purpose of this article, Bitbucket is chosen as a Git hosting service. In order to prepare the “communication” between Git hosting service and your application, the following steps need to be...

View Article



How to create a simple SQL Server database login dialog using PowerShell

In this article, we’ll be creating a SQL Server login form, as shown in the example below, using PowerShell to accept user input. We’ll show the code behind the form, how to capture the user input and...

View Article

SQL Server database continuous integration (CI) Best practices and how to...

This article provides for a roadmap to continuous integration and delivery best practices, and along the way demonstrates how to apply these with ApexSQL tools and technologies. In some sections this...

View Article

SQL Server database continuous integration (CI) Best practices and how to...

Testing Test databases should be processed with unit tests In many shops code is unit tested at the point of commit. For databases, I prefer running all unit tests at once and in sequence against a QA...

View Article

Techniques to bulk copy, import and export in SQL Server

The process of importing or exporting large amounts of data into a SQL Server database, is referred to as bulk import and export respectively. Fortunately, we are provided with a plethora of native...

View Article


How to compare two SQL databases from Visual Studio

Visual Studio is an application that is used by many developers and it has different kinds of features that can facilitate the developer’s work. Among these features, Visual Studio offers users the...

View Article
Browsing latest articles
Browse All 6 View Live


Latest Images