Forum Replies Created

Viewing 15 posts - 3,286 through 3,300 (of 6,038 total)

  • RE: Problems with duplicates

    fernando.arias (10/15/2015)


    Though, would there be any solution for the problem you presented. If there are two persons with the same name one of the will be deleted. Can I avoid...

  • RE: Logging Tables

    Kristen-173977 (10/15/2015)


    How does the APP write to a text file, for later bulk-import, in a multi-user friendly way? Isn't it going to have to open the file, lock it,...

  • RE: Career advice - Urgent

    maxlezious (10/15/2015)


    Hi Eric,

    Thanks for your reply. I have made my mind up and have decided to sign the contract with Company A. Hopefully as I get more experienced in the...

  • RE: Halt And Catch Fire

    ZZartin (10/15/2015)


    I find it amusing when they start fighting over KB of memory 😛 Or the scene where they map a bios 1 clock cycle at a time by...

  • RE: Career advice - Urgent

    maxlezious (10/14/2015)


    Hi Lowell,

    Thank you for your advice.

    I agree with you that once i have crossed the 35k mark it will be easier for me to get equivalent or even higher...

  • RE: How to get rid of advertisements?

    Now, does anyone know how to do the equivalent of this on Android and iPhone?

    Block unwanted advertisements with /etc/hosts file on Linux

    http://www.putorius.net/2012/01/block-unwanted-advertisements-on.html

  • RE: How to get rid of advertisements?

    One option is to identify the domain name of the site hosting the advertisement and block it by adding an entry in your ..\system32\Drivers\Etc\HOSTS file.

    The following contains more detailed instructions...

  • RE: Comma separated list of distinct values

    Modify the FOR XML subsquery to contain a DISTINCT clause on the ','+InvNo expression, which also requires adding the same expression to the ORDER BY clause.

    SELECT DISTINCT ',' + InvNo

    ...

  • RE: Career advice - Urgent

    Lowell (10/14/2015)


    My advice would be to take the better paying job right now. no doubt.

    once you are at a higher rate, it is very , very doubtful that you would...

  • RE: Career advice - Urgent

    Go with whatever job sounds the most promising in terms of your interest, opportunity to learn new things, and where the organization has big plans in the works. That's the...

  • RE: Better than The Big Bang Theory?

    This guy must have gotten the most laughs of any tech conference presentation. 😛

    https://www.youtube.com/watch?v=yL_-1d9OSdk

    https://isotropic.org/papers/chicken.pdf

  • RE: Logging Tables

    One design consideration for an application event logging table is the acceptable latency between when the event occurs and when the record is available for querying. If we're talking about...

  • RE: Seeking Architecture Design Feedback

    What type of feedback; regarding whether you've modeled right logical architecture (facts, measures, schema, etc.) to support end user's requirements, or whether you've got a solid physical architecture (server hardware,...

  • RE: Feeling exhausted, overworked and tired.

    Taking your story at face value, assuming it's not all in your head, it sounds like your current and previous job are on the crappy side of the bell curve....

  • RE: Ways to improve record deletion speed

    So, you have a table with ~2,000k rows, you're deleting ~750k rows in batches of 50k, it's taking ~10 minutes, and you want to minimize the runtime duration. I'm guessing...

Viewing 15 posts - 3,286 through 3,300 (of 6,038 total)