Forum Replies Created

Viewing 15 posts - 61 through 75 (of 90 total)

  • RE: A Neural Network in SQL Server

    i had a tough time building a neural network. i used mathematical functions to 'amplify', update then recast the result prior to output. it seemed the training would never...

  • RE: Virtualization and Preparation

    This post was good one! I have finished making an inital DRP using virtualization. It's great but I could use a newer, more powerful server instead of adding...

  • RE: Is Your Server Vendor Providing the Quality, Innovation, and Support You Need?

    When we became an extension of our main company's global contract with this particular supplier, there was a honeymoon phase of about 8 months where I got calls and follow...

  • RE: Support The Boss

    a select group of us employees were given series of MBA courses but just an overview. it was not even a mini-MBA course which is one year. we were not...

  • RE: It's The Job

    3 years ago, i thought the image was a hoax. this time, i really spent time to get it spinning counter-clockwise (for me, it was spinning clockwise. i am...

  • RE: Lockdown or Let Them Free

    for years, i let the users do what they want with their laptops and desktops. the costs of hardware and support maintenance were high.

    when i got to...

  • RE: What's Your Education Worth?

    that is so true, learning on our own. thanks to the Internet including this website, i have solved very many problems. the course examples are within bounds so...

  • RE: What's Your Education Worth?

    The ethical hacking course I took was about $1,000. Some MS courses take about $400, but what I couldn't afford was the Cisco ASA course, just one course on...

  • RE: What's Your Education Worth?

    as a relatively old person but still young, ok, middle-age person, i had a year of general education followed then by gradual, specific scientific courses.

    currently, there is a school which...

  • RE: A history lesson

    homing.

    there are lots of sites but i feel lucky having subscribed here. the presentation and areas are spread well around. lots of people pitching in.

    it's like...

  • RE: Have You Checked Out the SQL Server 2008 R2 CTP Yet?

    1. Same as the one before me, SQL 2005 took some time for me to get used to. Even now, in the SSC email subscriptions, I am surprised there's...

  • RE: Four Rules for NULLs

    ...it must be somewhere there within the 15 pages of posts.

    the answer i was expecting from you would have been, "because the filter will take a hit with a...

  • RE: Four Rules for NULLs

    Please qualify how it can be bad when it works fine without having to do convoluted steps cursor tables, etc.

  • RE: Four Rules for NULLs

    This query will work regardless of ANSI settings:

    select rep

    from salesteam a

    where rep NOT in (

    select fullname from manpower

    where...

  • RE: Testing Skills

    Kobayashi Maru

    I once did something like KM on my best programmer I ever trained. After a week, I told him inheritance could be done in Visual Foxpro but not...

Viewing 15 posts - 61 through 75 (of 90 total)