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
Mahesh Babu
NA
118
32.6k
How to get the range between dates in sql server
Aug 17 2018 5:05 AM
I Created one stored procedure
Create Procedure [dbo].[GetEmployeesDates]
@StartDate as varchar(50),
@EndDate as varchar(50)
as
begin
SELECT *
FROM [ERS].[dbo].[employee] where Date>=@StartDate and date<@EndDate
now
if i pass the parameters i need get the date between range
and also i need to get the date without passing the parameters
how can i do this one
please help me
thanks
Reply
Answers (
2
)
how to pass more than one parameter in web api
The SELECT permission was denied on the object 'mainmenu',