• Home
  • SQL Tutorials
    • Handling SQL tables
    • SQL Basics
    • SQL Clauses
    • SQL Commands
    • SQL Functions
    • SQL Operators
    • XML for SQL Server
    • Useful SQL Scripts
    • SQL Online Quiz
  • SQL Server
    • SQL Administration
    • SSRS – Reporting Services
    • SSIS – Integration Services
  • Power BI reporting
    • DAX
    • Power BI desktop
    • Power Pivot
    • Power Query
    • Sample Reports in power BI
  • Excel
    • Excel functions
    • Excel tutorials
    • Finance math in Excel
  • BI Latest News
    • BI Blogs and Magazines
    • Power BI News
  • Contact
  • English
    • Čeština
    • English
    • Home
    • SQL Tutorials
      • Handling SQL tables
      • SQL Basics
      • SQL Clauses
      • SQL Commands
      • SQL Functions
      • SQL Operators
      • XML for SQL Server
      • Useful SQL Scripts
      • SQL Online Quiz
    • SQL Server
      • SQL Administration
      • SSRS – Reporting Services
      • SSIS – Integration Services
    • Power BI reporting
      • DAX
      • Power BI desktop
      • Power Pivot
      • Power Query
      • Sample Reports in power BI
    • Excel
      • Excel functions
      • Excel tutorials
      • Finance math in Excel
    • BI Latest News
      • BI Blogs and Magazines
      • Power BI News
    • Contact
    • English
      • Čeština
      • English
Jan Zedníček – Data & Finance

Jan Zedníček – Data & Finance

  • Home
  • SQL Tutorials
    • Handling SQL tables
    • SQL Basics
    • SQL Clauses
    • SQL Commands
    • SQL Functions
    • SQL Operators
    • XML for SQL Server
    • Useful SQL Scripts
    • SQL Online Quiz
  • SQL Server
    • SQL Administration
    • SSRS – Reporting Services
    • SSIS – Integration Services
  • Power BI reporting
    • DAX
    • Power BI desktop
    • Power Pivot
    • Power Query
    • Sample Reports in power BI
  • Excel
    • Excel functions
    • Excel tutorials
    • Finance math in Excel
  • BI Latest News
    • BI Blogs and Magazines
    • Power BI News
  • Contact
  • English
    • Čeština
    • English

Blog - permanently moved from biportal.cz

Blog

SQL Server ER Diagrams – Do Not Expect Miracles

  • 3. 2. 2020
  • Ing. Jan Zedníček - Data & Finance
  • SQL Server
This article will tell you about creating ER diagrams in SQL Server management studio. ER diagrams (entity relationship diagrams) describe static structure of database tables. Just like when building...
Číst »
excel category articles image

How to Execute SQL Query in Excel (Office 365)? Tutorial with Examples

  • 3. 2. 2020
  • Ing. Jan Zedníček - Data & Finance
  • Excel tutorials
This article is made especially for those who regularly export large data volumes to Excel in order to analyze them or process some kind of regular report. Usually, we...
Číst »
excel category articles image

How to Execute SQL Procedure in Excel incl. Parameters with Example

  • 3. 2. 2020
  • Ing. Jan Zedníček - Data & Finance
  • Excel tutorials, SQL Tutorials
I must say right from the beginning that even though this process is possible, I do not recommend it (but I will show it to you anyway) :). Launching...
Číst »

SQL Error: Login Failed for User – What to do?

  • 2. 2. 2020
  • Ing. Jan Zedníček - Data & Finance
  • SQL Administration
SQL Error “Login failed for user <user name>. The user is not associated with a trusted SQL Server connection” is quite common. The problem is that SQL Server cannot...
Číst »
BI developer

MS BI Developer Skill Set – List of Knowledge and Abilities

  • 2. 2. 2020
  • Ing. Jan Zedníček - Data & Finance
  • Don't Miss Out, Sample Reports in power BI, SQL Server
What I have for you here today is a different kind of stuff. We will take a look at what should BI developer working on Microsoft technologies be able...
Číst »

Excel Import to SQL Server Database via SSMS

  • 2. 2. 2020
  • Ing. Jan Zedníček - Data & Finance
  • Excel tutorials, SQL Server
Import of Excel sheet or csv file into SQL Server is a quite common task. You can find a guide on how to do it below. Let’s have an...
Číst »
Error - saving changes is not permitted

