Viewing 15 posts - 1 through 15 (of 764 total)
Thanks Drew. Now the question is, what does SQL consider commented out vs not commented out in my example. In the example I gave will SQL consider everything between teh...
October 22, 2024 at 8:45 pm
History tells us that buildings and bridges failed and regulations came about after some awful tragedies.
In software what is there apart from conscience and personal pride?
.
Because we've foolishly allowed...
July 27, 2024 at 5:03 pm
The below is in reference ONLY to the engineering of the software for use by personal PC that...
July 27, 2024 at 4:55 pm
Very well put!
What I just don't get, is how something this catastrophic made it through any testing at all.
When some lower/entry level employee said something along the lines of...
July 27, 2024 at 4:49 pm
I don't know if the time changes based on the type of change. I have no idea why some items are future dated. I do know from limited testing that...
July 24, 2024 at 4:57 pm
Scott/Dennis - Thanks for such quick replies. I didn't provide the DDL for teh table originally so it's listed below.
CREATE TABLE [dbo].[TRACK](
[hRecord] [NUMERIC](18, 0) NULL,
[dDateIn] [DATETIME] NULL,
[sUserName]...
July 24, 2024 at 4:17 pm
Jeff - I'm going with Scotts recommendation which sticks with CAST and not FORMAT. That said, just out of curiosity do you know how much data/rows need to be involved...
June 27, 2024 at 9:28 pm
Scott - That worked perfectly. Thanks!
June 27, 2024 at 9:26 pm
Thanks for replying Phil
June 27, 2024 at 9:25 pm
Thanks for replying
June 27, 2024 at 9:24 pm
Scott - No worries, anytime you can provide some help it is much appreciated, same goes for all who take the time to reply.
June 21, 2024 at 7:20 pm
Steve - Thanks for adding to the discussion but I think I like Scott's simpler version on how to tackle this.
June 21, 2024 at 6:00 pm
Scott - Do you know of a way to incorporate Count(hID) in there to get a count of the total number of rows per hPerson ? I tried it using...
June 21, 2024 at 5:59 pm
Scott - a follow-up now that I've made this work. so if the PERSOIN_HISTORY table had 5 rows for the same hPerson and I used teh criteria
AND row_num_desc = 2
I'm...
June 14, 2024 at 6:39 pm
Viewing 15 posts - 1 through 15 (of 764 total)