Forum Replies Created

Viewing 15 posts - 6,361 through 6,375 (of 19,560 total)

  • RE: Performance Tools under sql server 2008 developer vanishes/missing

    personal computer or work?

    local admin?

    have you logged in by chance with the wrong account?

    Do you have this file on your computer?

    "C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\PROFILER.EXE"

    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 (4/18/2012)


    jcrawf02 (4/18/2012)


    Stefan Krzywicki (4/18/2012)


    Just complaining for a second

    Scope for variables in SSIS are utter crap, it'd be better if scope didn't even exist here. Yes, I hear it...

    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?

    This never happened

    ;-);-):sick:

    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: license

    You really need to contact your rep about that 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: problems with temporary tables in reports

    Then just use a table variable. The only reason to not table variables for this report would be if there is a serious performance impact running the proc.

    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: problems with temporary tables in reports

    Are you using the report wizard or did you try to manually create a blank report?

    Have you tried altering the dataset to use a command and type execute procname rather...

    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?

    Brandie Tarvin (4/18/2012)


    How about a slight change of subject. Still "worst questions" but of the humorous sort.

    We've all heard about the admin assistant who switched from typewriters to computers and...

    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: problems with temporary tables in reports

    kodalisridevi (4/18/2012)


    ADD-->> Report --> NewItem -->> Report -->> Dataset -->>commandtype--'Storedprocedure'-->>Querystring--'Procedurename'

    And when you test the dataset here, it 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: Stored procedure that won't cache

    I would say that the optimizer deems it too complex and it probably throws a memory error trying to cache it. This sort of thing can happen with vary...

    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 save TimeStamp

    SQLKnowItAll (4/18/2012)


    Sean Lange (4/18/2012)


    As I posted in the other thread. The timestamp datatype is deprecated. http://msdn.microsoft.com/en-us/library/ms182776%28v=sql.105%29.aspx

    Use datetime to record datetime information.

    I think since it is used in MAX(), it...

    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: problems with temporary tables in reports

    So the question remains, how are you calling the stored procedure in your dataset?

    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: Saving a timestamp value

    Looks like you started a couple new threads for this as well.

    Further replies, please post here:

    http://www.sqlservercentral.com/Forums/Topic1285914-391-1.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: problems with temporary tables in reports

    Sounds like you are not calling the stored proc then because the temp table in the proc is

    #Orderstastics

    Either that, or you have an error within the proc that you corrected...

    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: Saving a timestamp value

    charles-1011021 (4/18/2012)


    I know this was 6 years ago, but I am having the same problem today. Did anyone ever come up with an answer? I have tried saving...

    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: problems with temporary tables in reports

    How are you calling the stored procedure from SSRS?

    One of the things I do differently than you (and since they work on my end), is to list out the columns...

    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 - 6,361 through 6,375 (of 19,560 total)