Click here to Skip to main content
15,887,812 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: what's your SQL resources (beginner) Pin
Steve Naidamast28-Feb-24 4:26
professionalSteve Naidamast28-Feb-24 4:26 
AnswerRe: what's your SQL resources (beginner) Pin
kmoorevs27-Feb-24 5:50
kmoorevs27-Feb-24 5:50 
GeneralRe: what's your SQL resources (beginner) Pin
bryanren28-Feb-24 4:49
bryanren28-Feb-24 4:49 
AnswerRe: what's your SQL resources (beginner) Pin
jochance27-Feb-24 7:57
jochance27-Feb-24 7:57 
AnswerRe: what's your SQL resources (beginner) Pin
Gerry Schmitz27-Feb-24 9:29
mveGerry Schmitz27-Feb-24 9:29 
AnswerRe: what's your SQL resources (beginner) Pin
Sander Rossel27-Feb-24 22:26
professionalSander Rossel27-Feb-24 22:26 
AnswerRe: what's your SQL resources (beginner) Pin
Mircea Neacsu28-Feb-24 1:53
Mircea Neacsu28-Feb-24 1:53 
AnswerRe: what's your SQL resources (beginner) Pin
MSBassSinger28-Feb-24 3:51
professionalMSBassSinger28-Feb-24 3:51 
My resources (which I suspect many, many database developers or software engineers that also develop T-SQL do in some form or fashion) are:
  • Brain - by understanding and visualizing what the data design and queries/statements are doing helps eliminate a lot of bad ideas and wasted time.
  • SSMS - still the most comprehensive and easiest to use, IMHO, though sometimes I use the DB tools in Visual Studio.
  • SQL Server - I've tried others, but the support costs for multiple DB providers in the latter part of the SDLC for the customer are higher (in almost all use cases) that just using SQL Server correctly for the task at hand.
  • Consistency - solving the same problem with the same design, unless a newer design is demonstrably better in terms of execution, resources, and supportability.
  • CRUD - I limit my use of SQL Server (or any DB server) to CRUD (or in more common SQL terms, SELECT, INSERT, UPDATE, and DELETE) and leave the business logic to the C# code executing on the server or in the cloud app service. Database servers are designed to optimize reading and writing of data, not running business logic because it is easier to "just stick it all in the SQL".

AnswerRe: what's your SQL resources (beginner) Pin
nickpreston2428-Feb-24 5:14
nickpreston2428-Feb-24 5:14 
AnswerRe: what's your SQL resources (beginner) Pin
StatementTerminator28-Feb-24 11:50
StatementTerminator28-Feb-24 11:50 
GeneralWordle 983 Pin
Sandeep Mewara26-Feb-24 16:17
mveSandeep Mewara26-Feb-24 16:17 
GeneralRe: Wordle 983 Pin
GKP199226-Feb-24 17:47
professionalGKP199226-Feb-24 17:47 
GeneralRe: Wordle 983 Pin
OriginalGriff26-Feb-24 20:16
mveOriginalGriff26-Feb-24 20:16 
GeneralRe: Wordle 983 Pin
Sander Rossel26-Feb-24 20:28
professionalSander Rossel26-Feb-24 20:28 
GeneralRe: Wordle 983 Pin
HobbyProggy26-Feb-24 20:36
professionalHobbyProggy26-Feb-24 20:36 
GeneralRe: Wordle 983 Pin
Amarnath S26-Feb-24 20:53
professionalAmarnath S26-Feb-24 20:53 
GeneralRe: Wordle 983 - 3 4 me Pin
pkfox26-Feb-24 21:11
professionalpkfox26-Feb-24 21:11 
GeneralRe: Wordle 983 Pin
ChandraRam26-Feb-24 21:32
ChandraRam26-Feb-24 21:32 
GeneralRe: Wordle 983 Pin
Cp-Coder27-Feb-24 0:05
Cp-Coder27-Feb-24 0:05 
GeneralRe: Wordle 983 Pin
pkfox27-Feb-24 0:09
professionalpkfox27-Feb-24 0:09 
GeneralRe: Wordle 983 Pin
StarNamer@work27-Feb-24 2:58
professionalStarNamer@work27-Feb-24 2:58 
NewsGonna share with y'all the secret to short term trading. PinPopular
Jeremy Falcon26-Feb-24 14:43
professionalJeremy Falcon26-Feb-24 14:43 
GeneralRe: Gonna share with y'all the secret to short term trading. Pin
jmaida26-Feb-24 16:35
jmaida26-Feb-24 16:35 
GeneralRe: Gonna share with y'all the secret to short term trading. Pin
Jeremy Falcon27-Feb-24 14:37
professionalJeremy Falcon27-Feb-24 14:37 
GeneralRe: Gonna share with y'all the secret to short term trading. Pin
RickZeeland26-Feb-24 19:20
mveRickZeeland26-Feb-24 19:20 

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.