Nick DeVore

California

aeries.com

Age: 35

Just an average guy making an average wage doing what I enjoy.

May
15
reviewed Close Programming languages most mnc's ask at the time of campus recruitment
May
15
reviewed Leave Open 3D collision in OpenGL
May
15
reviewed Close Blank SVN mail from SVN slave commit
May
15
reviewed Leave Open Suddenly Ogre headers are not found (DEVELOPER_DIR changed with an Xcode update)
May
15
reviewed Close Does anyone know how to see at the work space level, scrum teams who are always over capacity?
May
15
reviewed Leave Open How to add web application to default website in IIS 7
May
15
reviewed Close Cannot install Project 2013 or Visio 2013
May
15
reviewed Close Hyper-V doesn't seem to merge snapshots to VHD file
May
15
reviewed Leave Open Serialization of struct
May
15
reviewed Close How does day to day work done at google (technical side)
May
15
reviewed Leave Open Get line number of xml error in python libxml2
May
15
reviewed Close How do I use BSNL wirless modem to other internet connection
May
15
reviewed Leave Open What is Google Cloud Datastore?
May
15
reviewed Close can't ping virtual machine from physical
May
8
awarded Autobiographer
May
7
comment how to create kendo tabstrip inside editTemplate
Could you post your code? Perhaps your tabs are not rendering because you're not attaching the kendoTabStrip method at right point in your code. If the edit template is created based upon a user generated event, then you've got to bind to the controls at that point, not at DocumentReady.
Apr
24
comment How to solve a complex group by sql query?
This is the answer according to what he requested, BUT I'm thinking he meant just true or false. But, you get the points for getting the right answer and providing the SQLFiddle.
Apr
17
comment Composite clustered PK behavior vs Nonclustered PK + nonunique clustered index
I think @Quassnoi has the best approach. I wouldn't worry too much about the identity column. But, refer to the comment by Martin regarding page splits.
Apr
17
comment Composite clustered PK behavior vs Nonclustered PK + nonunique clustered index
I would make the identity column non-clustered, but yes, the only benefit would be to be able to foreign key to that single column and/or search for that row by that column value.
Apr
17
comment Composite clustered PK behavior vs Nonclustered PK + nonunique clustered index
If you're asking me, I'd put it in because the overhead is negligible, but no one would say you did it wrong if you didn't include it.
1 2 3 4 5