SinhaStudyStation || Sanjeev Sinha
SinhaStudyStation || Sanjeev Sinha
  • 387
  • 896 933
SQL Class || System Inbuild Function || CharIndex, Substring, Len, Left, Right || Sanjeev Sinha
Hello Friends,
I am Sanjeev and Welcom to my Channel Sinha Study Station.
You Can Find Here Video Related to ITI CTS Trades, Computer Basics, Database, Class VIII to XII (Math, Physics, Chemestry, Biology & Computer Science. Specialy in MCQ Form.
MCQ Related Video.
Please Subscribe my Channel and Share Video.
Thanks for Watching..
SQL Class || System Inbuild Function || CharIndex, Substring, Len, Left, Right || Sanjeev Sinha
#table_valued_function
#pgsql_function_return_table
#table_valued_function_in_sql_server
#sql_table_valued_function
#sql_function_return_table
#sql_server_function_return_table
#t_sql_table_valued_function
#mssql_function_return_table
#postgresql_function_return_table_all_columns
#postgresql_create_function_return_table
#pl_sql_function_return_table
#create_table_valued_function_in_sql_server
#sql_server_create_function_return_table
#mssql_table_valued_function
#postgresql_create_function_returns_table_example
#create_function_return_table_sql_server
#postgresql_function_return_table_example
#tvf_sql_server
#oracle_table_valued_function
#sql_openjson_examples
#postgresql_function_return_multiple_tables
#sql_server_scalar_valued_function
#snowflake_udf_return_table
#sql_table_valued_function_declare_variable
#sql_table_valued_function_example
#sql_server_openjson_example
#sql_server_function_return_table_declare_variable
#db2_create_function_returns_table_example
#openjson_in_sql_server_2012
#sql_function_return_table_example
#sanjeevsinha #sinhastudystation #sqlservertutorial
มุมมอง: 88

วีดีโอ

SQL Class || Table-Valued Function || Explained with Example in Hindi || Sanjeev Sinha
มุมมอง 62ปีที่แล้ว
Hello Friends, I am Sanjeev and Welcom to my Channel Sinha Study Station. You Can Find Here Video Related to ITI CTS Trades, Computer Basics, Database, Class VIII to XII (Math, Physics, Chemestry, Biology & Computer Science. Specialy in MCQ Form. MCQ Related Video. Please Subscribe my Channel and Share Video. Thanks for Watching.. #table_valued_function #pgsql_function_return_table #table_value...
SQL Class || Scalar Function || Scalar-Valued Functions in SQL || Sanjeev Sinha
มุมมอง 52ปีที่แล้ว
Hello Friends, I am Sanjeev and Welcom to my Channel Sinha Study Station. You Can Find Here Video Related to ITI CTS Trades, Computer Basics, Database, Class VIII to XII (Math, Physics, Chemestry, Biology & Computer Science. Specialy in MCQ Form. MCQ Related Video. Please Subscribe my Channel and Share Video. Thanks for Watching.. #scalar_function_in_sql #scalar_function #sql_server_scalar_func...
SQL Class || Check Constraint in SQL || Use and Importance of Check Constraint || Sanjeev Sinha
มุมมอง 33ปีที่แล้ว
Hello Friends, I am Sanjeev and Welcom to my Channel Sinha Study Station. You Can Find Here Video Related to ITI CTS Trades, Computer Basics, Database, Class VIII to XII (Math, Physics, Chemestry, Biology & Computer Science. Specialy in MCQ Form. MCQ Related Video. Please Subscribe my Channel and Share Video. Thanks for Watching.. SQL Class || Check Constraint in SQL || Use and Importance of Ch...
SQL Class Pivot || What is Pivot || How to Use Pivot in SQL || Sanjeev Sinha
มุมมอง 48ปีที่แล้ว
Hello Friends, I am Sanjeev and Welcom to my Channel Sinha Study Station. You Can Find Here Video Related to ITI CTS Trades, Computer Basics, Database, Class VIII to XII (Math, Physics, Chemestry, Biology & Computer Science. Specialy in MCQ Form. MCQ Related Video. Please Subscribe my Channel and Share Video. Thanks for Watching.. SQL Class Pivot || What is Pivot || How to Use Pivot in SQL || S...
SQL Class || Begin Tran, Rollback, Commit || Use of “Nolock, WaitFor Delay” || Sanjeev Sinha
มุมมอง 243ปีที่แล้ว
Hello Friends, I am Sanjeev and Welcom to my Channel Sinha Study Station. You Can Find Here Video Related to ITI CTS Trades, Computer Basics, Database, Class VIII to XII (Math, Physics, Chemestry, Biology & Computer Science. Specialy in MCQ Form. MCQ Related Video. Please Subscribe my Channel and Share Video. Thanks for Watching.. #sql_nolock #with_nolock #with_nolock_sql_server #nolock #mssql_...
SQL Class About View and Join | Watch for Every Single Doubt | Join & View |🔥Sinha Study Station🔥
มุมมอง 48ปีที่แล้ว
Hello Friends, I am Sanjeev and Welcom to my Channel Sinha Study Station. You Can Find Here Video Related to ITI CTS Trades, Computer Basics, Database, Class VIII to XII (Math, Physics, Chemestry, Biology & Computer Science. Specialy in MCQ Form. MCQ Related Video. Please Subscribe my Channel and Share Video. Thanks for Watching.. #sql_view #create_view_sql #my_sql_view #my_sql_create_view #vie...
How to Install MongoDB on Ubuntu 22.04 || How to Install MongoDB on Windows || MongoDB || Tutorial-1
มุมมอง 589ปีที่แล้ว
Hello Friends, I am Sanjeev and Welcom to my Channel Sinha Study Station. Please Subscribe my Channel and Share Video. How to Install MongoDB on Ubuntu 22.04 || How to Install MongoDB on Windows || Mongosh || MongoDB Thanks for Watching.. Script for Installation Install MongoDB 6.0 on Ubuntu 22.04|20.04|18.04 Step 1: Perform System Update sudo apt update sudo apt install wget curl gnupg2 softwa...
How To Configure SQL Server Audit | What is Server Audit Specification |🔥What is SQL Server Audit🔥
มุมมอง 1.6Kปีที่แล้ว
Hello Friends, I am Sanjeev and Welcom to my Channel Sinha Study Station. Please Subscribe my Channel and Share Video. Thanks for Watching.. Script :- USE [master] GO CREATE SERVER AUDIT [Backup_Restore] TO FILE ( FILEPATH = N'D:\MSSQL\Audit' ,MAXSIZE = 100 MB ,MAX_ROLLOVER_FILES = 10 ,RESERVE_DISK_SPACE = OFF ) WITH (QUEUE_DELAY = 1000, ON_FAILURE = CONTINUE) GO CREATE SERVER AUDIT SPECIFICATI...
How To Move mdf and ldf File from One Disk To Another Disk || 🔥How To Change Master_File Location🔥
มุมมอง 387ปีที่แล้ว
Hello Friends, I am Sanjeev and Welcom to my Channel Sinha Study Station. Please Subscribe my Channel and Share Video. Thanks for Watching.. Script:- step1 alter database test set single_user with rollback immediate step2 select * from sys.master_files alter database test modify file (name = test, filename = 'D:\MSSQL\DATA\test.mdf') step3 alter database test set offline; step 4 move mdf file s...
How to Trace SQL Server Start Or Restart Time | SQL Server Restart कब हुआ | SQL Server Restart Time
มุมมอง 315ปีที่แล้ว
How to Trace SQL Server Start Or Restart Time || Server Restart कब हुआ || SQL Server Restart Time Hello Friends, I am Sanjeev and Welcom to my Channel Sinha Study Station. You Can Find Here Video Related to ITI CTS Trades, Computer Basics, Database, Class VIII to XII (Math, Physics, Chemestry, Biology & Computer Science. Specialy in MCQ Form. MCQ Related Video. Please Subscribe my Channel and S...
🔥SQL Server Trigger🔥 || How To Create Trigger in SQL Server🤔 || What Is Trigger In SQl Server🤔
มุมมอง 708ปีที่แล้ว
Hello Friends, I am Sanjeev and Welcom to my Channel Sinha Study Station. You Can Find Here Video Related to ITI CTS Trades, Computer Basics, Database, Class VIII to XII (Math, Physics, Chemestry, Biology & Computer Science. Specialy in MCQ Form. MCQ Related Video. Please Subscribe my Channel and Share Video. Thanks for Watching.. Script : you can download from below link.. drive.google.com/fil...
SQL Server Security || Login & Users Rights || How to give Rights to User || SQL Server Class
มุมมอง 156ปีที่แล้ว
SQL Server Security || Login & Users Rights || How to give Rights to User || SQL Server Class Hello Friends, I am Sanjeev and Welcom to my Channel Sinha Study Station. You Can Find Here Video Related to ITI CTS Trades, Computer Basics, Database, Class VIII to XII (Math, Physics, Chemestry, Biology & Computer Science. Specialy in MCQ Form. MCQ Related Video. Please Subscribe my Channel and Share...
SQL Server Point In Time Recovery | हिंदी में एक बार में समझ जाओगे, दुबारा कभी नहीं भूलोगे
มุมมอง 689ปีที่แล้ว
SQL Server Backup Restore | Point In Time Recovery | How To User Point In Time Recovery | SQL Class Hello Friends, I am Sanjeev and Welcom to my Channel Sinha Study Station. You Can Find Here Video Related to ITI CTS Trades, Computer Basics, Database, Class VIII to XII (Math, Physics, Chemestry, Biology & Computer Science. Specialy in MCQ Form. MCQ Related Video. Please Subscribe my Channel and...
Electrician Trade Hindi | ITI Electrician Trade | SinhaStudyStation | CTS, CITS, ATS Electrician
มุมมอง 65ปีที่แล้ว
Electrician Trade Hindi | ITI Electrician Trade | SinhaStudyStation | CTS, CITS, ATS Electrician
SQL Server 2019 Enterprise Edition Installation || How To Install SQl Server || Error Handle
มุมมอง 8Kปีที่แล้ว
SQL Server 2019 Enterprise Edition Installation || How To Install SQl Server || Error Handle
SQL Server Analysis Services || SSAS Interview 25 MCQ || SQL Server Analysis Services इंटरव्यू MCQ
มุมมอง 115ปีที่แล้ว
SQL Server Analysis Services || SSAS Interview 25 MCQ || SQL Server Analysis Services इंटरव्यू MCQ
How To Replace Spark Plug || What is Spark Plug || Replacement Of Spark Plug
มุมมอง 385ปีที่แล้ว
How To Replace Spark Plug || What is Spark Plug || Replacement Of Spark Plug
SQL Server Reporting Services || interview Question Answer || Reporting Services MCQ || Have Tried !
มุมมอง 115ปีที่แล้ว
SQL Server Reporting Services || interview Question Answer || Reporting Services MCQ || Have Tried !
SQL Server Integration Services || Integration Services Interview Question || Top 20 Questions
มุมมอง 365ปีที่แล้ว
SQL Server Integration Services || Integration Services Interview Question || Top 20 Questions
PhotoShop Tool to Clear and fine picture | फोटो को फोटो शॉप में फाइन कैसे करें | Photoshop Tutorial
มุมมอง 23ปีที่แล้ว
PhotoShop Tool to Clear and fine picture | फोटो को फोटो शॉप में फाइन कैसे करें | Photoshop Tutorial
SQL Server Xquery || 20 MCQ With Explanation || SQL Server Hierarchies || DBA Interview Questions
มุมมอง 325ปีที่แล้ว
SQL Server Xquery || 20 MCQ With Explanation || SQL Server Hierarchies || DBA Interview Questions
SQL Server Ranking Function | SQL Server Sub-Queries | MCQ With Explanation | क्या आपने कोशिश की?
มุมมอง 97ปีที่แล้ว
SQL Server Ranking Function | SQL Server Sub-Queries | MCQ With Explanation | क्या आपने कोशिश की?
SQL Server Clustering | SQL Server Policy Based Management | Interview Questions and Answers MCQ
มุมมอง 369ปีที่แล้ว
SQL Server Clustering | SQL Server Policy Based Management | Interview Questions and Answers MCQ
SQL Server Service Broker | SQL Server ADO | Interview Question | Database Admin Interview MCQ
มุมมอง 107ปีที่แล้ว
SQL Server Service Broker | SQL Server ADO | Interview Question | Database Admin Interview MCQ
15 MCQ Questions with Explanation 🥸 || MS SQL Server Injection 🧐|| MS SQL Server Bulk operations🥹
มุมมอง 112ปีที่แล้ว
15 MCQ Questions with Explanation 🥸 || MS SQL Server Injection 🧐|| MS SQL Server Bulk operations🥹
15 MCQ Questions || MS SQL ServerInterview Questions and Answers || SQL Server MCQ Don't Miss
มุมมอง 316ปีที่แล้ว
15 MCQ Questions || MS SQL ServerInterview Questions and Answers || SQL Server MCQ Don't Miss
SQL Server DBA & Developers || Tricky Questions || Interview Questions Hindi And English Practicle
มุมมอง 140ปีที่แล้ว
SQL Server DBA & Developers || Tricky Questions || Interview Questions Hindi And English Practicle
Databases Indexes || SQL Server Databases Indexes || Questions From Live Projects || DBA Interview
มุมมอง 97ปีที่แล้ว
Databases Indexes || SQL Server Databases Indexes || Questions From Live Projects || DBA Interview
Sql Server Databases Indexes-2 || Interview Question Answer || Live Project Question
มุมมอง 113ปีที่แล้ว
Sql Server Databases Indexes-2 || Interview Question Answer || Live Project Question

ความคิดเห็น

  • @kameshrajendran4431
    @kameshrajendran4431 หลายเดือนก่อน

    Ths s close Traverse survey apply for theodlite method - example u used building obstacles

  • @jaanusparks1646
    @jaanusparks1646 หลายเดือนก่อน

    Every time can we expect same questions?

  • @xamenmee
    @xamenmee 2 หลายเดือนก่อน

    This knowledge will teach all the generations and will never gets old!! This will stay until forever!! Thank you Friend! You've helped all the households and humanity around the World🙏🏻🙏🏻🙏🏻🙏🏻

  • @sundaram65437
    @sundaram65437 2 หลายเดือนก่อน

    Your description chart shows wrong.

  • @sundaram65437
    @sundaram65437 2 หลายเดือนก่อน

    When the capacitor is ok, why should i replace it? Your video need editing.

  • @terietaietawa6800
    @terietaietawa6800 3 หลายเดือนก่อน

    Useful for me, Thanks keep it up good work

  • @poojasoni9993
    @poojasoni9993 3 หลายเดือนก่อน

    What is tablock meaning

  • @kittymewscaremalcustard4966
    @kittymewscaremalcustard4966 4 หลายเดือนก่อน

    Sir my pedestal wall mount gear pan top pin on top went inside the motar area when I was trying to change its stop direction it popped out and when down the motor area , Do u have any team working under u kindly let me know

  • @anandas3089
    @anandas3089 4 หลายเดือนก่อน

    Well explained thank you sir

  • @imanayt_j
    @imanayt_j 5 หลายเดือนก่อน

    This is very detailed. Thank you 👍

  • @snehaldhas-vu2kq
    @snehaldhas-vu2kq 6 หลายเดือนก่อน

    Thanks😊

  • @drsadia23
    @drsadia23 6 หลายเดือนก่อน

    Very well explained. Thank you.

  • @gunjanrana3959
    @gunjanrana3959 6 หลายเดือนก่อน

    Bhai aise to book s hum bhi translation kar le ..video banane ki kya jarurat thi

  • @gunjanrana3959
    @gunjanrana3959 6 หลายเดือนก่อน

    Sir hota kya hai simple recovery model wo to bataie details me, kaise kaam karta hai .. sidhe hi when to use pe aa gaye

  • @tech_with_manindra
    @tech_with_manindra 7 หลายเดือนก่อน

    How to do bulk upsert in ms SQL server

  • @sonyyoung1036
    @sonyyoung1036 8 หลายเดือนก่อน

    My kettle was turning on/off before boiling. Step 1 in this case is to clean the copper terminals on the kettle and its base to remove any residue or corrosion that is preventing a good connection.

  • @mohiniastya573
    @mohiniastya573 8 หลายเดือนก่อน

    but i will run same command but this generate error you don't have file access rights so how to remove this error can you make a dedicated video to remove this error

  • @user-cu4ht9rc1z
    @user-cu4ht9rc1z 9 หลายเดือนก่อน

    sir is this will work on windows 11?

    • @snjvsnh
      @snjvsnh 9 หลายเดือนก่อน

      Yes

  • @sebastianosella1294
    @sebastianosella1294 11 หลายเดือนก่อน

    Buenos días una consulta, de donde descargo la iso del sql server 2019 la version enterprise poque el link ya no funciona?

  • @shorthandhindireportercgjo6198
    @shorthandhindireportercgjo6198 11 หลายเดือนก่อน

    Hindi me bhi bta do

  • @w8lvradio
    @w8lvradio 11 หลายเดือนก่อน

    I really like how this video is put together, with the logical steps in order, from the very basic tools needed and a heed to safety. Very well done, Sir! Respectfully, I add my own tips here: Before I remove any wires (as in Step 4: Disconnect cord terminals from the kettle at 5:15) I take a photograph of the terminals with my cell phone, so I will have the colours of the terminals in correct order for the reassembly process. I started doing this some years ago, when we still had carburetors instead of fuel injection, I would use a "Polaroid instant camera" to take a photo of each step of the disassembly, and mark them #1, #2, and so on. Then, I could just go backwards with the photos for the reassembly, so as not to miss any steps. I would keep the photos in a box, marked with the model of that particular carburetor for future use. Of course, cell phones we all carry today make that process much easier! Something else I noticed is that at 5:50 "Check the cord using a test lamp" we were taught to use the multimeter aka "continuity checker" instead of using mains voltage, and also to "move around the cord" (especially at it's mechanical connection points) to see if the cord is intermittent, as a safer (but not necessarily better) option over actual mains testing. Finally, today when I check such cords, a use a "Megger" hi test to check and see if there is any insulation breakdown, though that's itself somewhat hazardous if you don't pay heed to safety, and requires a much more expensive meter (though in my case, i already have one on hand for testing amateur radio coaxial cables anyway.) Living in the US/Canada "Throw it Away When It's Broken Society" I have always done as many repairs as possible, kept old objects for spare parts to mend broken ones, fabricated new parts or tried to make the things more durable with my own modifications, and so on. This has saved me I'm certain by now, many hundreds of dollars or who knows? Maybe thousands by now, since I'm 63, over and above the investment in good tools and meters and so on. While some may be annoyed by the things that break, I find repairing them to be not only somewhat financially rewarding, but rather enjoyable! All the Best! 73 DE W8LV BILL

  • @ashwinimore7368
    @ashwinimore7368 ปีที่แล้ว

    Which database recovery model you are using while performing this activity

  • @amitedupoint
    @amitedupoint ปีที่แล้ว

    Great explanation

  • @annewanjiku1453
    @annewanjiku1453 ปีที่แล้ว

    How to repair the plug cord

  • @annewanjiku1453
    @annewanjiku1453 ปีที่แล้ว

    Is the charger repceable pliz

  • @babaolowo35
    @babaolowo35 ปีที่แล้ว

    THANKS

  • @farahz8307
    @farahz8307 ปีที่แล้ว

    The black stuff covering the connector to the heating element has worn off...is it a problem to use it without this? Can i use insulation tape to wrap the connection? Kettle was smelling when working and when i checked bottom, found the black stuff covering the connector to heating element had worn off

    • @w8lvradio
      @w8lvradio 11 หลายเดือนก่อน

      You might try epoxy, so long as it's not in direct contact with the water itself... All the Best! 73 DE W8LV BILL

  • @suryanarayan679
    @suryanarayan679 ปีที่แล้ว

    For oracle you have to use sqlloader which is little bit completed

    • @hrushikeshkhonde7079
      @hrushikeshkhonde7079 10 หลายเดือนก่อน

      Bro... not just sql loader Overall Oracle is complicated than MS SQL Server...

  • @sanjeevxalxo5609
    @sanjeevxalxo5609 ปีที่แล้ว

    Kya fitter wale employability skills me cits kr sakte hain kya please reply

  • @lalhlimliana1297
    @lalhlimliana1297 ปีที่แล้ว

    what is the difference of multi meter and test lamp

  • @setukumar9364
    @setukumar9364 ปีที่แล้ว

    How to find audit configuration metadata? Any tsql script?

  • @shradarai1068
    @shradarai1068 ปีที่แล้ว

    how to do it on oracle server. please help.

  • @omisinha1824
    @omisinha1824 ปีที่แล้ว

    Kya bat h ji

  • @felipehimura2280
    @felipehimura2280 ปีที่แล้ว

    Hola, ¿podrías proporcionarme el enlace de descarga de nuevo?

  • @piyushsoni5727
    @piyushsoni5727 ปีที่แล้ว

    Hello sir . I see your SQL Database fantastic video . But please share the indexing an cluster and Always on video.

  • @sanjivsaini4023
    @sanjivsaini4023 ปีที่แล้ว

    Guru gee Namaskar :)

    • @snjvsnh
      @snjvsnh ปีที่แล้ว

      🙏🏻

  • @oataoc5339
    @oataoc5339 ปีที่แล้ว

    If he fix last week then how the fuck he don't know were is eliment..kisi aur ko chutia..bnao

  • @amoskilenga1289
    @amoskilenga1289 ปีที่แล้ว

    It's very helpful for me. thanks teacher

  • @molkapurishivakrishna2963
    @molkapurishivakrishna2963 ปีที่แล้ว

    Sorry to ask you.. In the above vedio you have moved mdf file from one folder to another in D drive only.

  • @molkapurishivakrishna2963
    @molkapurishivakrishna2963 ปีที่แล้ว

    Thank you sir... Please upload all real time issues and solutions sir... I have one doubt sir... Can I ask you sir...

  • @molkapurishivakrishna2963
    @molkapurishivakrishna2963 ปีที่แล้ว

    Superb comparison sir... Thank you... Please upload in interview point of vedios sir...

  • @robinmuirhead2617
    @robinmuirhead2617 ปีที่แล้ว

    Nice work... but can you fix a fault on a woman in the same way lol Never knew you had British style 3 point plugs over there

  • @thayalankandasamy9791
    @thayalankandasamy9791 ปีที่แล้ว

    Thoroughly covered...keep up the good work...tq

  • @SaravanaKumar-mx3sk
    @SaravanaKumar-mx3sk ปีที่แล้ว

    Thank you❤

  • @sundaramurthig2813
    @sundaramurthig2813 ปีที่แล้ว

    Thanks lot dear friend for a nice teaching with diagram in Lab situation. Very nice.

  • @richie6028
    @richie6028 ปีที่แล้ว

    Ok

  • @engelberthcasanova87
    @engelberthcasanova87 ปีที่แล้ว

    Hola buenas tardes consulta, de donde descargo la iso del sql server 2019 la version enterprise?

    • @snjvsnh
      @snjvsnh ปีที่แล้ว

      terabox.com/s/1HYqyv_YLytoZV-UmKYyO2A Extract code:6rAv

    • @engelberthcasanova87
      @engelberthcasanova87 ปีที่แล้ว

      @@snjvsnh Hola muchas gracias, consulta a la hora de instalacion me va a pedir la licencia de activacion?

    • @jhansirani8455
      @jhansirani8455 3 หลายเดือนก่อน

      Can you please provide me ISO link for SQL server enterprise

  • @Abhishek.Mama1990
    @Abhishek.Mama1990 ปีที่แล้ว

    Very helpful video. Thank you sir

  • @t.gsudhakaran2704
    @t.gsudhakaran2704 ปีที่แล้ว

    Sir can I call thru mobile pls give me number

  • @meenasinha1767
    @meenasinha1767 ปีที่แล้ว

    👌🥰