Click here to Skip to main content
15,902,492 members
Home / Discussions / Database
   

Database

 
QuestionDelete duplicate fingerprint Pin
Jassim Rahma17-Sep-14 20:31
Jassim Rahma17-Sep-14 20:31 
AnswerRe: Delete duplicate fingerprint Pin
Chris Quinn17-Sep-14 20:47
Chris Quinn17-Sep-14 20:47 
AnswerRe: Delete duplicate fingerprint Pin
Bernhard Hiller17-Sep-14 21:58
Bernhard Hiller17-Sep-14 21:58 
QuestionSSRS - Problem with sorting Pin
naamafr17-Sep-14 4:29
naamafr17-Sep-14 4:29 
QuestionHow to replace six chracters from middle from any string ?? Pin
Abhishek kumar12114-Sep-14 23:10
Abhishek kumar12114-Sep-14 23:10 
AnswerRe: How to replace six chracters from middle from any string ?? Pin
Eddy Vluggen15-Sep-14 0:28
professionalEddy Vluggen15-Sep-14 0:28 
AnswerRe: How to replace six chracters from middle from any string ?? Pin
PIEBALDconsult15-Sep-14 7:39
mvePIEBALDconsult15-Sep-14 7:39 
AnswerRe: How to replace six chracters from middle from any string ?? Pin
Kiran Upadhyay27-Sep-14 21:55
Kiran Upadhyay27-Sep-14 21:55 
QuestionHow do I sort the table? like the sample Pin
Mohammad Akhondi13-Sep-14 3:06
Mohammad Akhondi13-Sep-14 3:06 
AnswerRe: How do I sort the table? like the sample Pin
Eddy Vluggen13-Sep-14 3:11
professionalEddy Vluggen13-Sep-14 3:11 
AnswerRe: How do I sort the table? like the sample Pin
George Jonsson13-Sep-14 7:57
professionalGeorge Jonsson13-Sep-14 7:57 
Questionalphanumeric number generation Pin
AMRITESH ASTHANA11-Sep-14 1:43
AMRITESH ASTHANA11-Sep-14 1:43 
AnswerRe: alphanumeric number generation Pin
Eddy Vluggen11-Sep-14 3:02
professionalEddy Vluggen11-Sep-14 3:02 
AnswerRe: alphanumeric number generation Pin
George Jonsson13-Sep-14 8:19
professionalGeorge Jonsson13-Sep-14 8:19 
GeneralRe: alphanumeric number generation Pin
AMRITESH ASTHANA14-Sep-14 0:06
AMRITESH ASTHANA14-Sep-14 0:06 
GeneralRe: alphanumeric number generation Pin
George Jonsson14-Sep-14 0:12
professionalGeorge Jonsson14-Sep-14 0:12 
Questioncreate a folder in a file server using xp_create_subdir Pin
Member 128472110-Sep-14 16:37
Member 128472110-Sep-14 16:37 
AnswerRe: create a folder in a file server using xp_create_subdir Pin
Mycroft Holmes14-Sep-14 5:45
professionalMycroft Holmes14-Sep-14 5:45 
QuestionEmployee Year Calculation Pin
Jassim Rahma9-Sep-14 2:26
Jassim Rahma9-Sep-14 2:26 
QuestionRe: Employee Year Calculation Pin
Eddy Vluggen9-Sep-14 2:59
professionalEddy Vluggen9-Sep-14 2:59 
AnswerRe: Employee Year Calculation Pin
Jassim Rahma9-Sep-14 3:02
Jassim Rahma9-Sep-14 3:02 
GeneralRe: Employee Year Calculation Pin
Eddy Vluggen9-Sep-14 8:43
professionalEddy Vluggen9-Sep-14 8:43 
You can only group on fields that are present within the query (or calculations based on one of those fields). You can get get the start of the contract by looking for a MIN-entry. Add 365 days to that fact, that's your range.

That does not account for leap-years of course.
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

SuggestionRe: Employee Year Calculation Pin
Kornfeld Eliyahu Peter9-Sep-14 10:38
professionalKornfeld Eliyahu Peter9-Sep-14 10:38 
QuestionRe: Employee Year Calculation Pin
Eddy Vluggen10-Sep-14 10:07
professionalEddy Vluggen10-Sep-14 10:07 
AnswerRe: Employee Year Calculation Pin
Kornfeld Eliyahu Peter10-Sep-14 10:20
professionalKornfeld Eliyahu Peter10-Sep-14 10:20 

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.