Best sql tutorials I have ever seen please man can you continue the same
@LearnWithMRajput3 жыл бұрын
Sure
@Deepak-kk3wz Жыл бұрын
@@LearnWithMRajputHi, I have one small but very complex query on SQL . Can you please help me Thanks.
@rahulborate70346 жыл бұрын
Big Thanks for your work.
@GENADIKRASTEV Жыл бұрын
Thank you for the great video Teacher
@LearnWithMRajput Жыл бұрын
Your welcome...keep watching
@hayalgeta60243 жыл бұрын
Thanks!!!! Awesome!!
@BCTAHbKA3 жыл бұрын
Das ist das geilste Video ever
@amangupta-ll3rs5 жыл бұрын
Thanks for the tutorial.
@balaanji28775 жыл бұрын
Excellent
@amitbhardwaj88014 жыл бұрын
Thank you ma'am
@nandini51415 жыл бұрын
Thanks a lot!
@chiranjeevikatta81165 жыл бұрын
clearly mention about .ndf files
@ajitsaharan94454 жыл бұрын
First of all thank u for these beautiful videos! I have one ques "How would .ndf file synchronize with mdf file?"
@LearnWithMRajput4 жыл бұрын
Both MDF and ndf files are data storage files .....once the primary file mdf got completely filled up as per the space allocated to it....sql server starts storing data in secondary files ...ndf
@phaneendrasubnivis6073 жыл бұрын
@@LearnWithMRajput this need not be always true. Intentionally we can have tables getting stored in secondary files. We get the benefit if the main and secondary files are stored in different physical drives and hardware is capable of reading data from different physical drives in parallel
@ashishdev79995 жыл бұрын
Where is .ndf creation scenario, i was waiting for that scenario. How to add ndf and remove after use
@bhavinmer1651 Жыл бұрын
Same here
@SumantKumar-fn5td5 жыл бұрын
Good job mam..!!
@LearnWithMRajput5 жыл бұрын
Thanks Sumant.
@venkayyanaidu92274 жыл бұрын
Hi Madam, Can you please give a query to create a new database with mdf, ldf, ndf file in different drives. Thanks You.
@jingtingong61773 жыл бұрын
Hi, how u change the * to all the column name in 14:28?
@abhay62762 жыл бұрын
but maam we store the data on server where lots of space is available we not store in our pc .
@funmania58632 ай бұрын
Can ndf be created using same primary group ?
@prakashboksham86734 жыл бұрын
Super..
@devanaidu94064 жыл бұрын
Hello mam..can you please make a video on how to create and generate ER reports
@foolchandsonariwal42033 жыл бұрын
How we can create ndf file
@tshiamobaepi71934 жыл бұрын
Thanks very Much. How can i reduce data to free space on the disk?
@thefilmythings Жыл бұрын
mam i am begainer , after new data base name , in my device only show my file name in c drive not shown mdf and ldf , only shown my file name . why? plz help me
@dimpledivya23155 жыл бұрын
Mam I have a problem In sql server DATA folder in DATA Folder the files are not shows like as your folder they shows In other format. So please help me mam .
@balakrishnareddithala871811 ай бұрын
sql professor...
@ranadheera75745 жыл бұрын
You said when c drive full .ndf file will create. You didn’t show it by creating. Will it create by auto once c drive full?. Once .ndf file create .mdf file go away?. Or .ndf file replaces the .mdf file?. .ndf takes less space of c drive the .mdf file?. What is the use of .ndf ?.
@LearnWithMRajput5 жыл бұрын
Dear Rana,.. 1)first of all...ndf file is not created automatically..it is user defined secondary file. ...2) When your primary file .MDF reached its maximum size, (say you have given 3gb to MDF file while creating database), then to store data we need additional files other than primary file which already got filled ..in that case you need to create ndf file. 3) No, .mdf will not go away 4) No , like I said .ndf file not replaced .mdf file...it's like when .mdf file is no longer to hold data...then .ndf file holds remaining data.4)by default, database files got created on C drive, you can create .ndf files on other drives like E,D drive.
@LearnWithMRajput5 жыл бұрын
I hope i have satisfied your question.:)
@dimpledivya23155 жыл бұрын
How to send the image to you for clearly understand the problem....please please help me
@LearnWithMRajput5 жыл бұрын
Hello Dimple, you can write your problem query with attachment to sqltrainingsession@gmail.com.I would be happy to assist you further.
@satyampalofficial5 жыл бұрын
Published Video Hindi
@LearnWithMRajput5 жыл бұрын
Hi ..do you want me to publish vedios in hindi?
@satyampalofficial5 жыл бұрын
Yes
@LearnWithMRajput5 жыл бұрын
Ok sure
@mabushuhada Жыл бұрын
you waste huge time to deliver 1 minute message :(
@lakhpatsingh3002 жыл бұрын
Time consuming video
@amarcse06 Жыл бұрын
Please provide you r email id mam to contact for training..regarding index tunning
@bhavinmer1651 Жыл бұрын
How to created .ndf files ?
@LearnWithMRajput Жыл бұрын
Usually .ndf got created automatically once the space allocated by .mdf file is fully occupied