Viewing 15 posts - 676 through 690 (of 1,468 total)
I suspect that this might help
Roll Your Own Fuzzy Match / Grouping (Jaro Winkler) - T-SQL
October 22, 2018 at 10:15 pm
October 19, 2018 at 10:39 am
October 19, 2018 at 7:45 am
Schedule 175982 45016 KB 22904 KB 21928 KB 184 KB
Schedule 179796 46136 KB 23384 KB 22344 KB 408 KB
Many thanks...
October 18, 2018 at 10:33 pm
October 18, 2018 at 1:54 pm
You need to check for the number of failed subjects firstDECLARE @PassMark int = 35;
SELECT
cs.name
, TotalMarks = SUM(cs.mark)
...
October 18, 2018 at 1:13 pm
Getting closer. When I try the line below...it works...
October 18, 2018 at 12:04 pm
October 18, 2018 at 11:01 am
October 17, 2018 at 10:20 pm
October 17, 2018 at 4:13 am
ADOCmd.Parameters.Append ADOCmd.CreateParameter("intResult", adInteger, adParamInput, 6, intResult)
Can someone please tell me where I'm...
October 16, 2018 at 10:10 pm
October 16, 2018 at 1:25 pm
October 16, 2018 at 3:48 am
Here is a link to some Common Date Routines
October 15, 2018 at 2:59 pm
October 15, 2018 at 2:51 pm
Viewing 15 posts - 676 through 690 (of 1,468 total)