No video

Intro To SSMS - Get to know SQL Server Management Studio

  Рет қаралды 52,117

IAmTimCorey

IAmTimCorey

Күн бұрын

Пікірлер: 69
@LuisFelipe-td8qk
@LuisFelipe-td8qk Жыл бұрын
Awesome, Tim! Keep up with SSMS intermediate to advanced videos! 😁
@IAmTimCorey
@IAmTimCorey Жыл бұрын
Thanks for the suggestion. Please add it to the list on the suggestion site so others can vote on it as well: suggestions.iamtimcorey.com/
@tedstidham
@tedstidham Жыл бұрын
Been using SSMS for years... but learned a few things. Yet another awesome video.
@IAmTimCorey
@IAmTimCorey Жыл бұрын
Thanks!
@craigs6547
@craigs6547 3 ай бұрын
I realize this was a year ago but your reference to highlighting code to run and being careful with delete statements. I feel much better that you pointed that out ; as that was one of my worst memories starting out 15+ years ago. I had a Delete statement with a where stated. But a sensitive mouse and on my way to the Execute button I accidently RE-highlighted the script WITHOUT the Where and continued on to the Execute button, all in one motion. My team never heard a mouth like that or since, lol.
@IAmTimCorey
@IAmTimCorey 3 ай бұрын
Yep, we've all made similar mistakes.
@rockymarquiss8327
@rockymarquiss8327 Жыл бұрын
I agree with the comment about entity framework. Regardless of the data access tool - ie Entity Framework - you need to know the execution plans it will use or your performance will take a hit, especially on larger databases.
@IAmTimCorey
@IAmTimCorey Жыл бұрын
Thanks for sharing.
@DivakarRaj
@DivakarRaj Жыл бұрын
Please make a video on Indexes and more specifically Query Performance Fine Tuning Tim
@IAmTimCorey
@IAmTimCorey Жыл бұрын
Thanks for the suggestion. Please add it to the list on the suggestion site so others can vote on it as well: suggestions.iamtimcorey.com/
@DivakarRaj
@DivakarRaj Жыл бұрын
@@IAmTimCorey Done. Thanks Tim 😊
@pawel89pawel
@pawel89pawel Жыл бұрын
Wow coming right on time as usually, looking forward for the next video about t-sql. When you write a stored procedure what should you write and why in every stored procedure things like on error rollback = true or something like that so it would run smoothly and safely on the production without timeouts. Now because I am doing everything locally everything works great but already thinking few steps ahead of how to set up stored procedures for the production. Hoping that this question can be answered in one of the next videos.
@Lirchicus
@Lirchicus Жыл бұрын
Just FYI, I'm a C# developer and at least 25% or more of my time is in SSMS.
@IAmTimCorey
@IAmTimCorey Жыл бұрын
Thanks for sharing.
@lapasta9925
@lapasta9925 5 ай бұрын
Thanks great introduction!
@IAmTimCorey
@IAmTimCorey 5 ай бұрын
You are welcome.
@damienfenton3880
@damienfenton3880 Жыл бұрын
I use this application daily so it is good that you are covering this important topic.
@IAmTimCorey
@IAmTimCorey Жыл бұрын
Thanks!
@curioussoul123
@curioussoul123 Жыл бұрын
Do you have a course on ms sql or ssms, yours is by far the most helpful sql intro that I have watched!
@IAmTimCorey
@IAmTimCorey Жыл бұрын
I do: www.iamtimcorey.com/courses/sql-databases-from-start-to-finish/
@JohnMarsing
@JohnMarsing Жыл бұрын
I would highly recommend as a free add-on for SSMS, red gate's SQL Search. Very useful
@IAmTimCorey
@IAmTimCorey Жыл бұрын
That is a good one.
@houstonvanhoy2198
@houstonvanhoy2198 Жыл бұрын
Also SQL Prompt from Redgate.
@thomasfgooch
@thomasfgooch Жыл бұрын
Thanks Corey! Please make a follow up video intermediate to advanced :)
@IAmTimCorey
@IAmTimCorey Жыл бұрын
Thanks for the suggestion. Please add it to the list on the suggestion site so others can vote on it as well: suggestions.iamtimcorey.com/
@0i0l0o
@0i0l0o Жыл бұрын
Just to say you are awesome. Greetings from Serbia.
@IAmTimCorey
@IAmTimCorey Жыл бұрын
Thank you.
@MX-ul5ps
@MX-ul5ps Жыл бұрын
Thank you, this is exactly what I need right now
@MX-ul5ps
@MX-ul5ps Жыл бұрын
and it's very useful that you mention how does it look like in corporate environments, I haven't seen that in other tutorials
@IAmTimCorey
@IAmTimCorey Жыл бұрын
You are welcome.
@ianstrauss2383
@ianstrauss2383 2 ай бұрын
Great Video
@IAmTimCorey
@IAmTimCorey 2 ай бұрын
Thanks!
@mukarram_exe
@mukarram_exe Жыл бұрын
Will you please make a video on How to manage memory management in .NET Core?
@IAmTimCorey
@IAmTimCorey Жыл бұрын
Thanks for the suggestion. Please add it to the list on the suggestion site so others can vote on it as well: suggestions.iamtimcorey.com/
@robinstahlwarelius1845
@robinstahlwarelius1845 Жыл бұрын
Awsome Tim! Thanks :)
@IAmTimCorey
@IAmTimCorey Жыл бұрын
You are welcome.
@hasanmougharbel8030
@hasanmougharbel8030 Жыл бұрын
Hey there, god bless your efforts. i have a simple enquiry as a newbie. Does a cursor keep track only of the records in the result set or can it return to the original table? Thanks a lot.
@joemccormick8714
@joemccormick8714 Жыл бұрын
Do you use Azure Data Studio for any of your dev work? I was wondering because Azure Data Studio is automatically installed alongside SSMS.
@IAmTimCorey
@IAmTimCorey Жыл бұрын
I have used it, but I tend to prefer SSMS or SSDT. I considered doing a video on Azure Data Studio as well.
@AdamsTaiwan
@AdamsTaiwan Жыл бұрын
@@IAmTimCorey It looks like ADS with all it's extensions is being setup to replace SSMS/DT.
@josephh8117
@josephh8117 Жыл бұрын
Is attaching a database (via SSMS) to an existing visual studio proj (e.g. .NET Core Web API) a reliable way to have your table data transfer to other environments?
@IAmTimCorey
@IAmTimCorey Жыл бұрын
No, you need to use the SSDT project type to take the database schema from one database to be able to use it to transfer to other environments.
@gower1973
@gower1973 Жыл бұрын
Isn’t that localdb thing just a logical endpoint, your actual database was in the appdata folder of the logged in user?
@IAmTimCorey
@IAmTimCorey Жыл бұрын
Basically, yes. It is just a folder that you stick database files in.
@ThisIsAGoodUserNameToo
@ThisIsAGoodUserNameToo Жыл бұрын
Great! Will you do one for azure data studio?
@IAmTimCorey
@IAmTimCorey Жыл бұрын
Possibly. We will see how much interest there is in it.
@josepheastman8509
@josepheastman8509 5 ай бұрын
It's trying to remove the GUI unless you use Azure
@IAmTimCorey
@IAmTimCorey 5 ай бұрын
I'm not sure what this comment means. SSMS is as close to the GUI for SQL as you typically get.
@josepheastman8509
@josepheastman8509 5 ай бұрын
@@IAmTimCorey I was following a tutorial for setting up api to connect a website and a sql database and the guy had a GUI interface for posting queries and everything to the database but the system just seemed to make the command line available or else seemed encourage going through Azure. I was trying to just follow the instructions explicitly so that I had a problem, then I could compare his Git repository commits to my own. I don't know if I emtered anything wrong, but all of my web searches and my understanding of the documentation pretty much seems like you have to either do command line or else go through Azure.
@josepheastman8509
@josepheastman8509 4 ай бұрын
It's a lot to explain, but I figured out why the application kept closing as soon as I went to open it... it needed to be "repaired" and the repair failed the first time.
@josepheastman8509
@josepheastman8509 4 ай бұрын
The short version is that I couldn't open the program, and from what I had read it looked like Microsoft was doing away with SSMS
@Sierra-su9xf
@Sierra-su9xf Жыл бұрын
love ya tim
@IAmTimCorey
@IAmTimCorey Жыл бұрын
Thanks.
@powersuit
@powersuit Жыл бұрын
Can MSSQL be used without Azure? Is MSSQL cloud based?
@IAmTimCorey
@IAmTimCorey Жыл бұрын
Sure, you can do MSSQL locally. In development, you can use Microsoft SQL Server Developer Edition for free on your machine (it is not allowed to be used in production). You have the option of running it locally or running SQL in Azure (or other hosts). It is up to you (although Azure is probably the cheapest option).
@andywalter7426
@andywalter7426 Жыл бұрын
I have a question. you said a business would use a paid version of sql server. I've been in businesses where they were able to use sql server express and it worked fine. Which was great because there was one job where if the express version was not available, then i would have been out of luck because i only got paid 40 to 50 dollars a month and could not afford to pay out of pocket and the business would not be able to afford it either. I would think in most cases, sql server express is the best. i do know if the database size was too large, then they would be forced to pay a lot more for a paid version. the sql server developer version seems useless because of the restrictions.
@musacj
@musacj Жыл бұрын
He also said, the Express edition can be used on production, meaning businesses are allowed to use it without getting the laid version.
@IAmTimCorey
@IAmTimCorey Жыл бұрын
I did say Express can be used in production. As for Developer Edition being useless because of the restrictions, that’s absurd. It is just the opposite. Instead of needing to pay a licensing fee to have a version of SQL on your development machine that mirrors what you use in production, you can use a free version. Mirroring production in development is important so that you can experience the same features that your production app has. Don’t complain about what you get for free.
@harag9
@harag9 Жыл бұрын
Have to admit, not watched the video (yet) as I use SSMS v18 daily, the one thing I hate is they removed the run in debug and breakpoints from SSMS. WHY! Have they brought it back for v19, doubt it? Tim, maybe a video about doing SQL stuff and debugging in Visual Studio (unless you have one already). Edit, NVM -- found you already have one -- kzfaq.info/get/bejne/n9B0lqt43d_VdWg.html
@IAmTimCorey
@IAmTimCorey Жыл бұрын
Glad you found it.
@nicollealfaro5568
@nicollealfaro5568 Жыл бұрын
How can I sent u a direct private message
@IAmTimCorey
@IAmTimCorey Жыл бұрын
I don't offer private consulting, but if you have a question about a course or a purchase, you can email help@iamtimcorey.com.
@user-ti7zu7wz5e
@user-ti7zu7wz5e Жыл бұрын
What is Sequel? :) Please say: S Q L
@IAmTimCorey
@IAmTimCorey Жыл бұрын
I address this in the video. Both pronunciations are correct. Please stop trying to force one way. The original product was named Sequel (spelled that way). Microsoft people at all levels, including the product owners, say both even in the same video.
@user-ti7zu7wz5e
@user-ti7zu7wz5e Жыл бұрын
@@IAmTimCorey Yeah I've seen the video, Tim That was exactly the joke about the comment itself hehe
@IAmTimCorey
@IAmTimCorey Жыл бұрын
Ah, lol ok.
@S3Kglitches
@S3Kglitches Жыл бұрын
You should have at least mentioned that "sa" is system admin, "dbo" is database object, it's schema not owner. Maybe you should have mentioned the schema existence at least - access rights can be configured etc. The second part of the video sounds improvised and boring because it shows almost nothing. You used to have very informative videos with every unknown detail explained but this one isn't one of them.
@IAmTimCorey
@IAmTimCorey Жыл бұрын
I did mention that sa was the system administrator, I did mention that dbo stood for database owner (not object), I did mention that it was a schema, and that there were other options but in small databases, dbo was commonly the only one used. It sounds like you didn’t really watch the video.
@S3Kglitches
@S3Kglitches Жыл бұрын
@@IAmTimCorey I might have heard some parts wrongly because I was watching on the train to work. I am sorry.
Intro to T-SQL - The Second Language Every Developer Should Know
1:07:07
SQL Tutorial for Beginners
44:57
Kevin Stratvert
Рет қаралды 2 МЛН
A teacher captured the cutest moment at the nursery #shorts
00:33
Fabiosa Stories
Рет қаралды 62 МЛН
艾莎撒娇得到王子的原谅#艾莎
00:24
在逃的公主
Рет қаралды 45 МЛН
哈莉奎因以为小丑不爱她了#joker #cosplay #Harriet Quinn
00:22
佐助与鸣人
Рет қаралды 10 МЛН
Intro to Docker - A Tool Every Developer Should Know
1:16:03
IAmTimCorey
Рет қаралды 210 М.
The Perfect C# Console Application...Or Not.
59:20
IAmTimCorey
Рет қаралды 71 М.
SQL Server Management Studio (SSMS) | Full Course
1:22:44
Joey Blue
Рет қаралды 548 М.
SQL Server Management Studio Tips & Tricks
13:25
SQLMaestros
Рет қаралды 11 М.
Tips and Tricks for Using SQL Server Management Studio Effectively
57:14
DBAFundamentals
Рет қаралды 191 М.
Learn SQL In 60 Minutes
56:24
Web Dev Simplified
Рет қаралды 2,1 МЛН
SSMS Tutorial (SQL Server Management Studio) - Feature Demonstration
13:46