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
kadir
NA
13
0
STORED PROCEDURE ERROR
Jan 13 2011 9:40 AM
I have a stored procedure at below:
ALTER
proc
[dbo]
.
[kullaniciGiris]
(
@kullaniciAdi
nvarchar
(
50
),
@kullaniciSifre
nvarchar
(
50
)
)
as
select
kullaniciId
,
yoneticiMi
,
kullanicitipId
from
tblKullanicilar
where
kullaniciAdi
=
@kullaniciAdi
and
kullaniciSifre
=
HASHBYTES
(
'SHA1'
,
@kullaniciSifre
)
I execute this procedure
Result:I don't have a data
query don't executed true
why?
I want to execute this procedure and I see data in result
this procedure work on table below
Reply
Answers (
2
)
Returns double values
Want to display same date regardless of whether employee has a deferral or not.