| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 3 months |
| seen | Mar 25 at 14:16 | |
| stats | profile views | 1 |
Tired of rude egoistical developers who think they are God's gift to mankind and are somehow better than every other developer they come across and somehow are natural geniuses. I'm a developer, you're a developer, and the world doesn't revolve around you OR I. Just work as a team and quit being stuck up as a developer..you know who you are. Your limelight is only a facade over the fact that you're just another developer like me or the guy next to you. You are nothing special, and neither am I. Time to humble yourself. You don't need to talk as if you think you are a genius...get rid of your egos. Developer attitudes need to change.
|
Mar 25 |
awarded | Supporter |
|
Mar 25 |
comment |
Closed loops in database model, does it affect the performance? no you can have a need for a circular graph. Lets say you have a need to create a closed Dependency Graph. Where you have DataFields and they can be repeated. They're all DataFields and connected by edges so you wanna figure out where a certain datafield resides in the graph and get its subnodes for varoius reasons processing dependencies below that field/node, etc. |
|
Dec 26 |
awarded | Notable Question |
|
Aug 16 |
awarded | Popular Question |
|
Jun 22 |
awarded | Student |
|
Feb 9 |
awarded | Scholar |
|
Feb 9 |
accepted | Invalid use of a side-effecting operator 'INSERT' within a function - Multiple Inserts in Function |
|
Feb 9 |
comment |
Invalid use of a side-effecting operator 'INSERT' within a function - Multiple Inserts in Function well this is for maintenance purposes so what is the hack? So you're saying I'm better off just to create a main stored proc (lets say it's called CreateUserForMaintenance) and have it call these inserts after I throw some of those insert |
|
Feb 9 |
asked | Invalid use of a side-effecting operator 'INSERT' within a function - Multiple Inserts in Function |