SQL Error: Saving Changes is Not Permitted – Solution with Example

  • 2. 2. 2020
  • Ing. Jan Zedníček - Data & Finance
  • SQL Administration
When working with database objects, we may sometimes get into a situation when we want to change property of an object. For example change of data type in column...
Číst »
excel category articles image

Excel Fuzzy Lookup Guide – Comparing 2 Lists with Example

  • 2. 2. 2020
  • Ing. Jan Zedníček - Data & Finance
  • Excel tutorials
Did you ever need to compare 2 lists and test it for duplicities? The easiest way to do it in Excel is to use standard functions as VLOOKUP. Sometimes...
Číst »
Import google analytics dat

SSIS Google analytics Data Import into SQL Server Database (using KingswaySoft)

  • 2. 2. 2020
  • Ing. Jan Zedníček - Data & Finance
  • SSIS - Integration Services
This article should give you guide on how to perform Google analytics data import to database/database storage without need of programming. Why should we want something like that? Maybe...
Číst »
SQL Select distinct

Intro to SQL Server Management Studio (SSMS) for Beginners

  • 2. 2. 2020
  • Ing. Jan Zedníček - Data & Finance
  • SQL Server
This article is mainly for beginners getting to know SQL Server management studio. It is tool used by you as a user to communicate with SQL Server database engine...
Číst »
excel category articles image

Weighted Arithmetic Mean in Excel – SUMPRODUCT

  • 2. 2. 2020
  • Ing. Jan Zedníček - Data & Finance
  • Excel functions
Weighted arithmetic mean is a statistical value of broad use not only in mathematics or statistics. If you need to calculate weighted arithmetic mean in Excel, here is a...
Číst »
SSRS tutoriál

SSRS Tutorial Part 6 – How To Deploy Report in SSRS – Reporting Services

  • 2. 2. 2020
  • Ing. Jan Zedníček - Data & Finance
  • SSRS - Reporting Services
We now have well-prepared simple report after the 5th part of the series (Configuring parameter/filter in SSRS). This article is focused on report deployment in SSRS and describes how...
Číst »
SSRS tutoriál

SSRS Tutorial Part 5 – Configuring Parameter for Filter in SSRS – Reporting Services

  • 2. 2. 2020
  • Ing. Jan Zedníček - Data & Finance
  • SSRS - Reporting Services
We prepared simple report in previous part (Part 4 – Creating report SSRS). It displays sales data in form of a simple table displaying results of dataset which we...
Číst »
SSRS tutoriál

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

  • 2. 2. 2020
  • Ing. Jan Zedníček - Data & Finance
  • SSRS - Reporting Services
Last 3 SSRS tutorials were kind of preparation phase, maybe a calm before a storm :). After creating SSRS project, defining data source and dataset, it is finally time...
Číst »
SSRS tutoriál

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

  • 2. 2. 2020
  • Ing. Jan Zedníček - Data & Finance
  • SSRS - Reporting Services
Lets rewind what happened in the last part of our series focused on SSRS report creating (Part 2 – Configuring Data source in SSRS). We saw how to create...
Číst »
GDPR dotazník

Are You GDPR Ready? Try Out Our GDPR Questionnaire

  • 21. 1. 2020
  • Ing. Jan Zedníček - Data & Finance
  • Don't Miss Out, PR Articles
What I have for you today is not an article but a questionnaire focused on GDPR (General data protection regulation), that is directive in force since 25/5/2018.  This directive...
Číst »
SQL Select distinct

SQL Collation – How to Change Collation of Table Column

  • 18. 1. 2020
  • Ing. Jan Zedníček - Data & Finance
  • SQL Administration
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...
Číst »
SSRS tutoriál

SSRS Tutorial Part 2 – Data Source Configuration in SSRS – Reporting services

  • 18. 1. 2020
  • Ing. Jan Zedníček - Data & Finance
  • SSRS - Reporting Services
