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
David Smith
NA
2k
0
Sql server Store procedure filter sql
Mar 3 2012 7:44 PM
Hey C sharp corner, Lets help me write this storep procedure. I am struggling with this one universe procedure I am trying to write. I am going to make an example up and we can build from there.
I am using SQL Server 2008, management studio.
There are three required filters and three optional filters.
Required Filters: When the user wants to select this information, they have to always, always, always select the required filters below.
ColorSerialNumber, ColorPartNumber, ColorType,
Optional Filters: The user have the option to select the filters below. I am have rough time to incorporate the optional filters successfully in one procedure
ColorStartDateTimeRange, ColorDateEndTimeRange, ColorTestPhase, and ColorIdentification.
I am going to start off the the stored procedure and then we begin from there. Lets begin. I will start the next procedure in the next reply.
Reply
Answers (
1
)
Fetch third row from table without condition
How to Read the *.mdb(microsoft access) files using sql server 2005