Forum Replies Created

Viewing 12 posts - 46 through 57 (of 57 total)

  • RE: Analytical Interview Questions

    Sorry Jobing.com had a rather predatory NDA (all concepts and ideas) and non-compete (3 years). Ginger says it is un-enforce-ably predatory though.

    Candidates should ask about things like this at...

  • RE: Analytical Interview Questions

    I had a .net process called DataAssimilator that did such a function for a prior company. The C# program only imported into a dynamically created or a pre-existing staging...

  • RE: Analytical Interview Questions

    My company's interviews are almost purely knowledge-interrogation. Some candidates have literally walked out or reverted to a bitter attitude when getting stumped on easy-to-moderate questions.

    1) How to Find top...

  • RE: 10/23/07

    This question doesn't specify whether it is required for the numbers to be contiguous or not. I don't know if golf provides contiguous rankings. DENSE RANK and RANK...

  • RE: The Core

    I think its only taught in backwater electives in community colleges.

  • RE: Hot Add CPU - Prerequisites

    The correct answer should be

    "Correct answer: Windows Server 2008 Datacenter Edition x64, Windows Server 2008 Enterprise Edition ia64 "

    if two of the checkboxes are to be correct....

  • RE: The Core

    GSquared (6/20/2008)


    For anyone doing either role, I'd say the zeroeth skill is the ability to wander around in Management Studio/QA+EM, without getting lost.

    I agree with that. Most candidates pass...

  • RE: The Green Stuff

    Its depressing to save for retirement. Unless you have a very healthy old-age life and die suddenly from a hemorrhaging stiffened artery, then, ultimately, the pharmaceutical companies and the...

  • RE: calculating duration column in seconds

    In a saved trace table for SQL Server 2005, only the duration is in microseconds. Duration is saved as microseconds regardless of the checked state of 'Show values in Duration...

  • RE: Good T-SQL Books

    I like Itzik Ben-Gan's inside SQL Server 2005 T-SQL programing and T-SQL Querying books.

  • RE: Return minimum of two values

    Inline table value functions are processed as derived tables and you can write them as such (works great in MySQL which doesn't support table valued functions) even inside a CROSS...

  • RE: Passing Parameters as (almost) 1, 2, and 3 Dimensional Arrays

    This 2D stuff is excellent for normalizing 1NF (first normal form) violations like '123^12|456^45'|789^12|945^34'

    2D array parsing without table variables or temp tables! It is using Itzik Ben-Gan's parsing algorithm that...

Viewing 12 posts - 46 through 57 (of 57 total)