Click here to Skip to main content
15,891,184 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: Need some direction from programmers / developers please! Pin
#realJSOP12-May-19 3:27
mve#realJSOP12-May-19 3:27 
GeneralRe: Need some direction from programmers / developers please! Pin
Eddy Vluggen12-May-19 9:08
professionalEddy Vluggen12-May-19 9:08 
GeneralRe: Need some direction from programmers / developers please! Pin
Mycroft Holmes12-May-19 14:06
professionalMycroft Holmes12-May-19 14:06 
GeneralRe: Need some direction from programmers / developers please! Pin
Eddy Vluggen13-May-19 1:30
professionalEddy Vluggen13-May-19 1:30 
GeneralRe: Need some direction from programmers / developers please! Pin
DerekT-P14-May-19 1:47
professionalDerekT-P14-May-19 1:47 
GeneralRe: Need some direction from programmers / developers please! Pin
Eddy Vluggen14-May-19 4:03
professionalEddy Vluggen14-May-19 4:03 
GeneralRe: Need some direction from programmers / developers please! Pin
DerekT-P14-May-19 7:58
professionalDerekT-P14-May-19 7:58 
GeneralRe: Need some direction from programmers / developers please! Pin
Eddy Vluggen15-May-19 0:14
professionalEddy Vluggen15-May-19 0:14 
DerekTP123 wrote:
However I'd still contest that letting end-users - even with reasonable SQL skills - loose on writing Stored Procs is a bad idea.
And then MS Access was introduced, lowering the required skillset to manipulate data in SQL Server. Look at me, I clicked together a delete-query!

Why does it say "no records found" when I run it again?

DerekTP123 wrote:
I've experienced places where "[the application developer] will have to use the structure as determined by the DBA" has caused not only poorly-performing apps
So? My first guess is an incompetent DBA - they usually know more about performance in a DB-environment than me. SQL Server in particular has these statistics that it gathers, and a good DBA will explain the cost of every word in your query.

DerekTP123 wrote:
Too much delineation between roles, lack of communication, inflexibility and "empire-building" is never good.
Empire building? This isn't politics, but a definition of roles, and a delineation of profession. I do not go into the kitchen in the restaurant, regardless of politics - it is not my profession, and though I can cook, I really shouldn't do so in a professional environment.

DerekTP123 wrote:
Development involves ongoing negotiation
In over 20 years, I never negotiated. Sales negotiates, my boss does.

The person responsible for the data-integrity and the servers performance is the one who determines how the data is stored. If you as a dev need it in another format, the DBA will provide you with an appropriate view, or generate a temp-table.

How many programmers can explain the different locking-mechanisms? How many can explain a clustered index? Most that I know don't even care about a primary key - they'll add an autonumber or GUID and be done with it.

DerekTP123 wrote:
a new app with a unique access pattern
Having a DB means you are following a standard in how to store data. That's hardly unique, no matter how important you think your product is. If you use an RDBMS, you follow the rules of the DBA, because a DBA is trained for exactly that.

DerekTP123 wrote:
collaboration
I never done that either; I'll listen to what the client needs, then I'll explain the client how I will implement a solution. Simple example that runs parallel to the DBA-discussion - lots of clients will want a word on how the UI looks. None of those will have had any training with respects to UI-development, and don't know sh*t about accessability-features. So no, I will create a UI that I think is required, not what the client thinks that is needed.

Arrogant? No, not at all. Walk into the restaurant of a kitchen, try to collaborate and negotiate a fried egg with the chef. You'll be out of the kitchen before you can start a discussion, because they have work to do. And no, your eggs aren't that unique Thumbs Up | :thumbsup:
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]
"If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.

GeneralRe: Need some direction from programmers / developers please! Pin
DerekT-P15-May-19 11:17
professionalDerekT-P15-May-19 11:17 
GeneralRe: Need some direction from programmers / developers please! Pin
Eddy Vluggen15-May-19 22:54
professionalEddy Vluggen15-May-19 22:54 
GeneralRe: Need some direction from programmers / developers please! Pin
DerekT-P16-May-19 0:47
professionalDerekT-P16-May-19 0:47 
GeneralRe: Need some direction from programmers / developers please! Pin
Eddy Vluggen16-May-19 9:45
professionalEddy Vluggen16-May-19 9:45 
GeneralRe: Need some direction from programmers / developers please! Pin
Kornfeld Eliyahu Peter12-May-19 1:05
professionalKornfeld Eliyahu Peter12-May-19 1:05 
GeneralRe: Need some direction from programmers / developers please! Pin
GuyThiebaut12-May-19 1:46
professionalGuyThiebaut12-May-19 1:46 
GeneralRe: Need some direction from programmers / developers please! Pin
OriginalGriff12-May-19 2:18
mveOriginalGriff12-May-19 2:18 
GeneralRe: Need some direction from programmers / developers please! Pin
Sander Rossel12-May-19 2:21
professionalSander Rossel12-May-19 2:21 
GeneralRe: Need some direction from programmers / developers please! Pin
Eddy Vluggen12-May-19 9:12
professionalEddy Vluggen12-May-19 9:12 
GeneralRe: Need some direction from programmers / developers please! Pin
charlieg12-May-19 9:53
charlieg12-May-19 9:53 
AnswerRe: Need some direction from programmers / developers please! Pin
Ravi Bhavnani12-May-19 14:42
professionalRavi Bhavnani12-May-19 14:42 
GeneralDo people still use XML? Pin
honey the codewitch11-May-19 20:08
mvahoney the codewitch11-May-19 20:08 
GeneralRe: Do people still use XML? Pin
Kornfeld Eliyahu Peter11-May-19 20:36
professionalKornfeld Eliyahu Peter11-May-19 20:36 
GeneralRe: Do people still use XML? Pin
honey the codewitch11-May-19 21:35
mvahoney the codewitch11-May-19 21:35 
GeneralRe: Do people still use XML? Pin
Kornfeld Eliyahu Peter11-May-19 21:43
professionalKornfeld Eliyahu Peter11-May-19 21:43 
GeneralRe: Do people still use XML? Pin
honey the codewitch11-May-19 22:30
mvahoney the codewitch11-May-19 22:30 
GeneralRe: Do people still use XML? Pin
Kornfeld Eliyahu Peter11-May-19 22:38
professionalKornfeld Eliyahu Peter11-May-19 22:38 

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.