TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
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
Forums
Monthly Leaders
Forum guidelines
satish babu
1.1k
633
85.3k
Updating multiple rows in table in sql server
Mar 1 2013 4:01 AM
Hi Friends,i have small problem abt inserting data into multiple rows.Like this
from the frontend we pass values like
string p=12,15,16
In table we have rows like
sno sname marks
1 Ravi 62
2 Kumar 23
3 Kumar 10
4 kumar 8
i want put p(12,15,16) values to this table where ravi is there.
For first Ravi--12
second Ravi--15
third-------16
I want without using sno.
Can any one help me?
Reply
Answers (
1
)
i need to implement review and comments functionality.
Prevent Concurrent execution of Stored Procedure