Process a SSAS Tabular Cube // Multiple Ways

  Рет қаралды 18,363

Kahan Data Solutions

Kahan Data Solutions

Күн бұрын

If you have a Tabular Cube, you'll need to process it one way or another.
In this video, I will walk through some of the common ways to get that done in both SQL Management Studio as well as SSIS (Visual Studio).
►► The Starter Guide for The Modern Data Stack (Free PDF)
Simplify the “modern” data stack + better understand common tools & components → bit.ly/starter-mds
Timestamps:
0:00 - Intro
0:15 Process Directly in SSAS
2:18 Use SSIS Components
6:11 Using SQL Server Job
9:08 Closing
Title & Tags:
Process a Tabular Cube - Multiple Ways | SQL Server Analysis Services (SSAS) Tutorial
#ssas #dataengineering

Пікірлер: 41
@KahanDataSolutions
@KahanDataSolutions 3 жыл бұрын
►► The Starter Guide for The Modern Data Stack (Free PDF)→ bit.ly/starter-mds Simplify “modern” architectures + better understand common tools & components
@kayayunus11
@kayayunus11 Жыл бұрын
Hey do you know how to configure SSAS so I can connect to it from a powerBI in another server
@xandr4870
@xandr4870 29 күн бұрын
Finally, some actually easily digestable SSAS youtube content. There is virtually nothing out there. Lifesaver!
@navbi9907
@navbi9907 2 жыл бұрын
Man, beautiful video. Short concise and to the point and well covered with all the options.
@KahanDataSolutions
@KahanDataSolutions 2 жыл бұрын
Much appreciated!
@pabeader1941
@pabeader1941 2 жыл бұрын
A year later and still helpful. Answered my exact question without me even having to ask. Thank you for posting this video.
@KahanDataSolutions
@KahanDataSolutions 2 жыл бұрын
Glad it helped!
@gerhardsamstag5032
@gerhardsamstag5032 3 жыл бұрын
Great, Great and Great! This is the Solution of one of my Problems. Please more of SSAS Tabular Topics.
@KahanDataSolutions
@KahanDataSolutions 3 жыл бұрын
Awesome!
@TAIMIUWU
@TAIMIUWU 2 жыл бұрын
Brilliant work. Very useful tips. Thanks for putting up this video.
@KahanDataSolutions
@KahanDataSolutions 2 жыл бұрын
Glad it was helpful!
@humanbeing3062
@humanbeing3062 3 жыл бұрын
Awesome content! Thanks for sharing!
@KahanDataSolutions
@KahanDataSolutions 3 жыл бұрын
Thanks for watching!
@DionnyPrensa
@DionnyPrensa 8 ай бұрын
Thanks, Michael. It has helped me a lot. Now, I need to automate the Code Deployment instead of Data. For example: Add or remove a Measure. I need to deploy the changes, but I don't want to use my laptop to deploy the code and the new data.
@samuelminamioka5393
@samuelminamioka5393 3 жыл бұрын
Very good video, bro! Thank you very much
@KahanDataSolutions
@KahanDataSolutions 3 жыл бұрын
Thanks for watching!
@chandrashekaryennedla6409
@chandrashekaryennedla6409 11 ай бұрын
Thanks a lot . As usual awesome content
@mrgogate
@mrgogate 2 жыл бұрын
Thank you... it was helpful!!
@KahanDataSolutions
@KahanDataSolutions 2 жыл бұрын
Glad it helped!
@abolfazlhosseinzadeh2732
@abolfazlhosseinzadeh2732 9 ай бұрын
I'd stocked at the role part so my job couldn't be done. thanks for the details in your videos ❤
@arturrubets
@arturrubets 2 жыл бұрын
You are the best!
@KahanDataSolutions
@KahanDataSolutions 2 жыл бұрын
Thank you!
@abhiveer6353
@abhiveer6353 11 ай бұрын
@kahanDatasolutions - Can you please share the ways to process MDX cube from Azure Data Factory
@noahhadro8213
@noahhadro8213 Жыл бұрын
Does process full drop all partitions and reload them or does it honor incremental refresh?
@abcthegreat1
@abcthegreat1 Жыл бұрын
Can SSIS be used when model lives on power bi premium. (can you point SSIS to the the premium workspace URL)
@HeshamNasser0
@HeshamNasser0 Жыл бұрын
which solution is better in protective of memory ?
@marounsader318
@marounsader318 2 жыл бұрын
hi im having the same error but when i run SSIS pckg, can you please help or refer me to a reference to fix it
@theheritageleatherco5812
@theheritageleatherco5812 2 жыл бұрын
How do I process a cube if I don't have access to SSIS, and I don't have access to the SQL Server Agent to create a job? Do you know of way to do this through Powershell or something else?
@rafibasha4780
@rafibasha4780 Жыл бұрын
refreshing a partition in a script mode?
@billysun1059
@billysun1059 Жыл бұрын
Hi,Guys, I have an error message "DDL is not valid" after I paste the code from SSMS to SSIS Analysis DDL task, any idea?
@danilocampana
@danilocampana 2 жыл бұрын
thanks for the video, would it be possible to teach you how to configure auto-update in Azure SSAS
@KahanDataSolutions
@KahanDataSolutions 2 жыл бұрын
Hi Danilo, thanks for watching! I'm planning on adding some Azure SSAS content in the future and will keep this in mind.
@jurajcichansky2578
@jurajcichansky2578 3 жыл бұрын
Great video. Is there a way how to process 2 cubes at once? Thanks
@KahanDataSolutions
@KahanDataSolutions 3 жыл бұрын
Thanks! You should be able to process multiple by running two of the SSIS components in parallel or have two SQL Agent jobs triggered at the same time but pointed to different cubes.
@thomashannoveraner356
@thomashannoveraner356 2 жыл бұрын
Hi. Whats the difference between refreshing in SSMS and deploying in Visual Studio. Create and deploy refreshes my Cube Dimensions also I think?
@KahanDataSolutions
@KahanDataSolutions 2 жыл бұрын
Hi Thomas, yes they should operate the same in that scenario
@viniciusferreira6807
@viniciusferreira6807 Жыл бұрын
minute 3:21. what to do when objects are not selectable?
@gwenhumphrey1968
@gwenhumphrey1968 3 жыл бұрын
Great vid. How do I close a cube no longer needed?
@KahanDataSolutions
@KahanDataSolutions 3 жыл бұрын
Thanks Gwen! Are you talking about dropping the entire cube from your server? If so, you should be able to just do a right-click + delete from SSMS if needed.
Implement Roles in a SSAS Tabular Cube
6:43
Kahan Data Solutions
Рет қаралды 10 М.
🤔Какой Орган самый длинный ? #shorts
00:42
Who has won ?? 😀 #shortvideo #lizzyisaeva
00:24
Lizzy Isaeva
Рет қаралды 62 МЛН
КАРМАНЧИК 2 СЕЗОН 7 СЕРИЯ ФИНАЛ
21:37
Inter Production
Рет қаралды 549 М.
A clash of kindness and indifference #shorts
00:17
Fabiosa Best Lifehacks
Рет қаралды 70 МЛН
SSAS Cube Deployment
15:27
Training2SQL MSBI
Рет қаралды 27 М.
Easy Ways to Refresh Tabular Models | Data Exposed: MVP Edition
14:16
Microsoft Developer
Рет қаралды 7 М.
SSAS Cube Process through SSIS Package | Processing SSAS CUBE in SSIS
16:12
I've been using Redis wrong this whole time...
20:53
Dreams of Code
Рет қаралды 337 М.
Perspectives in SSAS | ssas cube perspectives
15:40
Training2SQL MSBI
Рет қаралды 7 М.
Create a Tabular Cube with SSAS! // step-by-step
8:43
Kahan Data Solutions
Рет қаралды 67 М.
What is Database Sharding?
9:05
Anton Putra
Рет қаралды 44 М.
Optimizing callbacks in a SUMX iterator
14:10
SQLBI
Рет қаралды 6 М.
SSAS Tutorial (10/15) - What is Deployment and Processing
10:52
Analytics with Nags
Рет қаралды 14 М.
🤔Какой Орган самый длинный ? #shorts
00:42