Forum Replies Created

Viewing 15 posts - 5,326 through 5,340 (of 19,560 total)

  • RE: T-SQL

    SanDroid (1/4/2013)


    SQLRNNR (1/3/2013)


    dineshbabus (1/3/2013)


    I think few days back same conversation happened... Unique constraint is different from unique index. While creating unique index we can create with filter and that will...

    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: Trying to analize a Deadlock Graph

    opc.three (1/4/2013)


    I was typing while you guys had two more responses, sorry if my last post seemed redundant.

    From the resource-list it looks like you might have things accessing resources in...

    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: Trying to analize a Deadlock Graph

    What is the average run time for your ERP process?

    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: Trying to analize a Deadlock Graph

    Each of those plans are associated to each process that is captured. It looks as though the sp_executesql is executing the parameterized query. You have the same query...

    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: Can a malware on desktop affect the security of MSSQL?

    There is an option that does not require you to to log on and off and back and forth.

    Create an SSMS shortcut that relies on the Runas and specify your...

    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: who supports your Clustered Servers? Systems or the DBA Group

    We have done it as a joint effort.

    This is not just a database cluster, it is also a windows cluster. There are two clusters installed - the os is...

    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: Can a malware on desktop affect the security of MSSQL?

    Lowell (1/4/2013)


    MSSQL_NOOB (1/4/2013)


    Is this security or stupidity?

    a little of both, i think.

    I agree it could be a little of both. Many shops use two accounts in AD -...

    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: Trying to analize a Deadlock Graph

    I see that you have captured three processes in this deadlock graph. All three of these are running the same code. Have you checked what the code is...

    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: DR Prep

    I will be scheduling additional testing. I also have a few more checks that I will be implementing.

    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: Today's Random Word!

    crookj (1/4/2013)


    SQLRNNR (1/3/2013)


    Daniel Bowlin (1/3/2013)


    SQLRNNR (1/3/2013)


    opc.three (1/3/2013)


    SQLRNNR (1/3/2013)


    JAZZ Master (1/3/2013)


    SGT_squeequal (1/2/2013)


    crookj (1/2/2013)


    Daniel Bowlin (1/2/2013)


    In the immortal words of Uniblab

    "Back to work (click), back to work (click). Everybody ( click) work,...

    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: Shrink database

    Vegard Hagen (1/4/2013)


    No, a shrink with no_truncate will "shrink" the data file without actually shrinking it.

    I'm "impressed" that a vendor like Symantec would actually make such recommendations. I mean...

    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: I need help with my query. I found part of this, but doesn't work. Please help.

    Glad it is working for you.

    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: Let Users Execute DTS/SSIS Packages in Scripts ?

    homebrew01 (1/4/2013)


    Have them run a job ? That might work, but I'd need a way to let them start that job, which I doubt they can do.

    One thing we...

    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: T-SQL

    Dineshbabu (1/4/2013)


    SQLRNNR (1/4/2013)


    A single column Unique constraint can have only one Null value (unless you use the filtered index version of a unique index) which some debate is not 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: I need help with my query. I found part of this, but doesn't work. Please help.

    Like Dwain said,

    change this line

    and n.Note like '%[0-9A-Za-z.][@] [0-9A-Za-z.]%'

    to this

    and n.Note like '%[0-9A-Za-z.][@][0-9A-Za-z.]%'

    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 - 5,326 through 5,340 (of 19,560 total)