No video

SQL Server Stored Procedure - How To

  Рет қаралды 13,542

Database Star

Database Star

Күн бұрын

Пікірлер: 17
@colourNika
@colourNika Жыл бұрын
thank you, simple explanation with straightforward examples ( I wish there were one advanced example)
@DatabaseStar
@DatabaseStar Жыл бұрын
Thanks!
@Impergator-ld5gi
@Impergator-ld5gi Жыл бұрын
Good structured Video and informative content 💪
@DatabaseStar
@DatabaseStar Жыл бұрын
Glad you liked it!
@user-zv8sb1en9x
@user-zv8sb1en9x Жыл бұрын
Well done on this video, please I need your tutorial on how to use the Stored procedure for the validation of input parameters
@DatabaseStar
@DatabaseStar Жыл бұрын
Thanks! You can use techniques such as if statements or case statements inside the stored procedures to validate the parameters
@user-yw4jg9tz2l
@user-yw4jg9tz2l 4 ай бұрын
Concise, thanks :)
@DatabaseStar
@DatabaseStar 4 ай бұрын
You’re welcome!
@mezomezo8718
@mezomezo8718 Жыл бұрын
Very well explained
@DatabaseStar
@DatabaseStar Жыл бұрын
Thanks!
@kimleng539
@kimleng539 4 ай бұрын
@DatabaseStar
@DatabaseStar 4 ай бұрын
Thanks!
@anujamahagamage1316
@anujamahagamage1316 3 ай бұрын
🥰🥰
@DatabaseStar
@DatabaseStar 3 ай бұрын
Thanks!
@kvelez
@kvelez 2 ай бұрын
CREATE PROCEDURE SelectCustomers AS SELECT * FROM Customer; ===== CREATE PROCEDURE InsertCustomer @customer_name NVARCHAR (50), @customer_status INT=1 AS INSERT INTO Customer VALUES (@customer_name, @customer_status); ===== CREATE PROCEDURE UpdateCustomer @newName NVARCHAR (50), @newActive INT, @customerId INT AS UPDATE Customer SET Name = @newName, is_active = @newActive WHERE Id = @customerId; ==== CREATE PROCEDURE DeleteCustomer @customerId INT AS DELETE Customer WHERE Id = @customerId;
@DatabaseStar
@DatabaseStar 2 ай бұрын
Is there a question you have about this code?
@kvelez
@kvelez 2 ай бұрын
@@DatabaseStar I wanted to share it with others so that they can use it. **But if you can do a followup on procedures, I would enjoy it.
75 How to debug stored procedure in sql server
14:41
Learn SSIS
Рет қаралды 13 М.
WILL IT BURST?
00:31
Natan por Aí
Рет қаралды 30 МЛН
女孩妒忌小丑女? #小丑#shorts
00:34
好人小丑
Рет қаралды 87 МЛН
Whoa
01:00
Justin Flom
Рет қаралды 50 МЛН
Чёрная ДЫРА 🕳️ | WICSUR #shorts
00:49
Бискас
Рет қаралды 6 МЛН
20 Years of SQL Advice in 11 Minutes
11:01
Database Star
Рет қаралды 4,1 М.
MySQL: STORED PROCEDURES
8:02
Bro Code
Рет қаралды 85 М.
How to Design a Database
10:57
Database Star
Рет қаралды 55 М.
79 What are user defined functions in sql server
11:57
Learn SSIS
Рет қаралды 2,3 М.
Stored Procedures in MySQL | Advanced MySQL Series
12:37
Alex The Analyst
Рет қаралды 42 М.
Stored Procedure in SQL Server for insert and update
20:07
TSInfo Technologies
Рет қаралды 22 М.
SQL  Stored Procedures
47:07
Gregory Thomas Hay
Рет қаралды 42 М.
Stored procedures in sql server   Part 18
20:11
kudvenkat
Рет қаралды 1,5 МЛН
Stored Procedures are Better than Raw SQL
7:58
Database Star
Рет қаралды 6 М.
SQL Index |¦| Indexes in SQL |¦| Database Index
9:57
Socratica
Рет қаралды 614 М.
WILL IT BURST?
00:31
Natan por Aí
Рет қаралды 30 МЛН