Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
R

RyanEK

@RyanEK
About
Posts
154
Topics
7
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Design question - adding soft links to tables
    R RyanEK

    I actually raised this question because I'm at odds with the design. Thanks for the sanity check :)

    Database question design performance discussion

  • Design question - adding soft links to tables
    R RyanEK

    Using an account view is a good idea. Thank you!

    Database question design performance discussion

  • Design question - adding soft links to tables
    R RyanEK

    Hi, I have a design question that I was hoping a professional could answer. Lets say I have the following one-to-many table relationship between an Account and its Addresses.

    create table account (
    acctkey int,
    acctname varchar(100),
    active bit
    )

    create table acctaddress (
    acctkey int,
    addkey int,
    street1 varchar(100),
    isprimary bit
    )

    An account can have many addresses but only one can be the primary. Does it make sense to include a soft link in the main table to hold the key of the address that is the primary? ie.

    create table account (
    acctkey int,
    acctname varchar(100),
    active bit,
    primaryaddkey int <---
    )

    This is purely to return the primary address of account (with the best performance in mind). Is this a bad design? Does the need to sync the account and acctaddress tables outweigh the performance advantages? I would appreciate any thoughts on this. Thanks Ryan

    Database question design performance discussion

  • Describe a feeling when....
    R RyanEK

    Hmmm add another textbox?

    The Lounge css

  • VS 2012
    R RyanEK

    I'm loving the dark colour theme

    The Lounge visual-studio c++ design performance

  • Warp Drives Feasible in our life-time
    R RyanEK

    There was a time when people thought that it was impossible to cross the Atlantic ocean because a ship would need more coal than it could carry.

    The Lounge com business collaboration code-review

  • Alternate Question: What movie will you stop browsing and watch AGAIN?
    R RyanEK

    Tremors starring Kevin Bacon

    The Lounge question

  • My First Computer, The only computer I bought ever
    R RyanEK

    Amusing story :) I enjoyed that.

    The Lounge tutorial question lounge learning

  • Quote of The Day
    R RyanEK

    Ahh I bet the old fogeys in your day were ridiculing you for liking AC/DC.

    The Lounge

  • Do I have the obligation to make my neighborhood look more attractive than it really is?
    R RyanEK

    Despite your efforts, at the end of the day it's your fence so it's your responsibility.

    The Lounge tools help question discussion

  • Why MS Word sucks today
    R RyanEK

    I kinda feel sorry for wordy... he's just trying to help you out

    The Lounge question css

  • Engagement Rings [modified]
    R RyanEK

    You're getting married? I can recommend a ring... suffering

    The Lounge help question career

  • Stupid of the day
    R RyanEK

    :laugh: that's funny. That reminds me of the time my web page kept returning an error when I was trying to view a text file. That is until I realised, the file contained text of a web page error. It must have been a Monday.

    The Weird and The Wonderful testing debugging beta-testing question

  • Need advice
    R RyanEK

    saxenaabhi6 wrote:

    (not a part of our job)

    You said it's not part of your job, but would you be working on the job during work hours? If not then you should consider negotiating with him a freelance rate since you will be doing this on your own time (albeit with a discount since he is your boss) I understand he is your boss and all, so it's a sticky situation but you should make it worth your time.

    The Lounge css database sysadmin hosting json

  • I like the way CP is dealing with compulsive downvoters
    R RyanEK

    Hmmm how odd. If I vote a 3, why is it deemed any less relevant just because it doesn't follow the majority?

    The Lounge html com

  • Enhanced Google image search.
    R RyanEK

    It's extemely accurate too, I just uploaded a picture of myself and it returned images of models.

    The Lounge com beta-testing question code-review

  • Excellent Featured Article On Wikipedia Today
    R RyanEK

    Err yeah thats exactly what I meant. I didn't claim to discover it myself.

    The Lounge xml

  • Excellent Featured Article On Wikipedia Today
    R RyanEK

    Just discovered today that if you continuously click on the first link of any Wikipedia article (that is not in brackets or italicised) it will eventually lead you to the topic on Philosophy.

    The Lounge xml

  • Undocumerited .NET
    R RyanEK

    GAMerritt wrote:

    Undocumerited

    I see what you did there

    The Lounge csharp com

  • A Serious Quandry
    R RyanEK

    1. Check with your bank if they offer an sms service that notifies you if a deposit has been made over a certain amount. 2. Sell a kidney

    The Lounge csharp visual-studio help question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups