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
Methoun Ahmed
NA
145
102.4k
How to show stored procedure result textbox or lebel in C#
Sep 14 2018 4:18 AM
Dear experts,
Please,help me.
Here is my code
Create procedure [dbo].[NewCase]
@User varchar(50)
AS
Begin
select count(*) from tblCASdetails as a
inner join tblMaping as b on a.BranchId=b.BranchID
full outer join tblCASClosed as d on a.CAS_No=d.CAS_No
inner join tblUploadFile as c on a.CAS_No=c.CAS_No where d.CAS_Status=''and d.Closed_By='' and b.Res_Person=@User
End
Reply
Answers (
1
)
I want find emp first in last out shift wise
contained database authentication failure in sql server 2014