Click here to Skip to main content
15,892,839 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Bless SQL Pin
Greg Utas31-Oct-21 15:36
professionalGreg Utas31-Oct-21 15:36 
GeneralRe: Bless SQL Pin
honey the codewitch31-Oct-21 16:31
mvahoney the codewitch31-Oct-21 16:31 
GeneralRe: Bless SQL Pin
Jon McKee31-Oct-21 15:41
professionalJon McKee31-Oct-21 15:41 
GeneralRe: Bless SQL Pin
honey the codewitch31-Oct-21 16:33
mvahoney the codewitch31-Oct-21 16:33 
GeneralRe: Bless SQL Pin
NeverJustHere31-Oct-21 16:42
NeverJustHere31-Oct-21 16:42 
GeneralRe: Bless SQL Pin
honey the codewitch31-Oct-21 17:34
mvahoney the codewitch31-Oct-21 17:34 
GeneralRe: Bless SQL Pin
honey the codewitch31-Oct-21 17:40
mvahoney the codewitch31-Oct-21 17:40 
GeneralRe: Bless SQL Pin
#realJSOP2-Nov-21 0:32
mve#realJSOP2-Nov-21 0:32 
NeverJustHere wrote:
It's a shame you're targeting MS SQL, it is weak in many areas compared to other SQL offerings. Postgres supports regex natively, as well as having a bunch more capability with string manipulation functions.

MS SQL supports that too.


NeverJustHere wrote:
Is there an option for you to use .Net assemblies in MS SQL, or perhaps the R or Python environments? It seems MS is ignoring extending the base SQL capability, but offering these extensions.

Yes, you can do that (CLR), but local security restrictions may prevent you from doing so (like us - we can't do CLR because the security nazis said we couldn't).


NeverJustHere wrote:
Also, remember SQL is designed way back, before syntax highlighting/intellisense and many other modern expectations that would influence its design were around.

Syntax highlighting is implemented by the editor, not the language. Syntax highlighting as been available in SSMS since at least 2007.

ANSI SQL has been around for years, but as corporate implementations are wont to have, extensions and variations to the language creep in (hence the "almost compatible" nature of many common functions - t's kinda like browsers). SQL variants are also updated at different times, so they tend to leap-frog each other in capabilities.

There's nothing really wrong with any of the SQL variants. You may have your preferences, but in the end, you work in the one that is responsible for your paycheck.

I think there are more important things to be concerned about - like why can't we use c# as a scripting language instead of javascript in ASP.NET web pages?
".45 ACP - because shooting twice is just silly" - JSOP, 2010
-----
You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
-----
When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013

GeneralRe: Bless SQL Pin
NeverJustHere2-Nov-21 17:58
NeverJustHere2-Nov-21 17:58 
GeneralRe: Bless SQL Pin
#realJSOP2-Nov-21 23:55
mve#realJSOP2-Nov-21 23:55 
PraiseRe: Bless SQL Pin
Kornfeld Eliyahu Peter31-Oct-21 20:19
professionalKornfeld Eliyahu Peter31-Oct-21 20:19 
GeneralRe: Bless SQL Pin
Member 153296131-Nov-21 1:19
Member 153296131-Nov-21 1:19 
GeneralRe: Bless SQL Pin
honey the codewitch1-Nov-21 3:44
mvahoney the codewitch1-Nov-21 3:44 
GeneralRe: Bless SQL Pin
Mike Hankey1-Nov-21 3:14
mveMike Hankey1-Nov-21 3:14 
GeneralRe: Bless SQL Pin
Gerry Schmitz1-Nov-21 7:12
mveGerry Schmitz1-Nov-21 7:12 
GeneralRe: Bless SQL Pin
honey the codewitch1-Nov-21 7:45
mvahoney the codewitch1-Nov-21 7:45 
GeneralRe: Bless SQL Pin
#realJSOP2-Nov-21 0:37
mve#realJSOP2-Nov-21 0:37 
GeneralRe: Bless SQL Pin
honey the codewitch2-Nov-21 6:59
mvahoney the codewitch2-Nov-21 6:59 
GeneralVS2022 confusion Pin
Super Lloyd31-Oct-21 14:52
Super Lloyd31-Oct-21 14:52 
GeneralRe: VS2022 confusion Pin
honey the codewitch31-Oct-21 14:53
mvahoney the codewitch31-Oct-21 14:53 
GeneralRe: VS2022 confusion Pin
Super Lloyd31-Oct-21 14:59
Super Lloyd31-Oct-21 14:59 
GeneralRe: VS2022 confusion Pin
BryanFazekas2-Nov-21 2:07
BryanFazekas2-Nov-21 2:07 
GeneralRe: VS2022 confusion Pin
honey the codewitch2-Nov-21 6:56
mvahoney the codewitch2-Nov-21 6:56 
GeneralRe: VS2022 confusion PinPopular
OriginalGriff31-Oct-21 22:22
mveOriginalGriff31-Oct-21 22:22 
GeneralRe: VS2022 confusion Pin
Vaso Elias31-Oct-21 23:31
Vaso Elias31-Oct-21 23:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.