Click here to Skip to main content
15,904,926 members
Home / Discussions / Database
   

Database

 
AnswerRe: varbinary - Consequences to saving document/pdf as binary in SQL? Alternatives? Pin
Richard Deeming23-Sep-13 2:13
mveRichard Deeming23-Sep-13 2:13 
AnswerRe: varbinary - Consequences to saving document/pdf as binary in SQL? Alternatives? Pin
jschell23-Sep-13 8:21
jschell23-Sep-13 8:21 
Questionfunction return text Pin
Member 845343722-Sep-13 1:07
Member 845343722-Sep-13 1:07 
AnswerRe: function return text Pin
susanna.floora22-Sep-13 21:17
susanna.floora22-Sep-13 21:17 
AnswerRe: function return text Pin
Richard Deeming23-Sep-13 2:09
mveRichard Deeming23-Sep-13 2:09 
Questiondisplay all cleaners using Join Pin
Jassim Rahma21-Sep-13 23:35
Jassim Rahma21-Sep-13 23:35 
AnswerRe: display all cleaners using Join Pin
Eddy Vluggen22-Sep-13 0:30
professionalEddy Vluggen22-Sep-13 0:30 
GeneralRe: display all cleaners using Join Pin
Jassim Rahma22-Sep-13 0:52
Jassim Rahma22-Sep-13 0:52 
QuestionRe: display all cleaners using Join Pin
Eddy Vluggen22-Sep-13 1:18
professionalEddy Vluggen22-Sep-13 1:18 
AnswerRe: display all cleaners using Join Pin
Jassim Rahma22-Sep-13 1:24
Jassim Rahma22-Sep-13 1:24 
SuggestionRe: display all cleaners using Join Pin
Eddy Vluggen23-Sep-13 5:55
professionalEddy Vluggen23-Sep-13 5:55 
AnswerRe: display all cleaners using Join Pin
Bernhard Hiller22-Sep-13 21:56
Bernhard Hiller22-Sep-13 21:56 
AnswerRe: display all cleaners using Join Pin
David Mujica23-Sep-13 3:01
David Mujica23-Sep-13 3:01 
QuestionmySql server host error Pin
George Tsiga21-Sep-13 6:17
George Tsiga21-Sep-13 6:17 
AnswerRe: mySql server host error Pin
Eddy Vluggen22-Sep-13 0:30
professionalEddy Vluggen22-Sep-13 0:30 
GeneralRe: mySql server host error Pin
George Tsiga22-Sep-13 1:03
George Tsiga22-Sep-13 1:03 
QuestionQuestion about schema? Pin
Super Lloyd18-Sep-13 14:32
Super Lloyd18-Sep-13 14:32 
AnswerRe: Question about schema? Pin
Mycroft Holmes18-Sep-13 15:36
professionalMycroft Holmes18-Sep-13 15:36 
AnswerRe: Question about schema? Pin
Jörgen Andersson18-Sep-13 20:37
professionalJörgen Andersson18-Sep-13 20:37 
AnswerRe: Question about schema? Pin
RedDk19-Sep-13 7:27
RedDk19-Sep-13 7:27 
AnswerRe: Question about schema? Pin
jschell19-Sep-13 11:28
jschell19-Sep-13 11:28 
QuestionSql Query Pin
Srinivas Uttareshwar16-Sep-13 23:02
Srinivas Uttareshwar16-Sep-13 23:02 
AnswerRe: Sql Query Pin
Simon_Whale17-Sep-13 0:22
Simon_Whale17-Sep-13 0:22 
GeneralRe: Sql Query Pin
Srinivas Uttareshwar17-Sep-13 1:38
Srinivas Uttareshwar17-Sep-13 1:38 
i'm using sql server 2008

i'm having table where timesheet is filled weekely i'e from monday to sunday and i'm saving start and end date of the week but when retrieving the data dates selected may be any day of the week.
example if selected date is 15/8/2013 and 30/8/2013

and dates saved in table is from
2013-08-12(mon) 2013-08-18(sun)
2013-08-19 2013-08-25
2013-08-26 2013-09-01
2013-09-02 2013-09-08
2013-07-08 2013-07-14
2013-06-03 2013-06-09
2013-07-22 2013-07-28

MON TUE WED THUR FRI SAT SUN
8 8 7 7 7 7 7
8 8 8 8 8 8 8
0 8 8 8 8 8 8
0 8 8 8 8 8 0
8 8 8 8 8 8 8
8 8 8 8 8 8 8
8 8 8 8 8 8 8

i need data between 15/8/2013 to 30/8/2013
GeneralRe: Sql Query Pin
Richard Deeming17-Sep-13 1:44
mveRichard Deeming17-Sep-13 1:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.