Viewing 15 posts - 1 through 15 (of 154 total)
YSLGuru please provide the beginning to the UL_batch_header stored procedure as that would greatly complete the picture of what you are asking about. Otherwise, I concur with ScottPletcher assessment although...
August 12, 2024 at 6:22 pm
Okay you did not answer the question I posed about whether or not the date-time stamp gets changed based on an Insert versus an Update -- that was an assumption...
July 24, 2024 at 4:25 pm
Well there is actually numerous ways this can be approached actually but most of them are going to greatly depend upon the layout of the current table as well as...
July 24, 2024 at 4:05 pm
The actual issue is this:
SELECT hMy, *
Why might you ask because hMy also appears within the * listing so which hMy are you attempting to sort on? That is ambigious.
July 9, 2024 at 4:40 am
Duplicate
June 28, 2024 at 10:00 pm
I am not sure what the issue you are having exactly but it seems if you just looked up String_Split that you would be able to implement what it...
June 28, 2024 at 9:57 pm
Okay well the problem seems to be within your CASE statement and not the conversion out of your case statement the question is what is the largets numeric value that...
June 27, 2024 at 2:32 am
Okay not wanting to confuse things I would say based on your most recent information that the solution presented by Jeff Moden would be a good method of doing this and...
June 6, 2024 at 10:33 pm
If you are using MS SQL Server you would use the Snapshot or Read Uncommitted (or something like that) and make sure you grab only the information that is post...
June 6, 2024 at 6:43 pm
Great EM2 so that simply shows you how to find duplicates and overlapping indexes which was not your question. Further their final solution was simply deleting the offending Indexes that...
May 23, 2024 at 7:40 pm
Okay Jeff Moden that is a great point.
Although being knowledgeable about Indexes I might off-handedly state that I would simply modify the Index even though that technically means I delete...
May 13, 2024 at 10:42 pm
Phil Parkin - I have been going with the idea (aka assumption) that similar is what is being referred to here as otherwise there would be no need to merge...
May 13, 2024 at 5:01 pm
Really Jeff Moden that would be interesting to read (or see) -- your proof in a presentation -- as I find that a rather interesting stance and would greatly like...
May 13, 2024 at 4:41 pm
Jeff Moden based on what ScottPletcher stated I do not see how one would end up with 2 Indexes as he did state you Drop one of the Indexes and...
May 13, 2024 at 4:33 pm
Note I will be here for as long as this site exists for by far it is the best forum for getting and giving quality SQL knowledge. I have long...
May 13, 2024 at 4:14 pm
Viewing 15 posts - 1 through 15 (of 154 total)