Author: {coding}Sight

A community platform for IT specialists

10 Best MySQL GUI Tools

MySQL, Tools & technologies, Utilities & Extensions

MySQL is among most widely-used and popular database technologies, so quite a lot of tools have...
Read More

How to Automate the Process of SQL Server Database Schema Synchronization

Automation, Database administration, PowerShell

The goal Keeping two databases in sync is a task we often encounter when working on SQL database development and maintenance. One...
Read More

Bulk Insert Data Files Into SQL Server

Database administration, Work with data

According to Wikipedia, the bulk insert is a process or method provided by a database management system to load multiple rows of data into...
Read More

Counting references to a record in a table via Foreign Keys

Constraints, Database development

I have recently needed to solve the task for my own purpose: to calculate the number of external...
Read More

SQL Server: Useful Tips for Newbies

Database development

In this article, we will discuss typical errors that newbie developers may face with while designing T-SQL code. In addition, we will have...
Read More

XML performance tips

Database administration, Performance Tuning

Parsing data from XML using XQuery is a routine practice. In order to do this most effectively, little effort is required. Suppose we need...
Read More
Close