Want to build the ChatGPT based Apps? Start here
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
Madhu V
2.2k
21
1.5k
Which is the correct syntax for Stored procedure in SQL server ?
Nov 8 2022 2:47 PM
which one is correct ??? 1. CREATE PROCEDURE procedure_name AS sql_statement GO; OR 2. CREATE PROCEDURE [schema_name].procedure_name @parameter_name data_type, .... parameter_name data_type AS BEGIN -- SQL statements -- SELECT, INSERT, UPDATE, or DELETE statement END
Reply
Answers (
5
)
What are the functionality changes difference between oracle and PG
How to create crystal reports with ado and OLEDB connection?