Forum Replies Created

Viewing 15 posts - 2,221 through 2,235 (of 3,221 total)

  • RE: How to find number of columns returned from query in powershell

    Well I suppose if we have a row then we might be able to get somewhere but if we have an array of an array of items that is different....

  • RE: How to find number of columns returned from query in powershell

    Does the following help:

    $QueryResults.Count

    as it is just an array of objects?

    Edit: Because everyone makes mistakes 😉

  • RE: How to find number of columns returned from query in powershell

    What is the type of $QueryResults? It should be available by typing:

    $QueryResults.GetType().FullName

  • RE: How to find number of columns returned from query in powershell

    I am sorry but I am away from SQL Server access but isn't the following valid:

    $QueryResults.Columns.Count

  • RE: Summer, Summer, Summertime

    This year I had the oddest holiday experience: finding out that my first QOTD was being issued whilst abroad with intermittent Internet access. I was really pleased that I had,...

  • RE: DevOps

    Andy sql (7/24/2014)


    I find testing code, which I have not written, incredibly frustrating and fruitless. I'm sure I could learn better unit-testing skills, and ways of writing better test scenarios,...

  • RE: Data Decisions or Instinct?

    I think that we should be right to consider our instincts. As opposed to using that to override statistical analysis we should use it to question the analysis done and...

  • RE: DevOps

    ArmenStein (7/23/2014)


    Is DevOps related to the "engineering approach" that is being considered inside Microsoft right now?

    This is from a news article about the upcoming layoffs, including a quote from Satya...

  • RE: Access Disdain

    RonKyle (7/23/2014)


    I have never known a programmer to say - let me implement with tried and true methods that do the job at hand.

    You never talked with me when...

  • RE: DevOps

    TomThomson (7/23/2014)


    I rather agree with Patrick's comment above - but I read the rubbish and got steadily more appalled as I went through it. A (Python) Programmer is apparently...

  • RE: DevOps

    Maybe it is me but I think that Jeff Knupps is missing the point of the "DevOps" movement. In the same paragraph that he states

    "DevOps" is meant to denote...

  • RE: Byte Me: Deep Insight

    ...it's the oracle I'd prefer access to 😛

  • RE: Access Disdain

    GoofyGuy (7/22/2014)


    Ron Kyle Wrote:

    ... using [VB/SQL] would be like shooting a squirrel with a bazooka. It's overkill.

    But entirely legal in several states. Besides, I hate it when those squirrels...

  • RE: Paying It Forward

    I try to pay it forward (or is that repay it - I don't know because I cannot be bothered to keep track but if you have ever helped me...

  • RE: Is It Time To Clear Out Those Quirky Functions?

    Perhaps some kind of deprecation warning (with the ability to locally disable - equivalent of an old C styled # command) would be beneficial for script updates. I completely agree...

Viewing 15 posts - 2,221 through 2,235 (of 3,221 total)