Category Archives: SQL Server

MS SQL Server
MS SQL Server is the software created by Microsoft. It includes a database engine and a number of features that help with database development, maintenance, and various activities such as reporting or master data management.

These features include SQL Server Integration Services, Reporting Services, Analysis Services, and other components such as Master Data Management or Data Quality Services.

Don’t miss out from category:

SSRS Tutorial Part 4 – Creating Report in SSRS – Reporting Services

Last 3 SSRS tutorials were kinda boring of preparation phase, maybe a calm before a storm :). After creating SSRS project, defining data source and dataset, it is finally time to create a simple report in SSRS. Reporting services offers plenty of useful tools you can use to create nice and practical tables/graphs. We will… Read More »

SSRS Tutorial Part 3 – How to Configure Dataset in SSRS – Reporting Services

Lets recap what happened in the last part of our series focused on SSRS report creating (Part 2 – Configuring Data source in SSRS). We learned how to create a connection to database via Data source connection manager. We used shared Data source with scope over whole Reporting services project. Then we added reference to… Read More »

SQL Server | Performance optimizing of SQL Queries – 10 Tips with Examples

Performance optimizing SQL queries is an ongoing battle that begins right from the design of the database architecture and server resource scaling. With the right architectural design, many performance issues in the future can be avoided. Additionally, script performance can be influenced by the structure of SQL queries and properly configured indexes. This article is… Read More »

SQL Collation – How to Change Collation of Table Column

While installing SQL Server, one of the parameters that is needed to be set during installation is Server collation. It is a parameter influencing the way in which SQL stores non-Unicode data. We may choose SQL Collation CZECH_CI_AS in Czech environments. While starting a database, we can also select collation that can be different to… Read More »

SSRS Tutorial Part 1 – Creating SSRS Project and Report in Reporting Services

In this article I will show you how to create Reporting services (SSRS) project and report step by step. This is a first step before we will be able to create report. To even start working with Reporting Services tool, we need to meet these requirements: Visual studio 2019 (or SSDT) – in case we… Read More »

SQL Server – Reporting services 2016 News

I finally got to MS SQL Server 2016 – Release candidate 3 installation during weekend. First thing I did was focusing on news regarding Reporting services 2016. Microsoft presents its new reporting services as a big thing full of innovations. It looks attractive, sorted and when you look closely you can see resemblance to Power… Read More »