Тёмный
ARSLANOV
ARSLANOV
ARSLANOV
Подписаться
I am a Support Engineer at Microsoft in SQL Server sharing some useful sessions here.

This channel is about internal features of SQL Server as well as installation guides of different components.
In this channel. you will be able to deeply understand how SQL server works internally which can be helpful for maintaining SQL Server as DBA. Furthermore, I will share useful troubleshooting sessions which might be helpful when you face issues in SQL Server.

Please kindly note that the contents of this channel belongs to me only; they do not necessarily reflect the views and recommendations of Microsoft.

Happy learning :)


3.SQLOS
8:37
14 дней назад
2. Ways to encrypt connection to SQL Server
4:01
2 месяца назад
1. TLS Handshake in Windows.
6:48
2 месяца назад
SQL Server Operating System (SQLOS)
18:04
9 месяцев назад
Комментарии
@Toan.nguyen17
@Toan.nguyen17 8 дней назад
Thank you for your content. I'm exploring mssql internal to preparing some interview about database dev. Blessed to view this
@arslanov1886
@arslanov1886 6 дней назад
Glad it was helpful!
@afzaalawan
@afzaalawan 14 дней назад
Excellent demonstration
@arslanov1886
@arslanov1886 14 дней назад
Happy that you like it🙂
@arslanov1886
@arslanov1886 16 дней назад
Do not forget to refer to recommended sessions to fully master this session!
@arslanov1886
@arslanov1886 16 дней назад
Hello Everyone. According to requests of some of you guys, prepared this session. I hope you find this useful. Sorry for being a little late!!
@Kiranraju-bm8ex
@Kiranraju-bm8ex 22 дня назад
Very clear explanation. Please do more videos
@Alexander-fn9kv
@Alexander-fn9kv Месяц назад
How to install Windows server
@AishwariyaGupta
@AishwariyaGupta Месяц назад
very confusing for a beginner
@maanizamabadruchuluts1656
@maanizamabadruchuluts1656 Месяц назад
Can you please add all the useful scripts for troubleshooting and anything..hope this message will reach you
@arslanov1886
@arslanov1886 Месяц назад
Hello, thank you for watching. Added script. Please let me know if you need anything else. Furthermore, you can share your interested topics you want me to cover in the future. Thanks :)
@arslanov1886
@arslanov1886 Месяц назад
You can see the link in the video description
@maanizamabadruchuluts1656
@maanizamabadruchuluts1656 Месяц назад
Hi can you add script please
@binio28
@binio28 Месяц назад
good explanation, thank you
@arslanov1886
@arslanov1886 Месяц назад
I am glad you liked it!
@citizenpetsnigeria7127
@citizenpetsnigeria7127 Месяц назад
Your teachings are by far the best i have seen on RU-vid. I give you your roses. Please keep it up!
@arslanov1886
@arslanov1886 Месяц назад
Thank u🙂
@worldfromtheair
@worldfromtheair 2 месяца назад
This doesn't work if the proc contains more than one statement, which is quite likely
@arslanov1886
@arslanov1886 Месяц назад
Oh i see. I never tried multi statement batch
@afzaalawan
@afzaalawan 2 месяца назад
excellent
@jeroldantony639
@jeroldantony639 2 месяца назад
Hi , It's cool video and very useful one. I have one small doubt. In case if I want to revert back the applied query plan, How we can do it?
@arslanov1886
@arslanov1886 2 месяца назад
Hello. I am glad you liked it Unfortunately, when you apply the plan, the current plan for the same query is deleted. Therefore, before applying the plan, you should save old plan for the same query. When you want to revert back, you should apply the old one by removing the applied one. Step 1 Save the old plan before applying the plan Step 2 If you want to revert back, run the below and remove the applied plan: EXEC sp_control_plan_guide N'DROP', N'TestPlanGuide'; Step 3 Apply the old plan in the same way. With high possibility, you can just rerun the query and it will generated the same inefficient plan. But in case, it does not, you can just apply the same saved one
@dbahub
@dbahub 2 месяца назад
Awesome Explanation..! can you please create Indepth steps on fixing performance troubleshooting like Memory, CPU, I/O usages..
@arslanov1886
@arslanov1886 2 месяца назад
Thanks. Will do it soon!!
@dbahub
@dbahub 2 месяца назад
@@arslanov1886 thank you so much
@venkataanilkumar4004
@venkataanilkumar4004 3 месяца назад
hello I am Thank full for you videos. your architecture video was awesome and hekped me. can you start performance turning videos please. i want to learn . if not please guide me any best vidoes to learn performance tuning from basic to advanced. high CPU issuee, high memory issues, slowly running sp, slow batch jobs, inserts happening slowly etc
@arslanov1886
@arslanov1886 3 месяца назад
Hello Venkata Thank you for your comment. I am glad you liked my videos Related to high memory issues, I hope the video helped you. I will try to add more. I have a few performance tuning videos. Did you check below? ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE--l3HzkBd5EM.html&ab_channel=ARSLANOV (recommend starting from this :) ) ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-1oCYUA2bjUs.html&ab_channel=ARSLANOV ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-S4qj0D74JIg.html&ab_channel=ARSLANOV ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-GcKRWrMeLNc.html&ab_channel=ARSLANOV ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-AievhIhGBdY.html&ab_channel=ARSLANOV ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-UrZtKoqVpxo.html&ab_channel=ARSLANOV I will try to do more!
@maksimbondarenko1179
@maksimbondarenko1179 3 месяца назад
When I see new video I always press like. Always very interesting and usefull.
@arslanov1886
@arslanov1886 3 месяца назад
Your comments and likes give me motivation to continue. Thanks! :)
@LordKazekaage
@LordKazekaage 3 месяца назад
Thanks man. All of your videos are very interesting and useful. I will try this one and let you know if any issue. Thanks Again!
@arslanov1886
@arslanov1886 3 месяца назад
Cool, thanks!
@pradeepdnm
@pradeepdnm 3 месяца назад
informative & helpful video. Thank you so much. please do more Troubleshooting videos. Thanks in Advance
@arslanov1886
@arslanov1886 2 месяца назад
Thanks, will do!
@pradeepdnm
@pradeepdnm 4 месяца назад
can you share the queries used here in some blogs or github page?
@arslanov1886
@arslanov1886 4 месяца назад
I updated and added github link to video description
@pradeepdnm
@pradeepdnm 4 месяца назад
Awesome Explanation..! Thanks please do more videos on troubleshooting, its a wonderful learning experience.
@arslanov1886
@arslanov1886 4 месяца назад
Sure. :) Thank you!
@user-pu7rf4gi7x
@user-pu7rf4gi7x 5 месяцев назад
Thanks man, It's really useful.
@arslanov1886
@arslanov1886 4 месяца назад
Glad it helped
@Bh13611
@Bh13611 5 месяцев назад
Very interesting, thank you! Trying to find information on risk of data loss or data corruption when upgrading compatibility mode in production. Do you have any information on this?
@arslanov1886
@arslanov1886 5 месяцев назад
Hello. Thank you for your comment. Changing compatibility mode does not cause any data loss or corruption. It is metadata level change in SQL Server. SQL Server just changes the way it compiles plans etc. Compatibility level change does not cause changes in user database. Furthermore, you can roll back to previous compatibility level at any time
@amarcse06
@amarcse06 5 месяцев назад
thanks mate for the beautiful session❤ ...I looked into the next video to learn about maintaining and resolving index fragmentation, but the relevant information was not available.
@arslanov1886
@arslanov1886 5 месяцев назад
Hello mate. Thank you for your comment. I am sorry. Did not have time for that video. We have very detailed documentation on this: learn.microsoft.com/en-us/sql/relational-databases/indexes/reorganize-and-rebuild-indexes?view=sql-server-ver16 Please kindly go through the above. It is very detailed and helpful and answers your doubts :)
@saiainala2483
@saiainala2483 5 месяцев назад
Thank you so much. Great presentation
@arslanov1886
@arslanov1886 5 месяцев назад
Thanks🙂
@user-zz5ql5rq6f
@user-zz5ql5rq6f 5 месяцев назад
Very much useful and helpfu, man. Thanks
@arslanov1886
@arslanov1886 4 месяца назад
Glad it helped!
@Sri-fw1ru
@Sri-fw1ru 5 месяцев назад
good session....but quality of video should improve little bit
@arslanov1886
@arslanov1886 5 месяцев назад
Thank you for your comment 🙂. Please let me know which part of video you think should be improved. I will do my best to take into consideration next time👍
@user-zz5ql5rq6f
@user-zz5ql5rq6f 6 месяцев назад
Great content!
@arslanov1886
@arslanov1886 4 месяца назад
Thanks
@maksimbondarenko1179
@maksimbondarenko1179 6 месяцев назад
You're awesome, bro. Thanks a lot for such informative content
@arslanov1886
@arslanov1886 6 месяцев назад
Thank you. Your comments give me encouragement to continue :)
@umakantkesgire7720
@umakantkesgire7720 6 месяцев назад
Very useful information.
@umakantkesgire7720
@umakantkesgire7720 6 месяцев назад
Very useful information. Thanks a lot for sharing
@arslanov1886
@arslanov1886 6 месяцев назад
Happy you liked it
@maksimbondarenko1179
@maksimbondarenko1179 6 месяцев назад
Спасибо вам за такие достаточно подробные объяснения. Можете, пожалуйста, путь развития и изучения скинуть.
@arslanov1886
@arslanov1886 6 месяцев назад
Thank you for your comment Unfortunately, there is not good resources I can suggest. I can tell one thing: the more you work with SQL Server, you will understand more. Btw, I highly suggest below internals documentation by MS: learn.microsoft.com/en-us/sql/relational-databases/sql-server-guides?view=sql-server-ver16
@umakantkesgire7720
@umakantkesgire7720 6 месяцев назад
Very useful information. Thanks a lot 🙏
@arslanov1886
@arslanov1886 6 месяцев назад
Most welcome 😊
@umakantkesgire7720
@umakantkesgire7720 6 месяцев назад
Very useful. Thanks a lot for sharing this video
@arslanov1886
@arslanov1886 6 месяцев назад
You are most welcome
@umakantkesgire7720
@umakantkesgire7720 6 месяцев назад
Great explanation
@umakantkesgire7720
@umakantkesgire7720 6 месяцев назад
Very Much useful. Thanks a lot for sharing this video
@arslanov1886
@arslanov1886 6 месяцев назад
The slides between 3:06 and 3:47 are misplaced. Please ignore the slides between this time. But the information I am speaking is correct. :)
@user-zz5ql5rq6f
@user-zz5ql5rq6f 6 месяцев назад
Very useful session Helps a lot. thanks
@user-lf3ih1kr6k
@user-lf3ih1kr6k 7 месяцев назад
You have the certificate going to "cert:\LocalMachine\My". How or where is that defined and how did the file get to the folder on your desktop?
@arslanov1886
@arslanov1886 7 месяцев назад
Let your Windows team provide the CN signed certificate for you which is a recommended approach. or you can run New-SelfSignedCertificate in powershell to generate self-signed certificate: learn.microsoft.com/en-us/powershell/module/pki/new-selfsignedcertificate?view=windowsserver2022-ps About the issue you face while using self-signed certificate: learn.microsoft.com/en-us/troubleshoot/sql/database-engine/connect/error-message-when-you-connect
@elprofesornet8897
@elprofesornet8897 7 месяцев назад
Excellent explanation, easy-to-follow and effective, thanks!
@arslanov1886
@arslanov1886 7 месяцев назад
Glad it helped!
@kimo_db
@kimo_db 7 месяцев назад
Was really waiting for this one to drop. Gotta grab a snack and let’s gooo! Thanks!
@arslanov1886
@arslanov1886 7 месяцев назад
🙌
@kimo_db
@kimo_db 7 месяцев назад
Interesting take on identity columns, never thought of that though it makes sense
@arslanov1886
@arslanov1886 7 месяцев назад
Yeah. This is the design issue where many DBAs make mistake
@BalvinderSingh-uh3my
@BalvinderSingh-uh3my 7 месяцев назад
Hi, you have the file on your desktop but where exactly is the file stored on Windows 11? Thanks.
@arslanov1886
@arslanov1886 7 месяцев назад
Hi, you should generate it manually as self-signed certificate or your windows team should generate CN signed certificate for you if you do not want self-signed certificate :)
@BalvinderSingh-uh3my
@BalvinderSingh-uh3my 7 месяцев назад
Really, really helpful thanks.@@arslanov1886
@Jayadhev
@Jayadhev 7 месяцев назад
Good information
@arslanov1886
@arslanov1886 7 месяцев назад
Thanks 🙏
@user-zz5ql5rq6f
@user-zz5ql5rq6f 8 месяцев назад
very informative and useful
@user-zz5ql5rq6f
@user-zz5ql5rq6f 8 месяцев назад
great session
@user-zz5ql5rq6f
@user-zz5ql5rq6f 8 месяцев назад
very much useful. Keep going!
@user-zz5ql5rq6f
@user-zz5ql5rq6f 8 месяцев назад
Best! thanks
@user-zz5ql5rq6f
@user-zz5ql5rq6f 8 месяцев назад
very much useful!
@user-zz5ql5rq6f
@user-zz5ql5rq6f 8 месяцев назад
very detailed. The best I can say among the videos I have seen until now for indexing
@user-zz5ql5rq6f
@user-zz5ql5rq6f 8 месяцев назад
Very informative and helpful