Viewing 15 posts - 46 through 60 (of 110 total)
Here's the code that got me to where I wanted to be, but first let me explain what happened:
The 'Logs' table is a pretty denormalized one,...
May 24, 2018 at 2:09 pm
I hit 'Post' far too early, hopefully makes sense now.
May 16, 2018 at 4:00 pm
Cool, thank you!!
I see what you did with adding the square brackets, pretty cool. This accidental developer learned something today 🙂
While we're at it, any...
May 12, 2018 at 10:53 am
Lynn Pettis - Friday, April 27, 2018 8:24 AMDon't blame my code, I used what you posted.
Strange request, I had and...
April 27, 2018 at 6:53 pm
April 27, 2018 at 6:50 pm
SELECT ContactEnrollDateApril 27, 2018 at 6:39 pm
April 27, 2018 at 4:53 am
Lynn Pettis - Thursday, April 26, 2018 4:20 PMPost your code that is getting the error.
--Determining When Students Enrol...
April 26, 2018 at 5:00 pm
April 26, 2018 at 4:09 pm
Resolution found, will post up.
Select Replace(notes, 'Attended - ','' ) As 'Class', NumberAttending
From
(
SELECT DISTINCT notes ,Count (notes) As NumberAttending
From logs
Where notes...
April 17, 2018 at 5:12 pm
April 13, 2018 at 6:04 am
January 14, 2018 at 8:22 am
Hi Rob,
I agree with Sue, Shrinkfile allows you to specify the log file (so does the GUI, but you still have the temptation, when you just want...
October 16, 2017 at 3:38 am
I could be wrong but I seem to remember it's a good idea to disable the Browser Service, for the very same purpose. Do your research before you implement that...
August 23, 2017 at 8:51 am
Viewing 15 posts - 46 through 60 (of 110 total)