SQL SERVER||Datetime Vs Datetime2
9:16
7 сағат бұрын
SQL SERVER||How Alias useful in SQL?
7:14
Пікірлер
@PetrZdarsky
@PetrZdarsky 5 күн бұрын
Very missleading title of video, it is not about a "timestamp" column type.
@kunchamchakri
@kunchamchakri 23 күн бұрын
Nice explanation, Thank you guruji
@gayanherath7743
@gayanherath7743 26 күн бұрын
👍
@patrickpirzer4080
@patrickpirzer4080 Ай бұрын
Very good example. Thank you.
@jagadishm8264
@jagadishm8264 Ай бұрын
Hi Ramana How fast can we learn SQL and SSIS Since I'm a beginner
@kopparapus5938
@kopparapus5938 Ай бұрын
SQL took 30 days and SSIS took 30 days
@deepakraj011
@deepakraj011 Ай бұрын
Thanks bro
@pvksmaheeth8816
@pvksmaheeth8816 Ай бұрын
my sp returns 3 select statement as output how to insert 3 outputs into 3 different tables , all tables have same columns but different data
@jagadishm8264
@jagadishm8264 Ай бұрын
Hi sir here recently I joined a company in. As 4 years of experience in SQL and SSIS .but I have done a course of this which I didn't work in real-time project .. So I'm very much afraid Is there any solution for this
@jagadishm8264
@jagadishm8264 Ай бұрын
Only stored procedure and functions I'm getting difficult apart from them Im okay
@srinivasaraog3180
@srinivasaraog3180 2 ай бұрын
Excellent
@kkravch
@kkravch 2 ай бұрын
Thanks. Please notice that in your video the number of stars does not match the number of characters in the username. For example, for john.doe it should be j******* but in your caes it has 9 stars. You probably need to adjust your replace number with minus 2.
@darrylw99
@darrylw99 3 ай бұрын
Say for example it wasnt months but a Type that you dont know at runtime. How could you create the folders based on the type and create the file and then write the corresponding data
@darrylw99
@darrylw99 3 ай бұрын
What about using cascading delete on the foreign key definition
@AdityaSharma-ow5qr
@AdityaSharma-ow5qr 3 ай бұрын
Hi. Are you providing personal teaching ? or work ?
@GOODFAMILYCAMP
@GOODFAMILYCAMP 3 ай бұрын
Hi , can't we use proper case in SSIS?
@darrylw99
@darrylw99 3 ай бұрын
this seems easier: -- Count number of occurences of a value in a string declare @myvar varchar(max), @tocount varchar(20) set @myvar = 'Hello World, Hello World' set @tocount = 'World' select (len(@myvar) - len(replace(@myvar,@tocount,''))) / LEN(@tocount)
@ashishkumarkaushal4840
@ashishkumarkaushal4840 3 ай бұрын
very helpful...can u make videos on how to use CASE WHEN with different statement clauses like FROM,ORDER BY, CASE with JOINS...
@darrylw99
@darrylw99 4 ай бұрын
But that didn't extract the numeric values
@gurusumanth1627
@gurusumanth1627 4 ай бұрын
Good explanation anna
@FunnyKid2023
@FunnyKid2023 4 ай бұрын
thanks, here is another approach with cte as ( select 100 as A union all select 200 as A union all select 300 as A union all select 400 as A ) Select max(a) from cte
@JeromyDankerS
@JeromyDankerS 4 ай бұрын
Wilson Betty Hernandez Mary Young Michelle
@miaesesagibbse918
@miaesesagibbse918 4 ай бұрын
Davis Carol White Timothy Robinson Richard
@anushaakkerapu848
@anushaakkerapu848 4 ай бұрын
In Recent open i don't have any thing how can i select integration services import
@AhmedHassan-wt6lv
@AhmedHassan-wt6lv 4 ай бұрын
Many thanks for amazing video
@malli352
@malli352 4 ай бұрын
good video , but what if i have the date parameters in the sp like fromdate and todate? how to do this?
@gokulakrishna2890
@gokulakrishna2890 5 ай бұрын
Thanks for teaching.
@darrylw99
@darrylw99 5 ай бұрын
What's the point of this ? if a value is 608 then you wouldnt want to remove the zero surely...
@darrylw99
@darrylw99 5 ай бұрын
Why are you substring'ing CountryCode? At least just ltrim it or on its own
@aichatoumi7910
@aichatoumi7910 5 ай бұрын
I don't understand.
@sekarperumal8298
@sekarperumal8298 5 ай бұрын
great
@dzls4198
@dzls4198 5 ай бұрын
Thank you sir
@Jamal-r6e
@Jamal-r6e 5 ай бұрын
Thanks for the Article, we can write this way also for same salary employees query select * from Employeedetails a join Employeedetails b on a.Salary=b.Salary and a.Emp_Id!=b.Emp_Id
@darrylw99
@darrylw99 5 ай бұрын
Thanks but instead of the partition, could you not have just used distinct?
@darrylw99
@darrylw99 6 ай бұрын
The audio on this is not good, sounds like you're under water
@ashwinikore8854
@ashwinikore8854 6 ай бұрын
Nice explanation..Thank you
@sanketjadhav3.14
@sanketjadhav3.14 6 ай бұрын
Good videos
@sandyiwadeakhia4435
@sandyiwadeakhia4435 6 ай бұрын
I am trying to insert values in my tables and its giving me this error message: ERROR: null value in column "i" violates not-null constraint DETAIL: Failing row contains (null, bar).
@darrylw99
@darrylw99 6 ай бұрын
That ran in 0 seconds... also why is the join backwards: soh2.salesorderid = soh1.salesorderid
@NIRMALA-ts6pf
@NIRMALA-ts6pf 6 ай бұрын
How to copy an SSIS package from one Solution Explorer to another (i mean from one system to another, how to clone all the packages)?
@Kennedy-z3g
@Kennedy-z3g 6 ай бұрын
Good video but you are not really using a Stored Proc for the export though...you are using the Import/Export Wizard
@darrylw99
@darrylw99 6 ай бұрын
Thanks very helpful
@m.asyfa.95
@m.asyfa.95 7 ай бұрын
Thank you very much sir
@jececdept.9548
@jececdept.9548 7 ай бұрын
but if to replace in all columns ,how to use in one go
@ChornyiKot
@ChornyiKot 7 ай бұрын
Between the audio clipping and the speakers heavy accent, this was very difficult to hear. Nice Try but I'd suggest some post-production audio clean up.
@ericsos101
@ericsos101 7 ай бұрын
I have a single raw data flat file and I need to validate the total length of the file and load the row length into a sql database table , can you make a video on that 😮😮 great video by the way
@rac1sta
@rac1sta 7 ай бұрын
Thank you so much, it worked well.
@m-aliasgharizadeh7054
@m-aliasgharizadeh7054 7 ай бұрын
Shame on this video due to the record quality and its all aspects
@fredbrito3449
@fredbrito3449 8 ай бұрын
Dude, do something about your pc fan I barely hear what you're saying.
@VaaniMogan
@VaaniMogan 8 ай бұрын
Thank your for the video. It was helpful :) :).
@MinhNguyen-ck5ge
@MinhNguyen-ck5ge 8 ай бұрын
Thank you very much!
@samderrty123
@samderrty123 8 ай бұрын
how do I overwrirte the data in the sheet everytime