Viewing 15 posts - 1 through 15 (of 32 total)
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 - 1 through 15 (of 32 total)