Thank you very much for taking time to give feedback. This means a lot. I am very glad you found the videos useful. I have organised all the Dot Net & SQL Server videos in to playlists, which could be useful to you kzbin.infoplaylists?view=1&sort=dd If you need DVDs or to download all the videos for offline viewing please visit www.pragimtech.com/kudvenkat_dvd.aspx Slides and Text Version of the videos can be found on my blog csharp-video-tutorials.blogspot.com Tips to effectively use my youtube channel. kzbin.info/www/bejne/r2ibYYCtnb5qZtU If you want to receive email alerts, when new videos are uploaded, please subscribe to my youtube channel. kzbin.info If you like these videos, please click on the THUMBS UP button below the video. May I ask you for a favor. I want these tutorials to be helpful for as many people as possible. Please share the link with your friends and family who you think would also benefit from them. Good Luck Venkat
@mummz33715 жыл бұрын
Venkat for president ❤️... Love your video tutorials bro, wish I could meet you one day, you are an amazing teacher
@sameerabanu31152 жыл бұрын
I did not understand when my teacher taught me, but you made it so easy and now loving the subject , you have a pleasant voice too, Thank you sir
@krzysztofs85357 жыл бұрын
So almost all STRING functions you have described. Thank U a lot ! You are amazing!
@611uiras7 жыл бұрын
It's the best video tutorial, even if it is to compare with the courses wich I bought. I'm reading also the book Querying Microsoft SQL Server 2012 Training Kit and I can see the quality of your video's. Thank's for your work.
@krismaly11 жыл бұрын
I enjoyed this video. Friends if you want to answer what is the diff bet CHAR and PAT INDEXS in the interview then this is the best video. Thanks a bunch
@mohamadalibrahim29957 жыл бұрын
Hi Venkat ,your videcs are awesome and easily understandable,thanks a lot for making it
@janemccoy821311 жыл бұрын
This is free. It it were not free, I would not mind paying $50 or so to take a class from you. I follow a long and I understand it.
@anchalgupta5245 жыл бұрын
Thanks Venkat for providing such comprehensive tutorial. I have been practicing sql questions online and came across a question to find median of a column. I would love you to do a tutorial on writing a sql for finding the median of a column in a table (for example median salary per department).
@learntechwithashish4594 жыл бұрын
Super explanation love to learn from you
@Csharp-video-tutorialsBlogspot12 жыл бұрын
Hi, Very soon as soon as I am done with sql server. If you can subscribe to my channel, you will be getting updates when I upload new videos. Thank You.
@ottmiller40284 жыл бұрын
Lucid and concise. Thank you.
@anuragvashishtha666011 жыл бұрын
Nice video. Helped me in learning new functions in almost no time. Thank you Venkat.
@CJAM169 жыл бұрын
thanks venkat, this is quite easy to grasp
@janemccoy821311 жыл бұрын
Thank you. I have found out that most of the videos on KZbin are better taking classes at school.
@ravikumar-hn5wt8 жыл бұрын
Hi Venkant , Your videos are of high quality . Thanks for making it . Could you please make a video of finding first monday of the month
@SuperGojeto8 жыл бұрын
select ID, Name, SUBSTRING(Email,1,2)+REPLICATE('*',2)+SUBSTRING(Email, CHARINDEX('@',Email),LEN(Email)) from tblPerson I think len(email) is better because anyways there are no characters after the last .domain name. It saves the trouble of calculating the remaining length but still for other situations we might need the exact remaining length. Nice explaination. Just watching one by one.
@rogersantos26059 жыл бұрын
Thanks, simple and the best explanation.
@programmeseekho27956 жыл бұрын
Thank You Sir Very helpful Video..Very Nice Sir
@stephenessel970210 жыл бұрын
The Best, Simply the Best...
@pradeepraturi98804 жыл бұрын
Loved watching this
@mohamedchegueloufa55745 жыл бұрын
Hello Sir! I really appreciate your hard work simplifying SQL in the best way ever, I admit I never found anyone who can do it in the best way as you do. Thus, I really want to be like you, you're my role model, I am doing my best for the moment, however, I just want to know how much it took you to learn using SQL just as you do now ? A year, two ... ? I am actually making sure to learn all of what you provided in here and I am learning fast, does this mean if I ever finished all of your tutorial videos, and eventually will be able to use all of the queries you provided that I am well qualified to use SQL ? I hope you would answer me so soon. regards.
@Csharp-video-tutorialsBlogspot5 жыл бұрын
Thank you very much for taking time to give feedback. Means a lot. Very glad you found the videos useful. It's practise, practise and practise. I have been using SQL for over 15 years now. Experience will naturally get you confident and YES, if you are confident with the concepts discussed in these videos you will be able to use SQL like a PRO. Hope this answers your question.
@madhurij219711 жыл бұрын
thanks .. these videos helped me alot
@saraswathic49754 жыл бұрын
Hi venkat, Could you please tell me how to write the below sql statement in Oracle Patindex(‘%0-9%’, alphanumeric column) How to give range in instr function??
@shekarb78634 жыл бұрын
Hi nice videos for learning .Can you please provide the SQL Server interview questions link please....
@pranabraj12 жыл бұрын
Venkat, Are you planning to upload tutorials for ASP.NET as well? If so when would that happen?
@stutitehri99310 жыл бұрын
nice explanation
@nan-syphotographsmemories2051 Жыл бұрын
thank you..
@artokilponen69897 жыл бұрын
I don't understand the idea of SPACE-function. I understand how it works, but I don't understand why it exists. SPACE(5) = REPLICATE(' ', 5), right? Why separate function is needed?
@chandrakumarreddyvennapusa78064 жыл бұрын
Awesome :)
@seshubabudabbakuti63015 жыл бұрын
How can i split this into two columns like ID and Description 867 Other infectious and parasitic diseases diagnoses with mcc Integer value in Id column and rest will be in Description column]
@DineshKumar-lm8lp2 жыл бұрын
awesome
@AbhishekVigg5 жыл бұрын
How can I get the data you are working on? I would like to practice all the functions
@FarhanShaikh-fi5le5 жыл бұрын
Create the tables that he shows for yourself. Even better practice. :)
@SuperGojeto8 жыл бұрын
Just for Info actual query to replace .com with .net in the table would be UPDATE tblEmployee SET Email=REPLACE(Email,'.com','.net')
@bbb-575 жыл бұрын
I believe this query is for the demonstration purpose, to only show how to replace the output result, even though actual use case would be to replace data stored in the table, as in your query. Thanks for the info.
@aliazad11185 жыл бұрын
Perfect
@sanjaychndrn57 жыл бұрын
STUFF is simpler if compared to REPLICATE function inside Substring. Sample Code on STUFF with REPLICATE:: SELECT Name,STUFF(Email,2,3,REPLICATE('*',5)) from tblPerson;
@shubhampatil-sf4km3 жыл бұрын
Select TRIM (' Hello World'); How to remove Extra spaces Between "Hello World" And which Function we need to use in MS-SQL?
@nileshwakchaure39856 жыл бұрын
I want to split comma separated string e.q '1,2,3' as IN parameter to query
@archrodney9 жыл бұрын
Mask all characters between the first letter and the @ sign: select *, stuff(Email, 2, len(Email) - (len(Email) - charindex('@', Email) + 2), replicate('*', len(Email) - (len(Email) - charindex('@', Email) + 2))) as StuffedEmail from tblEmployee