Forum Replies Created

Viewing 15 posts - 136 through 150 (of 332 total)

  • RE: That case filter

    BenWard (7/20/2011)


    bopeavy (7/20/2011)

    --------------------------------------------------------------------------------

    I agree the question was misleading!! I ran it 20 times and always returned 5 rows! If the question was in reference to the UNION ALL it...

    :cool:

    "There are no problems! Only solutions that have yet to be discovered!"

  • RE: That case filter

    I agree the question was misleading!! I ran it 20 times and always 5 rows affected! If the question was in reference to the UNION ALL it should have been...

    :cool:

    "There are no problems! Only solutions that have yet to be discovered!"

  • RE: Checking for patterns in a int

    Steve (7-19-2011)


    Is there some problem domain you're looking into or just idle curiosity?

    Yes it is more a curiosity type thing, looking more to see for some type of trend...

    :cool:

    "There are no problems! Only solutions that have yet to be discovered!"

  • RE: Restrict DDL to default Schema

    Maybe you could do something like this:

    DENY SELECT ON SCHEMA::SCHEMA1 TO User1;

    Or something like that?

    :cool:

    "There are no problems! Only solutions that have yet to be discovered!"

  • RE: Checking for patterns in a int

    opc.three

    That at least helps give some sort of direction, Thanks.

    @jason

    It may have but what opc provide will help me see the pattern yours was alittle harder to see...

    :cool:

    "There are no problems! Only solutions that have yet to be discovered!"

  • RE: Checking for patterns in a int

    Steve (7-19-2011)


    You could also do something like running a rolling regression analysis, or a rolling look for multiples of some sort as well, but you'd end up coding each one...

    :cool:

    "There are no problems! Only solutions that have yet to be discovered!"

  • RE: Checking for patterns in a int

    opc.three (7/19/2011)

    The Dixie Flatline (7/19/2011)

    --------------------------------------------------------------------------------

    Call the people at SETI.

    Seriously, I think T-SQL may be the wrong tool for the job of discovering undefined patterns. This...

    :cool:

    "There are no problems! Only solutions that have yet to be discovered!"

  • RE: Checking for patterns in a int

    Steve,

    Yes I do have an ID column that is (1,1) identity, As for the patterns Yes they can and no they may not that I have not been able to...

    :cool:

    "There are no problems! Only solutions that have yet to be discovered!"

  • RE: Checking for patterns in a int

    Nevyn

    Yes thats about as close as it comes.

    :cool:

    "There are no problems! Only solutions that have yet to be discovered!"

  • RE: Today's Random Word!

    SQLRNNR (7/19/2011)


    Revenant (7/19/2011)

    --------------------------------------------------------------------------------

    Steve Jones - SSC Editor (7/19/2011)

    --------------------------------------------------------------------------------

    Dentist

    Ugh

    Draft in the wallet

    More like Black Hole

    Oh---Root Canal!

    :cool:

    "There are no problems! Only solutions that have yet to be discovered!"

  • RE: Checking for patterns in a int

    Great Jason so then what direction would you go to find that out? Is there any post or blog on this matter to find an undefine or vague definition(how often...

    :cool:

    "There are no problems! Only solutions that have yet to be discovered!"

  • RE: Aggregate Functions

    Would this be what your looking for?

    Select a.Rep ,a.total_audits, b.total_Passes, c.total_Failures from

    ( SELECT [Rep], COUNT(audits) as total_audits

    FROM [master].[dbo].[AggregateTable]

    group...

    :cool:

    "There are no problems! Only solutions that have yet to be discovered!"

  • RE: Checking for patterns in a int

    Nevyn

    In that case the definition would be how often a number or numbers follow the number before it.

    :cool:

    "There are no problems! Only solutions that have yet to be discovered!"

  • RE: Checking for patterns in a int

    Thats it I do not have a definition. I am trying to determine is there a way to define that pattern without knowing what it is... and yes that does...

    :cool:

    "There are no problems! Only solutions that have yet to be discovered!"

  • RE: Locking/Blocking issues

    Try running a query trace or a block trace on that server.

    :cool:

    "There are no problems! Only solutions that have yet to be discovered!"

Viewing 15 posts - 136 through 150 (of 332 total)