Forum Replies Created

Viewing 15 posts - 271 through 285 (of 1,183 total)

  • RE: SQL Server DBA Needed in MI

    Jason Selburg (7/19/2011)


    Ninja's_RGR'us (7/19/2011)


    Jeff Moden (7/19/2011)


    Ninja's_RGR'us (7/19/2011)


    USA :exclamationmark:

    Better look at a map. 🙂

    I just googled it.

    Detroit, Michigan, USA.

    I rest my case. You can always trust what Google says...

    ______________________________________________________________________

    Personal Motto: Why push the envelope when you can just open it?

    If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.

    Jason L. Selburg
  • RE: SQL Server DBA Needed in MI

    Ninja's_RGR'us (7/19/2011)


    Jeff Moden (7/19/2011)


    Ninja's_RGR'us (7/19/2011)


    USA :exclamationmark:

    Better look at a map. 🙂

    I just googled it.

    Detroit, Michigan, USA.

    I rest my case. You can always trust what Google says 😀 :-P.

    Who...

    ______________________________________________________________________

    Personal Motto: Why push the envelope when you can just open it?

    If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.

    Jason L. Selburg
  • RE: Whats the most hot BI tool now in the market

    Ninja's_RGR'us (5/11/2011)


    Why am I tempted to answer : Me, without any doubt :w00t:.

    Steve needs to impliment a "LIKE" button for SSC.

    ______________________________________________________________________

    Personal Motto: Why push the envelope when you can just open it?

    If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.

    Jason L. Selburg
  • RE: Checking for patterns in a int

    Ok here goes.....

    DISCLAIMER: This only addresses one of MANY possible patterns.

    declare @numbers table (nDex int)

    insert @numbers (nDex)

    values

    (1),(2),(3),(4),(5),(6),(7),(8),(9),(-1),(-2),(-3),(-4),(-5),(-6),(-7),(-8),(-9)

    -- just as Steve pointed out, there must be something that defines the...

    ______________________________________________________________________

    Personal Motto: Why push the envelope when you can just open it?

    If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.

    Jason L. Selburg
  • RE: Checking for patterns in a int

    bopeavy (7/19/2011)


    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...

    ______________________________________________________________________

    Personal Motto: Why push the envelope when you can just open it?

    If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.

    Jason L. Selburg
  • RE: Drop down parameters for this week, last week etc

    Not sure the specifics of where you're encountering issues.

    But in general, you would create a procedure that returns the values you want in your drop down list and use that...

    ______________________________________________________________________

    Personal Motto: Why push the envelope when you can just open it?

    If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.

    Jason L. Selburg
  • RE: Checking for patterns in a int

    bopeavy (7/19/2011)


    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...

    ______________________________________________________________________

    Personal Motto: Why push the envelope when you can just open it?

    If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.

    Jason L. Selburg
  • RE: Checking for patterns in a int

    I agree, before providing a solution the "Pattern" requirement will need clearly defined. 😀

    ______________________________________________________________________

    Personal Motto: Why push the envelope when you can just open it?

    If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.

    Jason L. Selburg
  • RE: SQL Formula Calculation help

    Dynamic SQL

    ______________________________________________________________________

    Personal Motto: Why push the envelope when you can just open it?

    If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.

    Jason L. Selburg
  • RE: SQL Formula Calculation help

    Dynamic SQL 🙂

    ______________________________________________________________________

    Personal Motto: Why push the envelope when you can just open it?

    If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.

    Jason L. Selburg
  • RE: Invalid Object In SQL Server 2008 database

    Define "Invalid"

    ______________________________________________________________________

    Personal Motto: Why push the envelope when you can just open it?

    If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.

    Jason L. Selburg
  • RE: How To Match For Dates in T-SQL (w/o RegEx)

    Have you tried?

    ISDATE(yourColumn) = 1

    ______________________________________________________________________

    Personal Motto: Why push the envelope when you can just open it?

    If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.

    Jason L. Selburg
  • RE: How to find highest paying two employee for each dept

    1. Reverse the ORDER BY in the ROW_NUMBER()

    2. Reverse the WHERE to be < 3

    3. As a general rule, use table variables or temp tables in your questions/answers. Nobody wants...

    ______________________________________________________________________

    Personal Motto: Why push the envelope when you can just open it?

    If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.

    Jason L. Selburg
  • RE: Advice for a student

    And yet another option is to get the eval version http://msdn.microsoft.com/en-us/sqlserver/bb895906.

    It's valid for 6 months.

    ______________________________________________________________________

    Personal Motto: Why push the envelope when you can just open it?

    If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.

    Jason L. Selburg
  • RE: Where Do You Go for Authoritative SQL Server Best Practices?

    I just ask Jeff. 😀

    ______________________________________________________________________

    Personal Motto: Why push the envelope when you can just open it?

    If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.

    Jason L. Selburg

Viewing 15 posts - 271 through 285 (of 1,183 total)