Forum Replies Created

Viewing 15 posts - 316 through 330 (of 392 total)

  • RE: Fixed to varying length

    I should not have made the assumption that the question was solely about the differences between char and varchar! I was assuming (see, that was my problem!) that the...

  • RE: A True SQL OS

    I agree that both the SQL OS and the T-SQL enhancements should be done. In fact, it seems logical to me that by paring down the OS side, much...

  • RE: A True SQL OS

    Michael Ross (8/26/2009)


    As painful as it is, it's hard to dispute throwing hardware at the problem as a viable solution. I participated in discussions where a memory leak in...

  • RE: A True SQL OS

    A stripped down version of Windows to support SQL Server is a great idea. It's a rather proven concept (as many others have pointed out) that would simplify administration...

  • RE: RAID

    marklegosz (8/18/2009)


    I was shocked to see only 49% getting this right (when I checked). Surely all DBAs should be all over this one.

    Yeah, it was a "no-brainer" and evidently my...

  • RE: RAID

    Doh!! Goes to show what you get when you click through something too quickly without checking your answers! (I checked 0 when I meant to check 1).

  • RE: Stored procedure parameters

    joncooney73 (8/13/2009)


    You would ASSUME 'range of values' implies string length here. Obviously it doesn't.

    I don't believe so. The range of numeric values is limited because the datatype is limited....

  • RE: Stored procedure parameters

    Slick84 (8/10/2009)


    So...why exactly is this happening? I thought the whole 'This is a test string' without the quotes would show up in my result-set.

    If you'll notice, the parameter to the...

  • RE: Stored procedure parameters

    I've been burnt by this "feature" too often to not recognize it! It took me hours to track down an issue cause by a string truncation that was being...

  • RE: Good for the Goose

    Paul Thornett (8/7/2009)


    IMHO, working (unpaid) overtime on a regular basis because it's expected or required is folly and madness.

    I couldn't agree more. One company I worked at previously though...

  • RE: Good for the Goose

    Being in IT all of my career, I've worked quite a bit of overtime in my day. I've always given 125% and was willing to do what was necessary...

  • RE: Conversion Fun

    I don't believe that isnumeric looks at the string as a whole, but as the individual characters in the string. I think it's a rather broad assertion that the...

  • RE: Building an API

    Paul (8/4/2009)


    Aaron: My point about the class alternative was that it's just that; an alternative. You could use either, actually I normally use both, (database objects and classes), as they...

  • RE: Building an API

    Paul (8/4/2009)


    Although you don't need to use stored procs to have an API - us developers, (yes I am one), also have utility classes that provide the same sort of...

  • RE: Building an API

    Are you sure you weren't listening in on our development meeting the other day? We talked about both using FogBugz and developing stored procedures to use as an API...

Viewing 15 posts - 316 through 330 (of 392 total)