Forum Replies Created

Viewing 11 posts - 1 through 11 (of 11 total)

  • RE: The Number that shouldn't be a number

    Back in the day, when learning about databases, a rule-of-thumb I was taught was that if you have a column that contains 'numeric' data then only set it's data type...

  • RE: Testing

    The problem I always faced when testing my own code, particularly when I was a software developer, was that I tended to not test things the way users would test...

  • RE: Creating a heat map in Reporting Services

    I think only one person noted that this was a very useful article as it included creating and referencing an external DLL. I'm sure sure some of the other solutions...

  • RE: We Want Maturity, But Is It Fun?

    In the past 15 years I've gone from a similar situation - large company with a small IT dept all in the same room with me filling both the development...

  • RE: Monitor Database Growth and Usage

    Thanks Willem. Changed line 64 to $SqlHost = "(local)\<myserver>" and that worked. Getting a problem connecting via sqlcmd now but that's a a problem for me to solve 🙂

    Gordon.

  • RE: Monitor Database Growth and Usage

    Hi, I'm getting an 'unexpected token' error when trying to specify a named instance of SQL Server on line 64.

    Gordon.

  • RE: Index Behaviour

    A rule of thumb, David, is that the query optimiser will go for the smallest structure available so it can read more of it into memory- i.e. you can read...

  • RE: Index Behaviour

    I have to say I thought all the queries would use the non-clustered scan as it was just as quick to do a scan than a seek.

  • RE: Memory

    Pace Douglas Adams, the answer probably ought to have been 42.

  • RE: Memory

    I'm agreement with others that the question ought to have been 'recommended minimum memory', hence my incorrect answer of 'none of the above'.

  • RE: Sql job to execute multiple queries and email

    SSChampion's response is a valid one. How big can any or all of your results become? If one or more queries return hundreds, or even thousands of rows, well I...

Viewing 11 posts - 1 through 11 (of 11 total)