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
Transfer SQL to SQL SERVER stored procedure
Mar 11 2012 11:54 PM
Can someone help me transfer the logic into an stored procedure, the entire syntax, this is the query I am using in access, i want to transfer to sql server 2008
SELECT CountOfColorValue, ColorTable*,
IIf([CountOfColorValue]<7,"Invalid Color",[ColorCode]
) AS COLOR STATUS
FROM INNER JOIN ColorTable ON (ColorLocation=ColorLocation) AND (ColorPart=ColorPart) AND (ColorCode=ColorCode);
Reply
Answers (
9
)
How to remove duplicate data from SQL keeping the oldest record
SQL SERVER QUERY