Forum Replies Created

Viewing 15 posts - 19,081 through 19,095 (of 19,560 total)

  • RE: Are the posted questions getting worse?

    Ok - it's not prose or rhyme but it is set to Jingle bells

    /*

    Pouring through the code

    of a cursor based stored proc

    Making it set-based

    Eating a Pork Chop

    Set-based procs we write

    Making...

    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: Convert Varchar(8) to DateTime

    I don't get the same problem. When that date pops up, it could be due to an invalid date that has been input.

    declare @issuedate varchar(8)

    Set @issuedate = '20091118'

    select Convert(DateTime,...

    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: execute a "create trigger" inside a stored procedure

    That was going to be my next post after he responded with what had been tried already.

    Quetzco, as Elliott outlined - it can be done through the use of either...

    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: SSC Level List?

    Are these buckets strictly posts or are the QOD points included?

    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: Execute Process Task (SQLCMD)

    Colander? - Check

    Still unable to understand the brash quips about us Lynn and Bru being rude.

    Might have to switch the colander to psychic mode.

    Is that Karma Chameleon?

    In the meantime, maybe...

    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: Help with Query

    Right there with Bru on this one.

    I think I have a grasp of what you want but could be jumping at conclusions that may be wrong without more information.

    However, based...

    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: execute a "create trigger" inside a stored procedure

    What have you tried so far?

    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: PreVisor Assessment Test

    VirenMann (11/18/2009)


    Can you post some of the questions here?

    Thanks in advance

    viren

    SSC is not a Braindump site. Posting any exam questions in braindump format to this site is ill-advised.

    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: Service Pack

    And to reiterate the point...

    Applying Service Packs and patches can cause undesirable effects. Thus it is necessary to test the patches in non-production environments before rolling them to production....

    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: Question of the Day for 13 Jul 2007

    Hmmm. Verified on my default installation that the ServiceName is indeed MSOLAP, and that concurs with the documentation.

    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: Are the posted questions getting worse?

    ForumDog and his curses are long gone. Took flight with the rest of the pack - they are somewhere in Minnesota now.

    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: Need name information for all NT Domain Accounts on SQL Server

    Do you have adequate permissions in AD to query and pull back the list?

    Here is a query that you could integrate into xp_cmdshell if you wanted.

    dsquery user -limit 0 |...

    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: Log Shipping Breaks every time indexes get rebuilt

    George has a good point. There are scripts available to help automate the index reorgs rebuilds in smaller chunks at a time.

    Smaller reindex operations will help to keep the...

    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: Storage and performance costs of unused indexes.

    NP.

    One last tidbit. It was written in 2k5. If it needs to work for SQL 2000, you will need to modify as you need.:cool:

    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 mdf file

    Thanks for the update on what finally worked for you in this scenario.

    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 - 19,081 through 19,095 (of 19,560 total)