Viewing 15 posts - 4,636 through 4,650 (of 59,067 total)
Been there and done that. Totally understood.
September 13, 2021 at 4:58 pm
Only based on history, I've seen a lot of times where someone swears nothing was changed with anything having to do with the front end only to find out later...
September 13, 2021 at 1:18 pm
Wouldn't it have been nice if MS had made the "datepart" of all these temporal functions so they could have take a variable? Lordy.
I do like that code, Jonathan.
September 13, 2021 at 4:14 am
Nicely done, Alan. Your code runs faster than GetNums and fnTally because it only uses 2 CROSS JOINs instead of 31 and 3 respectively. It also doesn't have the habit...
September 13, 2021 at 3:24 am
I know this sounds a bit stupid but I can't see what you see. My first check would be to see if the "missing" databases actually exist any more. My...
September 12, 2021 at 7:08 pm
The answer to your question is most likely "YES" but you've not provided enough information to go any further than that. Please see the first link in my signature line...
September 12, 2021 at 6:04 pm
Hello,
I am looking for help to understand how to generate multiple rows based on Start and End Dates. What I have is customers enrolled into a monthly fee with...
September 12, 2021 at 5:31 pm
How about a Batch delete with batches to delete.
DECLARE @batch INT
SET @batch = 10000 /* SIZE OF BATCH */ ...
September 12, 2021 at 4:35 pm
You have your own odel and that's fine. What I took exception to was your passive aggressive and highly judgemental mouth saying such condescending things like you being...
September 12, 2021 at 3:40 pm
RowCnt NullCnt 949718305 391584820
That means that you're trying to delete about 41% of your table.
DELETEs are fully logged even in the simple...
September 12, 2021 at 5:52 am
Ok... the next step is for us to make a bit of an assessment. Please run the code (change the table name if it's not correct).
SELECT...
September 10, 2021 at 6:13 pm
Scratch my previous. The table you provided the code for has a NOT NULL for the attribute name but it does allow nulls for the attribute value. Why are you...
September 10, 2021 at 5:55 pm
Sorry did my Insert wrong should not contain the NULL string should be blank..
No... not blank... it should contain the word NULL without quotes. So go back and fix...
September 10, 2021 at 5:34 pm
You have your own odel and that's fine. What I took exception to was your passive aggressive and highly judgemental mouth saying such condescending things like you being personalty embarrassed...
September 10, 2021 at 5:15 pm
If you continue to view that image or title as discriminatory or exclusionary for white people, and that's the unintended consequence, I'm not sure if I can explain...
September 10, 2021 at 12:11 am
Viewing 15 posts - 4,636 through 4,650 (of 59,067 total)