In this video of SSRS Tutorial, You will be learning add Grouping and Totals in SSRS to organise and summarise your data in a better manner. Grouping and Totals provides a way of managing large amounts of report.
To learn more - please visit us as http://www.sql-datatools.com
...
https://www.youtube.com/watch?v=ilRPgjkz7ws
In this tutorial, we will learn "How to Extract a Pattern from a String by RegEx tool" in Alteryx tool.
Alteryx has many tools which comes in data parsing category includes tools that prepare data parsing for downstream analysis and one of them is Regular Expression tool which uses regular expression syntax to parse, match, or replace data.
While regular expressions are supported in Designer, users are responsible for their own expressions and how the expressions impact their data.
For more resources on how to write regular expressions, see www.regexlib.com, a site unaffiliated with Alteryx, or the RegEx Coach, a unaffiliated graphical application for Windows which can be used to experiment with (Perl-compatible) regular expressions interactively.
For additional information about Boost RegEx, see the following:
Boost-Supported RegEx Character Classes
Collating Element Names
Boost-Extended Format String Syntax
POXIS Extended Regular Expression Syntax
To learn more, please follow us -
http://www.sql-datatools.com
To Learn more, please visit our YouTube channel at -
http://www.youtube.com/c/Sql-datatools
To Learn more, please visit our Instagram account at -
https://www.instagram.com/asp.mukesh/
To Learn more, please visit our twitter account at -
https://twitter.com/macxima
To Learn more, please visit our Medium account at -
https://medium.com/@macxima
...
https://www.youtube.com/watch?v=zHf8CFcGYrg
In this tutorial, we are going to explain the functionalities of How to check data exists or not in a file by Script Task in SQL Server Integration Services. The Script task provides code to perform functions that are not available in the built-in tasks and transformations that SQL Server Integration Services provides. The Script task can also combine functions in one script instead of using multiple tasks and transformations.
For more information, please visit us at http://www.sql-datatools.com/2016/04/ssis-object-types-variable-in-execute.html
...
https://www.youtube.com/watch?v=xe6tENp-TVk
In this tutorial, we will learn " How to combine data from multiple homogeneous or heterogeneous source" by using Union All Transformation in your SSIS Package.
The Union All transformation combines multiple inputs into one output. For example, the outputs from five different Flat File sources can be inputs to the Union All transformation and combined into one output.
The transformation inputs are added to the transformation output one after the other; no reordering of rows occurs. If the package requires a sorted output, you should use the Merge transformation instead of the Union All transformation.
Union All Transformation in SSIS does not follow any particular order while merging the data and storing in the destination table. Supports multiple unsorted inputs and duplicate records can be possible in the final output file. It does have any error output.
If the mapped columns contain string data and the output column is shorter in length than the input column, the output column is automatically increased in length to contain the input column. Input columns that are not mapped to output columns are set to null values in the output columns.
Used Components -
1. Data Flow Task
2. Source Assistants - Flat File, Csv file and SQL Server
3. Merge Join Transformation : Merge the sorted inputs
4. Sort Transformation : To Sort the data
5. Row Sampling: To watch the final output
To Learn more, please visit us at -
http://www.sql-datatools.com.
...
https://www.youtube.com/watch?v=nR4WI8ECv_c
In this tutorial, you will see just how easy it is to access data within a standard comma separated file format.
Whether it is from a database or a file, sourcing data is one of the most basic and necessary elements of data integration. Talend Open Studio for Data Integration allows for easy access to your data with a wide array of components that support database connectivity as well as standard and complex file formats.
To learn more, please visit us at - http://www.sql-datatools.com
...
https://www.youtube.com/watch?v=jTEJ9BNvD4c
In this tutorial, you will learn "How to Import an Excel File" in Alteryx tool.
To learn more, please follow us -
http://www.sql-datatools.com
To Learn more, please visit our YouTube channel at -
http://www.youtube.com/c/Sql-datatools
To Learn more, please visit our Instagram account at -
https://www.instagram.com/asp.mukesh/
To Learn more, please visit our twitter account at -
https://twitter.com/macxima
To Learn more, please visit our Medium account at -
https://medium.com/@macxima
...
https://www.youtube.com/watch?v=Q7lTzT3Cxq0
Here you will learn, How to Move NoSQL MongoDB Data into Azure SQL Database Table by using Talend Open Studio.
Process of data flow -
• Creating Azure SQL DB Connection - Connecting to an Azure SQL Database
• Creating NoSQL Connection - Connecting to NoSQL MongoDB
• Pull data from NoSQL MongoDB collections
• Showing Data of from NoSQL MongoDB
• Load Data into Azure SQL Database
List of Talend components-
1. tMongoDBInput - Connecting to NoSQL MongoDB and pull the requested documents
2. tLogRow – allows us to write data, that is flowing through our Job (rows), to the console
3. tDBOutput - Connecting with Azure SQL Database and load data into Azure SQL Database Table
To Learn more, please visit our blog at -
http://www.sql-datatools.com
To Learn more, please visit our YouTube channel at -
http://www.youtube.com/c/Sql-datatools
...
https://www.youtube.com/watch?v=i0gDXU5xcsY
In this tutorial, we are going to learn how does Conditional Split transformation work in SSIS package. The Conditional Split transformation can route data rows to different outputs depending on the content of the data. The implementation of the Conditional Split transformation is similar to a CASE decision structure in a programming language.
The transformation evaluates expressions, and based on the results, directs the data row to the specified output. This transformation also provides a default output, so that if a row matches no expression it is directed to the default output.
To learn more, please visit us - http://www.sql-datatools.com
...
https://www.youtube.com/watch?v=VcDopKq6d_Q
In this tutorial, we are going to learn how to Add bookmarks and bookmark links to a report.
Add bookmarks and bookmark links to a report when you want to provide a customized table of contents or to provide customized internal navigation links in the report. Typically, you add bookmarks to locations in the report to which you want to direct users, such as to each table or chart or to the unique group values displayed in a table or matrix. We can create your own strings to use as bookmarks, or, for groups, you can set the bookmark to the group expression.
To learn more in details, please visit us at - http://www.sql-datatools.com
...
https://www.youtube.com/watch?v=vh_0baXevzg