Tag: tools

SQL Server IntelliSense and Autocomplete

SSMS, Tools & technologies

Starting from SQL Server 2008, Microsoft introduced a new feature in the SQL Server Management...
Read More

Different Ways to Compare SQL Server Tables Schema and Data

Database development, Tables, Work with data

SQL Server provides us with different solutions to replicate or archive a database table or tables to another database, or the same...
Read More

Jump to Start Test-Driven Database Development (TDDD)

Database development

As a rule, we start to develop database solutions by creating database objects, such as tables, views, stored procedures, etc., based on...
Read More

How to Copy SQL Server Databases from One Instance to Another

Database administration, Database Optimization & Structure

Copying or moving databases is one of the most common tasks for data professionals who regularly...
Read More

Getting Started with Mssql-cli Command-Line Query Tool

Code Management, Tools & technologies

A recent announcement on the release of several SQL Server tools has raised expectations across various groups. Product requirements...
Read More

Art of Isolating Dependencies and Data in Database Unit Testing

Database administration, Database development, Testing, Work with data

All the database developers more or less write database unit tests that not only help in detecting bugs early but also save a lot of time...
Read More

How to Use Default and Custom Widgets in SQL Server Operations Studio

Tools & technologies, Utilities & Extensions

There are already a number of articles and blog posts that reveal the benefits of the SQL...
Read More

Microsoft SQL Operations Studio: Configuration and Querying

Tools & technologies, Utilities & Extensions

In my previous article, Microsoft SQL Operations Studio: Understanding and Installation, we discussed deeply the need for a new SQL Server...
Read More

Microsoft SQL Operations Studio: Understanding and Installation

Tools & technologies, Utilities & Extensions

SQL Server Management Studio is considered as the default integrated graphical user interface tool that has been used for many years to...
Read More
Close