Viewing 15 posts - 16 through 30 (of 50 total)
thats SORT OF "sorta"
one way of seeing things ( sh..t loads of different types of thinkings are there )

August 7, 2026 at 7:09 pm
see THERE are many things people do ???
if government wants humans to do it or "in the loop"
follow exactly what they say becuase thats what they want
but HOW HOW do...
August 7, 2026 at 4:13 pm
why 3 columns with 3 numbers to make sense ...just 1 number
search replace script with powerful regex ( example python ) is the best so far
... unless usng AI

August 7, 2026 at 12:13 pm
hi Jeff Here it is
-- 1. LEAD/LAG (Window Function)
SELECT
StartGap = id,
EndGap = LEAD(id) OVER (ORDER BY id),
FirstAvailable = id + 1,
LastAvailable = LEAD(id) OVER (ORDER BY...
July 16, 2026 at 3:03 am
2 things
July 15, 2026 at 11:12 am
hi hope this helps please excuse .. T-SQL
since STRING Pattern ... PYTHON RegEx very powerful

July 14, 2026 at 2:30 pm
in powershell .. using 3Dimensional Araay ... please excuse T-sql forum

Result 3 , 6 .. Voila ... 🙂
July 13, 2026 at 3:05 pm

July 13, 2026 at 11:49 am
How To Format Phone Number
Python = Powerful Regular Expressions very short code = easy to implement
July 12, 2026 at 12:36 pm
hi hope this helps
know this is sql server t-sql question .. please excuse
python .... just a single "short" regex .. simply amazing
# Find all matches inside [##...##]
matches = re.findall(r'\[##(.*?)##\]', text)
July 10, 2026 at 9:03 pm
hi Steve
point A to point B
"quickest" "least resource intensive .. in .. [ human efforts ] " "output accurate and consistent"
how you do it ?? your choice LLM BLM or...
June 29, 2026 at 5:07 pm
hi Jonathan
powershell python used ( very easy and simple = powerful regex both python powershell )
powershell ... data store , get max per group of animals , return "max per...
June 29, 2026 at 4:33 pm
SQL SERVER 2008 = compatible
/*===========================================
SECTION 1: Create PATTERNS table
===========================================*/
IF OBJECT_ID('PATTERNS') IS NOT NULL DROP TABLE PATTERNS;
CREATE TABLE PATTERNS (
...
June 29, 2026 at 8:55 am
Hi Jeff,
Thanks for taking the time to share your thoughts. I wanted to mention that I do not like the formatting of sqlservercental.com code
While I understand it can be useful,...
June 27, 2026 at 4:25 pm
Viewing 15 posts - 16 through 30 (of 50 total)