Forum Replies Created

Viewing 15 posts - 5,176 through 5,190 (of 19,560 total)

  • RE: database email

    Looks correct to me.

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

    That could be a rather large email.

    But yes you can do that.

    start with a little reading on the procedure that sends emails.

    http://msdn.microsoft.com/en-us/library/ms190307.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: database email

    We would need more details. The info is pretty limited in order to provide a viable solution.

    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 to convert Varchar to Money with symbols

    DECLARE @amt VARCHAR(20) = '5000'

    SELECT REPLACE('$' + CONVERT(VARCHAR(20),(CAST(@amt AS MONEY))),'$-','-$')

    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?

    Stefan Krzywicki (1/16/2013)


    SQLRNNR (1/16/2013)


    WayneS (1/16/2013)


    Anyone in the Charlotte, NC area with an electric leaf blower (preferably battery powered!) that I can borrow for next year's PASS Summit? :w00t::crazy:

    I think 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: TRY...CATCH

    Thanks for the question

    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?

    WayneS (1/16/2013)


    Anyone in the Charlotte, NC area with an electric leaf blower (preferably battery powered!) that I can borrow for next year's PASS Summit? :w00t::crazy:

    I think you can rent one...

    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?

    Lynn Pettis (1/15/2013)


    dwain.c (1/15/2013)


    Thought I'd resurrect this thread which has now gone dormant for nearly 24 hours to say:

    Woooohoooo!!! My 2000th post! Time to celebrate!

    Good grief! Seems...

    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?

    dwain.c (1/15/2013)


    Thought I'd resurrect this thread which has now gone dormant for nearly 24 hours to say:

    Woooohoooo!!! My 2000th post! Time to celebrate!

    Good grief! Seems like only...

    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: Index rebuild/reorg script Validation

    dedicatedtosql (1/15/2013)


    Thanx for the advice on the Ola Hallengren script. I will suerly look into it. The only prob is I would like to go with those scripts that I...

    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: Getting field value from notepad

    What are you trying to accomplish?

    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: Index rebuild/reorg script Validation

    While there is Ola's script, there is also a widely accepted script by Michelle Ufford

    http://sqlfool.com/2011/06/index-defrag-script-v4-1/

    This one is also widely accepted and works.

    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!

    Revenant (1/15/2013)


    Cliff Jones (1/15/2013)


    SQLRNNR (1/15/2013)


    crookj (1/15/2013)


    Daniel Bowlin (1/15/2013)


    attitude

    Adjustment.....:exclamation:

    purple

    rain

    TAFKAP

    Identity Seed problems

    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/15/2013)


    Daniel Bowlin (1/15/2013)


    attitude

    Adjustment.....:exclamation:

    purple

    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: Report Parameters Selected Shown in Report and/or Footer

    You're welcome.

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