SQL Server - Stored Procedures In Depth Part 2 of 4

Поділитися
Вставка
  • Опубліковано 12 лис 2024

КОМЕНТАРІ • 5

  • @kumar-do1jm
    @kumar-do1jm Рік тому +1

    Nice explanation

  • @mohammodkayum5450
    @mohammodkayum5450 6 років тому +4

    Sir i think its better if you give your example inside the sql server instead of writing note pad .

  • @jsrikanth03
    @jsrikanth03 4 роки тому +1

    Using Return we can not get/return varchar value
    Using Return we can not get/return multiple integer values. But it is possible via output parameters
    Nice explanation and valuable points for interview. But please explain in SQL server application, not in notepad

  • @neerajchauhan46
    @neerajchauhan46 8 років тому +1

    why do we use input parameters or output parameters? i mean what is the reason to use parameters....

  • @Reddy-Donths
    @Reddy-Donths 7 років тому

    Just Parameter Count checks the number of characters in the Account number,if count matches to the account number characters and that account number given does not exit(no custmer with that account) then how the execution goes on