Tools & technologies

Configure SQL Jobs in SQL Server using T-SQL

Code Management, Database development, Stored Procedures, T-SQL

SQL Server Agent is a component used for the database tasks automation. For instance, we need to...
Read More

Configure Database Mirroring in SQL Server

Tools & technologies, Utilities & Extensions

Database mirroring is a SQL Server high availability solution provided by Microsoft, with the following components. Principal database...
Read More

10 Tips & Tricks To Work With SQL Server Management Studio

SSMS, Tools & technologies

SSMS provides access for managing and solving queries in SQL. However, besides its primary and most demanded options, it includes lots of...
Read More

How to Make Use of SQL Server Graph Database Features

Code Management, Tools & technologies

Would SQL Server graph database features fit your next project? While you may not know the...
Read More

Using SQL Server 2016 Upgrade Advisor

Tools & technologies, Utilities & Extensions

INTRODUCTION SQL Server is designed to allow multiple databases on a single instance. With this model it is possible to have databases...
Read More

Welcome Back the T-SQL Debugger with SQL Complete – SQL Debugger

Tools & technologies, Utilities & Extensions

When you develop large chunks of T-SQL code with the help of the SQL Server Management Studio tool, it is essential to test the “Live”...
Read More

Pivoting, Unpivoting, and Splitting Columns in Power BI Query Editor

Database development, Tables, Tools & technologies, Utilities & Extensions

For reference, Power BI is a data visualization and analytics software developed by Microsoft....
Read More

Best SQL Tools for Database Developers and Administrators

Code Management, Tools & technologies

For a SQL database developer, it is essential to have the necessary SQL tools in hand, which enable to reduce the development time of given...
Read More

TeamCity Hosting Plugin

Tools & technologies, Utilities & Extensions

This is the second part of the article related to the question of the TeamCity plugin implementation and hosting. If you haven’t seen the...
Read More

Implementing a TeamCity Plugin

Tools & technologies, Utilities & Extensions • One Comment

Steps for implementing a TeamCity Plugin include: • Preparing the development environment •...
Read More
Close