Forum Replies Created

Viewing 15 posts - 2,971 through 2,985 (of 19,560 total)

  • RE: SSPI handshake failed...

    Have you tried re-registering your spns for the sql boxes?

    In addition, have you tried the steps in this article?

    http://blogs.msdn.com/b/sql_protocols/archive/2006/12/02/understanding-kerberos-and-ntlm-authentication-in-sql-server-connections.aspx

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Am I too young to be an SSRS report developer?

    temisola1 (5/29/2014)


    Also, I am going to take a class on T-SQL. I was just thinking about doing Oracle as well so that I can put that on my resume to...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Just curious, what are your SQL pet peeves ?

    Sean Lange (5/29/2014)


    SQLRNNR (5/29/2014)


    Sean Lange (5/29/2014)


    SQLRNNR (5/29/2014)


    Sean Lange (5/29/2014)


    Luis Cazares (5/29/2014)

    JOIN keywords on the right of the tables.

    +1000 That one drives me nuts!!! (ok I know it is a short...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Am I too young to be an SSRS report developer?

    So you have a 4yr degree and 4 yrs of IT experience at the age of 19?

    Here in the states, that would be questioned quite a bit.

    Kudos to you if...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Just curious, what are your SQL pet peeves ?

    Sean Lange (5/29/2014)


    SQLRNNR (5/29/2014)


    Sean Lange (5/29/2014)


    Luis Cazares (5/29/2014)

    JOIN keywords on the right of the tables.

    +1000 That one drives me nuts!!! (ok I know it is a short trip)

    NOT a fan...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Just curious, what are your SQL pet peeves ?

    Sean Lange (5/29/2014)


    Luis Cazares (5/29/2014)

    JOIN keywords on the right of the tables.

    +1000 That one drives me nuts!!! (ok I know it is a short trip)

    NOT a fan of that format...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: uses of string splitters

    I have had to use string splitters to help with removing certain characters from things like phone numbers.

    Another common use is to split delimited strings.

    Depending on the string there are...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: OUTER APPLY with SELECT TOP 1, is it worth it, can be replaced ??

    The sample query you provided does nothing of what you describe. How about posting a query that you have been working on to accomplish the business requirements and then...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Just curious, what are your SQL pet peeves ?

    Sean Lange (5/29/2014)


    samalex (5/29/2014)


    Wow, I agree with literally 100% of what you guys have entered, including 'sprocs'. We have a few non-DBA's who use this verbiage, and it always makes...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Just curious, what are your SQL pet peeves ?

    GilaMonster (5/29/2014)


    SQLRNNR (5/29/2014)


    Here's one more - Devs with SA access

    Fixed that for you.

    That in and of itself is a pet peeve. But it is far worse when a DBA...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: tempDB data file

    GilaMonster (5/29/2014)


    Gangadhara MS (5/29/2014)


    Microsoft recommends For the TEMPDB database, create 1 data file per CPU.

    That recommendation belongs in the garbage.

    And burned!!

    :hehe:

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Just curious, what are your SQL pet peeves ?

    In addition to what has been said (e.g. nolock, nesting views and procs, poor formatting etc)

    I don't like it when stored procedures are called "sprocs"

    I don't like calling a server...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Filtering on a parameter value ??

    Why are you pulling in discharge date if the parameter value is "A"?

    Don't you want to pull in where the active field is equal to "A"?

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Filtering on a parameter value ??

    If you have those values assigned to a parameter in a report, you can take that parameter and pass it to a function in the filter of the dataset for...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: OUTER APPLY with SELECT TOP 1, is it worth it, can be replaced ??

    It depends. What are your business requirements for the code?

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

Viewing 15 posts - 2,971 through 2,985 (of 19,560 total)