We took a look at creation of project and empty report in the BI tool SSDT (SQL Server Data tools) in previous part of the miniseries (Part 1 -SSRS...
Číst »
SSRS tutoriál

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

  • 18. 1. 2020
  • Ing. Jan Zedníček - Data & Finance
  • SSRS - Reporting Services
This miniseries focused on making a report in Reporting services will show you how to create SSRS project and report step by step. Let’s take this as a preparation...
Číst »
SQL Error handling

SQL TRY CATCH and Error Handling with Examples

  • 18. 1. 2020
  • Ing. Jan Zedníček - Data & Finance
  • SQL Commands
SQL TRY CATCH command is designed to control code flow in case that error situation occurs (error handling). This construction consists of  blocks. It is also possible to use...
Číst »

Posts navigation

Previous 1 2 3 … 6 Next

Search

Back to Category

  • SQL Server »
  • SQL tutorials »
  • Power BI »
  • Excel »
  • Zprávy a feedy »

Don’t miss out

  • sql Server 2019 mac M1Mac M1/Apple Silicon – SQL Server Developer – Installation Guide
    I recently purchased a new Macbook Air with Apple Silicon M1 CPU architecture (ARM). From the first time everything was fine – super experience […]
  • sales reportSales Report in Power BI and Direct Query into SQL Database
    Whenever we set connector to our data in Power BI, we have an option to select connection to a certain object (e.g. a table) or there is a second […]
  • AND, OR Logical Functions in Excel
    Logical functions serve us to test conditions not only in Excel. They can be used in situation when we need to compare 2 or more values and find out […]
  • excel category articles imageExcel | Subtotal – 11 Functions in One
    SUBTOTAL is a little strange function. There are 11 mathematical functions hiding inside it. We can calculate sum, arithmetic mean, spread, […]
  • excel category articles imageExcel – Function for date and time – YEAR, MONTH, DAY, HOUR, MINUTE, SECOND
    There is a huge number of functions for date and time in Excel. they are used to extract parts of the date or time type of cell. You may have needed […]

News from other Websites

Resources: Power BI News and Blogs a BI Blogs and Magazines – SQL Server, Excel, Reporting

  • Using TOP clause in a SELECT statement
    by Additional Articles on 29. 3. 2023 at 0:00

    There might be a time when you might want to return just a few rows of a result set, instead of the complete set. This might be useful if you want to […]

  • Piping, Filtering and Using Flyway Output in PowerShell
    by Additional Articles on 29. 3. 2023 at 0:00

    Flyway's output is often overwhelmed with verbose messages, most of which we can ignore but some of which provide vital warnings about failed […]

  • MySQL group_concat() function overview
    by Rahul Mehta on 28. 3. 2023 at 10:21

    This article will provide an understanding of how to effectively use group concatenation in MySQL. Introduction MySQL is an open-source relational […]

  • How to use the SQL WHERE Clause with Examples
    by Additional Articles on 27. 3. 2023 at 0:00

    With the SQL WHERE clause in SQL Server, users can filter their query results in many ways. In most cases, we do not utilize all the options the […]

  • Passing parameters to query without TVFs
    by seanachim@hotmail.com on 27. 3. 2023 at 0:00

    This article looks at an interesting way to help your users get filtered data from a TVF instead of using a stored procedure or specialized view. The […]

  • Database Monitoring: The ROI of Build vs. Buy
    by Additional Articles on 27. 3. 2023 at 0:00

    In this webinar, Microsoft Data Platform MVP, Grant Fritchey, is joined by our expert panel to share the pros and cons to building a monitoring […]

  • Why Doesn’t Power Query Know If My Step Will Fold?
    by Chris Webb on 26. 3. 2023 at 16:23

    Why the "Might Fold" step indicator exists in Power Query

Ing. Jan Zedníček – Data & Finance

  • 734399420
  • jsem@janzednicek.cz
  • 9:00 - 17:00

Links and documents

  • Privacy policy
  • Cookie policy

RSS Most recent from blog

  • Mac M1/Apple Silicon – SQL Server Developer – Installation Guide
  • Sales Report in Power BI and Direct Query into SQL Database
  • AND, OR Logical Functions in Excel
  • Excel | Subtotal – 11 Functions in One
  • Excel – Function for date and time – YEAR, MONTH, DAY, HOUR, MINUTE, SECOND
  • Power BI Gateway – Introduction Into Tool For Report Refresh/Update
  • Connecting to SQL Server | Power Query
  • Power BI Refresh Does Not Work – Reason?

2020 All Rights Reserved | Website made by Jan Zednicek

Manage Cookie Consent
To provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions.
Functional Always active
The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network
Preferences
The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
Statistics
The technical storage or access that is used exclusively for statistical purposes. Technical storage or access that is used exclusively for anonymous statistical purposes. Absent a subpoena, voluntary compliance by your Internet Service Provider, or other records from a third party, information stored or obtained solely for this purpose cannot usually be used to identify you.
Marketing
The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.
Manage options Manage services Manage vendors Read more about these purposes
Show preferences
{title} {title} {title}