SQL Server Programming Part 6 - WHILE Loops

  Рет қаралды 133,684

WiseOwlTutorials

WiseOwlTutorials

Күн бұрын

Пікірлер: 41
@juanisidrodiaz3093
@juanisidrodiaz3093 Жыл бұрын
More than 10 years and still a master of piece with a clear concept and explanation. Thanks a lot.
@WiseOwlTutorials
@WiseOwlTutorials Жыл бұрын
Thank you Juan!
@mistery4437
@mistery4437 9 жыл бұрын
Your rhetoric is lucid, controlled, non-persuasive and engrossing. A Masterclass. Thanks, Again.
@marcjohnson6621
@marcjohnson6621 11 жыл бұрын
One of the clearest explanations I've seen. Well done.
@zerolosi
@zerolosi 3 жыл бұрын
Such an amazingly clear video
@WiseOwlTutorials
@WiseOwlTutorials 3 жыл бұрын
Thanks! Happy to hear you found it useful, thanks for watching!
@m.a.saberi7606
@m.a.saberi7606 6 жыл бұрын
your teaching skill is perfect and your accent is very clear and cute.
@koporcic
@koporcic 4 жыл бұрын
I needed to learn store procedures, then I was needing everything in this tutorial in this exact order... you deserve the subscribe!
@WiseOwlTutorials
@WiseOwlTutorials 4 жыл бұрын
Happy to hear that you found what you were looking for, Ivo!
@michaelo8622
@michaelo8622 9 жыл бұрын
Great tutorial! You sound like a wise owl :) It's very pleasant to the ears.
@krismaly
@krismaly 11 жыл бұрын
Good introduction of CURSORS. I enjoyed the video. Thanks
@RayanJawad110
@RayanJawad110 11 жыл бұрын
Thanks - you're tutorials are awesome!
@estuardojuchuna
@estuardojuchuna 8 жыл бұрын
THANKS BRO .... saved me from a big problem!
@CNich90
@CNich90 10 ай бұрын
First things first, this is by far the best course on stored procedures I have come across. So thank you so much! I have a question in regards to the use of the global variables; what if multiple store procedures are running at the same time? Would they interfere with each other when referencing the global variables?
@WiseOwlTutorials
@WiseOwlTutorials 10 ай бұрын
Hi Christopher! You can't declare global variables in T-SQL (at least as far as I know). There are some system functions which begin with @@ (such as @@ROWCOUNT) which Microsoft used to refer to as global variables in earlier versions of SQL Server but they are functions rather than variables. I hope that helps!
@CNich90
@CNich90 10 ай бұрын
@@WiseOwlTutorials Global function makes way more sense. Thanks so much!
@WiseOwlTutorials
@WiseOwlTutorials 10 ай бұрын
@@CNich90 No problem!
@elvinabdullayev2451
@elvinabdullayev2451 11 ай бұрын
Great, great, great!
@WiseOwlTutorials
@WiseOwlTutorials 11 ай бұрын
Thanks, thanks, thanks! 😀
@jefrinraj5482
@jefrinraj5482 2 ай бұрын
Hi, You've go a nice set of collective videos that are Quiet easy to understand !! Can I get the resources, like all of the database for my practice?
@lagz89
@lagz89 4 жыл бұрын
Great teaching, thank you
@gildewinter4185
@gildewinter4185 8 жыл бұрын
a very good video. clear explanations .rock on
@shahimkhlaifat
@shahimkhlaifat 10 жыл бұрын
Yours are very very helpful thank you, but you might ignore the 'print statement' and go for sql database and show the loop in manipulating the data instead. most of the people are not looking to print messages in sql.
@1_Piyush
@1_Piyush 4 жыл бұрын
Thank you ! you videos are very helpful ! could you please tell me how to go through all rows of one column and print them using loop
@loam
@loam 5 жыл бұрын
Good one.
@mehmethuseyinozcan
@mehmethuseyinozcan 7 жыл бұрын
Thanks you are the best .... Guys! other way for better solution for seeing 0 film 9 and 10 oscars line set @numberFilms = (select COUNT(*) from tblFilm f where f.FilmOscarWins = @count) if @numberFilms != 0 begin print cast(@numberFilms as varchar(3)) + ' Films have ' + Cast(@count as varchar(2)) + ' Oscars' end
@evancito2
@evancito2 9 жыл бұрын
thanks man!
@lb33isu
@lb33isu 7 жыл бұрын
Very good videos with clear didactic style. I am a highly experienced Oracle pl/sql programmer who wants to have the skill level to convert to a t-sql programmer since my current employability is bit limited. What experience to you have with Oracle developers becoming t-sql/SQL Server programmers in terms of required effort and success rate in finding SQL Server roles? Thx.
@BenChi87
@BenChi87 10 жыл бұрын
Thank you for your very helpful walk-throughs! What software do you use to make your screen capture videos?
@BenChi87
@BenChi87 10 жыл бұрын
What free tool would you recommend? I have tried Camtasia but it only has a free trial period. The issue that I then ran up against is that when I uploaded the video - and perhaps this is due to my inadequacy with KZbin - it would change resolution during the video, downgrading to the point that it wasn't clear anymore. Whatever advice you could give would be wonderfully useful! Thanks!
@xwan2737
@xwan2737 10 жыл бұрын
Really awl some, I just have a question about the "if ……break" clause, according to the result, the result set will be truncated if @NumFilms=0, but the result for the films that won 11 Oscars is truncated at the same time! We just want to delete the @NumFilms=0 result. How to solve it??
@jw11432
@jw11432 2 жыл бұрын
This is exactly what I noticed and was wondering about.
@adifrenkenberg
@adifrenkenberg 5 жыл бұрын
why did you define the films oscar wins as 'MAX'? Wouldn't it work the same without it?
@jesusernestocasteloestrada6535
@jesusernestocasteloestrada6535 6 жыл бұрын
wich two films won 11 oscar?? :O
@hardbrocklife
@hardbrocklife 4 жыл бұрын
I thought I was going to have to learn Hindi to learn anything about sql lol. Jk...but still.
@Hjominbonrun
@Hjominbonrun 10 жыл бұрын
This is a good video showing how it works, but you need to start the video stating clearly that a while loop,recursive CTE's and cursors must be done as last resort and only if you have convinced the DBA that there is absolutely no other way.
@jackroark6928
@jackroark6928 6 жыл бұрын
nah, you don't need to scare newbies off yet at this point
SQL Server Programming Part 7 - User Defined Functions
24:44
WiseOwlTutorials
Рет қаралды 123 М.
SQL Server Programming Part 17 - The Pivot Operator
13:53
WiseOwlTutorials
Рет қаралды 71 М.
Players push long pins through a cardboard box attempting to pop the balloon!
00:31
What type of pedestrian are you?😄 #tiktok #elsarca
00:28
Elsa Arca
Рет қаралды 40 МЛН
За кого болели?😂
00:18
МЯТНАЯ ФАНТА
Рет қаралды 3,5 МЛН
SQL Server Programming Part 9 - Table Variables
11:54
WiseOwlTutorials
Рет қаралды 63 М.
SQL Server Programming Part 11 - Common Table Expressions (CTEs)
8:49
WiseOwlTutorials
Рет қаралды 72 М.
SQL Server Programming Part 8 - Temporary Tables
13:28
WiseOwlTutorials
Рет қаралды 89 М.
Learn JavaScript WHILE LOOPS in 8 minutes! 🔁
8:12
Bro Code
Рет қаралды 36 М.
IF,While Loop in SQL Server
57:10
Eclasess Education
Рет қаралды 15 М.
SQL Server Programming Part 14 - Transactions
23:08
WiseOwlTutorials
Рет қаралды 88 М.
SQL Server Programming Part 12 - Cursors
27:19
WiseOwlTutorials
Рет қаралды 125 М.
Advanced SQL Tutorial | Looping in SQL Server | WHILE Loops with Dynamic SQL
32:11
Value Driven Analytics
Рет қаралды 1,2 М.
SQL Cursors - how and when to use them
7:45
James Oliver
Рет қаралды 64 М.
Players push long pins through a cardboard box attempting to pop the balloon!
00:31