Forum Replies Created

Viewing 15 posts - 541 through 555 (of 645 total)

  • RE: Getting The Most Out of SQL Server 2005 UDTs and UDAs

    massoud-1045248 (3/14/2011)


    Thanks for the article but it seems that the link is not working.

    CreateAssemblyAndAggregate.sql

    Also when I try to create the procedure below I get an error. I named the...

  • RE: Use of Identity Property to Resolve Concurrency Issues

    Ajit, this is an interesting approach to the problem, but most likely it is just adding complication via over-engineering when a much simpler solution appears to be available.

    1) The most...

  • RE: Easy and Repeatable Testing of DB Code (Stored Procs, etc.) with DbFit

    ian.gregson (2/14/2011)


    Hi Solomon, thanks for the reply but I didn't really want to execute the sproc in its entirety.

    These output column names are what I want to build my test...

  • RE: Easy and Repeatable Testing of DB Code (Stored Procs, etc.) with DbFit

    ian.gregson (2/10/2011)


    I would like to be able to create a test around the metadata returned from a stored procedure.

    My scenario :- I will receive Column A, Column B & Column...

  • RE: NoSQL Basics

    I definitely agree that there are very valid occasions to use a NoSQL option as a solution and to rule them out entirely is just as silly as wanting to...

  • RE: Join Operations – Nested Loops

    CirquedeSQLeil (1/4/2011)


    True it is a bit unfair to illustrate it that way (I alluded to that unfairness as well). An important part of that comparison is to show how...

  • RE: Join Operations – Nested Loops

    Hey Jason. Nice article and one question. In your two main examples the difference is the WHERE condition that constrains the results to 10 rows as opposed to...

  • RE: A genuine use for a SQL CLR Aggregate

    Adam Machanic (1/4/2011)


    Garbage in, garbage out. If you pass in nonsensical data that lacks a key, you'll get back a nonsense answer. Break the ties and everything works fine.

    D'oh! ;-)...

  • RE: Understanding T-SQL Expression Short-Circuiting

    gabriele.acconcia (1/4/2011)


    I would only sign out that I got an error when I tried to execute the following sample from the article:

    DECLARE @a int = 1

    DECLARE

  • RE: A genuine use for a SQL CLR Aggregate

    Mark-101232 (1/4/2011)


    I don't think the CELKO method works correctly in all circumstances, the problem occurs when there are duplicates and the ASC and DESC ROW_NUMBERs don't match up. The data...

  • RE: Disk Is Cheap! ORLY?

    timothyawiseman (1/3/2011)


    When I am thinking about the trade offs for creating an index, I will consider carefully how often the table is written to and the trade offs in write...

  • RE: Disk Is Cheap! ORLY?

    Charles Kincaid (1/3/2011)


    You have to apply all of these through a filter of sense.

    Of course. That is what the article was about: making sensible/reasonable choices.

  • RE: Disk Is Cheap! ORLY?

    Nadrek (1/3/2011)


    Essentially; know your system, know your data, know your bottlenecks, know the plateaus, know your growth patterns, and keep an eye on future technology.

    You have limited CPU, limited disk...

  • RE: Disk Is Cheap! ORLY?

    rlobbe (1/1/2011)


    What no one has mentioned is that you also have to consider the mechanics of the I/O.

    SQL Server is going to fetch a block (or several) at a time,...

  • RE: Disk Is Cheap! ORLY?

    Thomas-282729 (1/1/2011)


    I could make the same argument against any data type. "Think of the savings you are wasting by using a 4-byte integer instead of a 2 byte integer for...

Viewing 15 posts - 541 through 555 (of 645 total)