SQL Server - Stored Procedures In Depth Part 2 of 4

Поделиться
HTML-код
  • Опубликовано: 1 ноя 2014

Комментарии • 5

  • @mohammodkayum5450
    @mohammodkayum5450 6 лет назад +4

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

  • @kumar-do1jm
    @kumar-do1jm Год назад

    Nice explanation

  • @jsrikanth03
    @jsrikanth03 3 года назад +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