This is awesome. I've been working with T-SQL since march and this is the training that could have made my life a lot easier. You lay out every fundamental skill that I use every day in my job, congrats!
Just started the course, but will there be any time stamps in this one? It helps a lot when starting and stopping. I made these for myself which are not best examples: 0:00 - 01_Introduction 26:00 - 02_T-SQL Functions and Expressions: 59:08 - 03_null_top_distinct_where.sql 2:03:29 - 04_Joins_Union_Cast_and_Convert.sql 05_Aggregate queries.sql
For those who didn't already know, if you click "Show More" on the description and scroll to the bottom of it there is a very helpful "Key Moments" section for those looking for timestamps. Great training! Thank you for uploading!
Clear, Filtered, Understandable lecture. Worth the time. Thank you so much for this. It'd be a plus if you'd have explained primary key, foreign key etc, (Not complaining, just a thought). Thanks again
2:22:30 Could you explain me why theres more for SalesPersonID? What I would expect is getting more for * if there would be some NULLS. So what might be the reason?
A very clear tutorial. Is it possible to connect with Azuree Data studio as well? Was not able to on 24. November 2024 - or is the database no longer accessible?
Hi there, I cannot connect and am getting the error "Microsoft SQL Server, Error: 18456". Is the service available? I tried the password a few times as per the pdf but no joy. Pls advise. Many thanks.
Hello, I attempted to use the credentials provided in the PDF document and got an error. I have emailed the training email given in the description. Hope to hear from you all soon. Thank you.
question: each employee have a position, however a lot of employees keep moving around when a position becomes available. how do i track this movement?
This is more of a data modeling problem. Slowly changing dimensions can be handled several ways and it depends on what you’re using the data for to determine if SCD 1 or 2 should be used. Most likely you would want to use SCD2 and would need to have some ETL logic built in to ensure you keep old records as well as new records with updates.
This is the greatest SQL class ever! thank you so much for the outstanding presentation and the great content. Can we still connect to the SQL database?
Michelle pls help me , am loosing my head learning alone, pls I'd like to reach out to direct mentorships into data analysis or buisness analysis..lets discuss all i need to know and how to work on it..pls reply
@@Thomasw04 It's not T-SQL, rather it's simply a SQL Server version of SQL and that's why to_char didn't work with you but that doesn't mean it's T-SQL!
I'm 3 minutes into this video and found myself realizing my greatest fear would be to be across the table from someone who has written multiple textbooks on Microsoft tools and having to play them in Ticket to Ride...
Hi there, I cannot connect and am getting the error "Microsoft SQL Server, Error: 18456". Is the service available? I tried the password a few times as per the pdf but no joy. Pls advise. Many thanks.
This is awesome. I've been working with T-SQL since march and this is the training that could have made my life a lot easier. You lay out every fundamental skill that I use every day in my job, congrats!
Glad it helped!
Just started the course, but will there be any time stamps in this one? It helps a lot when starting and
stopping. I made these for myself which are not best examples:
0:00 - 01_Introduction
26:00 - 02_T-SQL Functions and Expressions:
59:08 - 03_null_top_distinct_where.sql
2:03:29 - 04_Joins_Union_Cast_and_Convert.sql
05_Aggregate queries.sql
there is no T-SQL Functions and Expressions in the video, it's simple SQL!
Recently join with this company.. Employees are very responsive... Services are good also get a good response from it 👏👏
Thank you for the comment! Glad you are enjoying our content!
For those who didn't already know, if you click "Show More" on the description and scroll to the bottom of it there is a very helpful "Key Moments" section for those looking for timestamps.
Great training! Thank you for uploading!
Thanks for watching!
Best instructor on UA-cam
Clear, Filtered, Understandable lecture. Worth the time. Thank you so much for this.
It'd be a plus if you'd have explained primary key, foreign key etc, (Not complaining, just a thought). Thanks again
Can you link a video w that info?
Excellent trainer! Everything seems easy, despite its complexity! Congratulations, Mitchell Pearson!
Thank you!
Thanks. I have only started this course and already picked up a few things that were good for my revision. Subbed.
Glad it was helpful!
2:22:30 Could you explain me why theres more for SalesPersonID? What I would expect is getting more for * if there would be some NULLS. So what might be the reason?
Great job! Everything is clear and easy even for beginners. Thank you!
A very clear tutorial. Is it possible to connect with Azuree Data studio as well? Was not able to on 24. November 2024 - or is the database no longer accessible?
Thank Alot Christina, eagerly waiting for intermediate and Advanced tutorials from you on the same topic..👏👏👏🙏🙏
Thank you for sharing your knowledge. More power.
Glad it was helpful!
Awesome Video for any one new to SQL
Glad you liked it! Thank you for learning with us.
Superb tutorial very helpful and good content...many Many thanks 👍🙏 this tutorial my problem resolved
Hello Peter, is the server still on? Thanks.
Super useful. Thank you very much Pragmatic Works
Very helpful as a database student ❤
Hello , anyone know if the server is still available? Thanks
Mitchell,YOU ARE THE LEGEND, GOD BLESS
This class is brilliant!
Excellent job
worked it really works. thanks so much. this video saved me hundreds of dollars on subscription.
Is there a history in Results / console panel to see previous query results?
Use 3rd party tools like ssms boost
Hi there, I cannot connect and am getting the error "Microsoft SQL Server, Error: 18456". Is the service available? I tried the password a few times as per the pdf but no joy. Pls advise. Many thanks.
Sorry, connected now after giving the Database name.
@@manojtalwar7407 can you help , how to connect
which what it is?@@manojtalwar7407
This is so amazing and great, thanks a lot
Thanks for watching!
Hi! Is the server still available? I'm trying to login but I get error 18456 which indicates a bad password or user name. Help!
Yes, it is. Maybe you should check the password again?
I love u guys, please keep up the good work!
01:28:40 (firstname, middlename, lastname - space problem - solved)
Select Top 100
FirstName,
MiddleName,
LastName,
FirstName + Coalesce(' ' + MiddleName + ' ', Null,' ') + LastName As FullNameCoalesce,
Concat(FirstName + ' ', MiddleName + ' ', LastName) As fullNameConcat,
FirstName + Isnull(' ' + MiddleName + ' ', ' ') + LastName As FullNameIsNull
From
Person.Person
Hi. Where can I download the test files?
✔ Download student files - share.hsforms.com/1UL7yaNt8QN-Kk1ijRjqvgQ8xue
@@PragmaticWorks thanks
What an amazing:) Thank you a lot
Hello, I attempted to use the credentials provided in the PDF document and got an error. I have emailed the training email given in the description. Hope to hear from you all soon. Thank you.
disregard, updated the Connection Properties > Database , and was able to connect
The student files link has expired. Is there any other place to get the student files?
You can access the student files at share.hsforms.com/1UL7yaNt8QN-Kk1ijRjqvgQ8xue
@@PragmaticWorks You are the best!!!
Informative!!
Glad to hear it!
question: each employee have a position, however a lot of employees keep moving around when a position becomes available. how do i track this movement?
This is more of a data modeling problem. Slowly changing dimensions can be handled several ways and it depends on what you’re using the data for to determine if SCD 1 or 2 should be used. Most likely you would want to use SCD2 and would need to have some ETL logic built in to ensure you keep old records as well as new records with updates.
thanks @@austinlibal
Hi!
I know it's 2 years late, but where's the database set for this SQL lesson?
Awesome !!!
Thanks!!
awesome.thanks you~
very clear
Thank you for the great content
Thanks!
am not able to connect to database
Agree thank you
This is the greatest SQL class ever! thank you so much for the outstanding presentation and the great content.
Can we still connect to the SQL database?
Thank you is there part 2
Michelle pls help me , am loosing my head learning alone, pls I'd like to reach out to direct mentorships into data analysis or buisness analysis..lets discuss all i need to know and how to work on it..pls reply
Remove the data base and remove the business analysis
Whats the pw?
08:35
Where can I download the demo file
Hi, the files can be downloaded from the description of the video. Here is the link also:
share.hsforms.com/1UL7yaNt8QN-Kk1ijRjqvgQ8xue
Ever thing is fine from your side who want to learn SQL they have spend some time to for watch this video
this is gold. again. fantastic content, thank you, im on advanced t-sql as well, hihgly recommended to everyone. thank you Mitchell, Pragmatic Guys!
T-SQL 😊
This is not T-SQL rather it is simply SQL in the form SQL Server syntax!
How is this T-SQL though?🙃
It is. What do you mean? If it was f.e postgreSQL then i could use to_char , that statement wont work since its t-sql.
@@Thomasw04 It's not T-SQL, rather it's simply a SQL Server version of SQL and that's why to_char didn't work with you but that doesn't mean it's T-SQL!
it's not, it's a deceiving title!
I'm 3 minutes into this video and found myself realizing my greatest fear would be to be across the table from someone who has written multiple textbooks on Microsoft tools and having to play them in Ticket to Ride...
That's funny 🤣🤣 - Mitchell
Hi there, I cannot connect and am getting the error "Microsoft SQL Server, Error: 18456". Is the service available? I tried the password a few times as per the pdf but no joy. Pls advise. Many thanks.