Forum Replies Created

Viewing 15 posts - 9,916 through 9,930 (of 19,560 total)

  • RE: Are the posted questions getting worse?

    The Dixie Flatline (6/1/2011)


    May have to shut it for quite a long time too 😉

    However long it takes.

    Your running rhino icon looks naked, Jason.

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

    The Dixie Flatline (6/1/2011)


    Insert your random cursors where you wish, change the variables and attach speech to the output.

    Shut the front door....

    May have to shut it for quite a long...

    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: Disabled Snapshot Agent job ran anyway.

    What do you see in the job history for that particular job?

    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: Integer or Numeric

    I agree with Ninja. It will depend on the data and how much you will need to store.

    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?

    Jim Murphy (6/1/2011)


    The Dixie Flatline (6/1/2011)


    Would you call this recursive?

    WITH cte (Curse) AS

    (

    SELECT 'Dammit'

    UNION ALL

    SELECT Curse from cte

    )

    select Curse from cte

    Brings me back to the beginning of my...

    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?

    The Dixie Flatline (6/1/2011)


    Would you call this recursive?

    WITH cte (Curse) AS

    (

    SELECT 'Dammit'

    UNION ALL

    SELECT Curse from cte

    )

    select Curse from cte

    I'm more inclined to go with something like this:

    DECLARE @numrows...

    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?

    The Dixie Flatline (6/1/2011)


    Would you call this recursive?

    WITH cte (Curse) AS

    (

    SELECT 'Dammit'

    UNION ALL

    SELECT Curse from cte

    )

    select Curse from cte

    Yes - but just not enough

    ;

    WITH cte (Curse) AS

    (

    SELECT...

    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: Disabled Snapshot Agent job ran anyway.

    Do you have another job that executed that snapshot job?

    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: SSIS FTP Task

    Are you running this from debug mode? Are you getting any errors?

    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: Restore 32bit sql database on 64bit windows 7

    dts (import export), bulk copy, ssis package, or use a redgate data compare tool to compare the tables of the database that is running on a 64 bit machine 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: Tempdb issue

    The number of files in your tempdb depends on your needs, hardware and usage. One consideration though is that it would be more common to have 8 data files...

    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: Trace Flags

    Nice back to basics type of question. Thanks

    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?

    Greg Edwards-268690 (6/1/2011)


    Dave Ballantyne (6/1/2011)


    mazzz (6/1/2011)

    The RBAR way of asking a question...?

    QBAQ , i like it 🙂

    :-P:-P:-P

    CTE or Cursor?

    Definitely a while loop

    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: File autogrowth option

    Autogrow should only be a "fail-safe" type of operation at best. One big reason that many prefer not to allow autogrow is the heavy IO cost that comes with...

    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: Resource Governor

    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

Viewing 15 posts - 9,916 through 9,930 (of 19,560 total)