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
Competetor
1.1k
672
36k
The multi-part identifier "E.EmployeeId" could not be bound.
Dec 26 2017 6:39 AM
I have sql script as
select E.EmployeeId, E.Name, A.FromDate, A.SPDays from
EEmployee E
cross join [dbo].[GetAppointmentDateAndServicePeriodDays](E.EmployeeId) A
where [dbo].[GetAppointmentDateAndServicePeriodDays] is a table valued function which
returns FromDate, SPDays. But I am getting error
The multi-part identifier "E.EmployeeId" could not be bound.
Can someone help me to correct this script? I would be grateful for any proper solution. Thank you.
Reply
Answers (
7
)
xamarin and sql server
Sql Query For Like Operator in Stored Procedure