Forum Replies Created

Viewing 15 posts - 2,731 through 2,745 (of 19,560 total)

  • RE: Stored Procedure Performance

    cbrammer1219 (6/27/2014)


    It is even messier than that, I created a ETL package that cleaned it up even more, but after importing all of the files I am processing, found there...

    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 help on SQL Query

    David Burrows (6/27/2014)


    SQLRNNR (6/27/2014)


    Is this good enough to save the OP from getting fired?

    :ermm: Hope the job does not ride on this solution alone :pinch:

    Just something I pieced together...

    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 help on SQL Query

    Sana4u (6/27/2014)


    Please view the attached files it contains create table script which contains data also and there is one query which I have written for you to give you 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: Stored Procedure Performance

    What does your execution plan look like?

    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: Task manager of SQL box shows 100% memory usage but it is not actually used..

    Are you running any CLR?

    Are you running SSIS on this box?

    Are you running SSRS on this box?

    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 help on SQL Query

    David Burrows (6/27/2014)


    Third time lucky 🙂

    WITH cte (itemID,ItemProgramPricingID,Price,Quantity,Points,ProgramCodeName,RowID)

    AS (

    SELECTipp.itemID,

    ippv.ItemProgramPricingID,

    ippv.Price,

    ippv.Quantity,

    ippv.Points,

    p.Code,

    ROW_NUMBER() OVER (

    PARTITION BY ipp.itemID,ippv.ItemProgramPricingID,ippv.Price,ippv.Quantity,ippv.Points

    ORDER BY CASE WHEN p.Code = 'STORE2' THEN 1 ELSE 2 END ASC)

    FROMItemProgramPricing ipp

    JOIN ItemProgramPricingValues as ippv on...

    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: Save DeadLock XML events Seperately

    Are you confined to using server side trace to do that?

    Or can you use extended events as an option?

    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: Embarrassment during Interview

    Sean Lange (6/27/2014)


    SQLRNNR (6/27/2014)


    Sean Lange (6/27/2014)


    Loner (6/27/2014)


    I just had an interview. Someone gave me 3 tables and asked me to write a query.

    I struggled it and could not come up...

    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: Suggestions for new SQL book.

    Performance tuning is good for everybody. Though there are other things to consider when looking to tune reports besides just the tsql.

    I would also recommend my book 😉

    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: Embarrassment during Interview

    Sean Lange (6/27/2014)


    Loner (6/27/2014)


    I just had an interview. Someone gave me 3 tables and asked me to write a query.

    I struggled it and could not come up with the answer....

    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?

    Grant Fritchey (6/27/2014)


    Anyone think they can help this person? I think they really need it, and what's more, deserve it. 6.5? Please, no.

    We'll see.

    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: Importing data from SQL Server 6.5 to SQL Server 2000

    Are you able to open the packages and try to run them manually?

    If so, have you tried that to see where the package is getting hung?

    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: The Great Escape

    Another thought on the matter.

    The default collation on SQL Server will be different depending on the Windows Locale setting. This of course is before performing the setup for SQL...

    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: Fun with OVER

    Thanks Barry.

    Here is another fine article on the OVER clause

    http://www.sqlservercentral.com/articles/T-SQL/75466/

    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: What is 268435456?

    Much simpler than some of the questions from Andy of late. Really straight forward and is something that should be useful to all DBAs.

    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,731 through 2,745 (of 19,560 total)