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
Sujeet Raman
859
927
351.8k
How to make normal sql query to dynamic sql query?
Sep 2 2020 2:13 AM
Hi i have normal sql query like:
'SELECT @studentKey = studentKey , @teacherKey = teacherKey , @name= name, @course= course, @stnumber= stnumber FROM #temptbl WHERE ID = @id'
@studentKey
int
@teacherKey
int
@
name
VARCHAR
(4000),
@course
VARCHAR
(4000),
@stnumber
int
@id
int
Reply
Answers (
1
)
new records added in csv
How to copy a row in excel using C#