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
Murugesh P
NA
125
8.4k
Replacing Dynamic SQL for Performance Improvement
Dec 2 2014 4:04 AM
Hi All,
I have a condition where data will be pulled from Table based on some where conditions. But Where conditions are dynamic in this case.
E.G It will be Where Name = 'Ram' one time and Age = 10 another time. Combinations are also allowed.
I have achieved this using Dynamic SQL (Appending Where condition based on search criteria). Now i need to Tune the query for performance. Can anyone suggest a way to improve the performance?
Reply
Answers (
1
)
connection between oracle10g and visual studio 2013
Dynamic Where clause in XML