Using IronPython to talk to SQL Server
IronPython is a Python implementation build on .NET. This article shows how you can use IronPython to access SQL Server Management Objects.
2016-06-13
3,142 reads
IronPython is a Python implementation build on .NET. This article shows how you can use IronPython to access SQL Server Management Objects.
2016-06-13
3,142 reads
Using the APPLY operator to reduce repetition and make queries DRYer.
2016-06-10 (first published: 2015-04-02)
22,504 reads
Challenges with integrating MySQL data in an ETL regime and the Amazing FMTONLY trick!
2015-06-25
3,590 reads
Back in December 2019, I started presenting my session on mental health with lots...
By Steve Jones
Today’s coping tip is to discover the joy in the simple things in life....
By Steve Jones
I have been experimenting a bit with graph databases, trying to learn more about...
I have my SQL servers name, UserID (UID) and Password (PWD) in a table...
Hi All, I want to extract the string before and after the given characters....
Well, I hope the title explains what it is. Currently, I have the following...