Forum Replies Created

Viewing 15 posts - 3,496 through 3,510 (of 18,926 total)

  • RE: OLE DB provider 'MSDASQL' reported an error.

    Does the other server allow remote connections and RPC? That might be the cause of that error.

    But I've had that error and it doesn't look anything like...

  • RE: Need Help with a Question

    @SQLFRNDZ (8/9/2011)


    GilaMonster (8/9/2011)


    suhailtajraja (8/9/2011)


    interview

    What the interviewer was trying to ask, almost certainly, was for the names of the two pseudo-tables that are visible within triggers and nowhere else.

    A google search...

  • RE: Tuning a query

    chandan_jha18 (8/9/2011)


    GilaMonster (8/9/2011)


    The execution plan % are based on the estimated costs, which are based on the row estimations, which are incorrect in this case.

    Use profiler, use Statistics IO, use...

  • RE: Tuning a query

    GilaMonster (8/9/2011)


    The execution plan % are based on the estimated costs, which are based on the row estimations, which are incorrect in this case.

    Use profiler, use Statistics IO, use statistics...

  • RE: Use Dynamic SQL in a function? Not working.

    CptCrusty1 (8/9/2011)


    Are you the poisonous kind of Gila Monster?

    I'm putting this aside as it's apparent I'm spinning my wheels, making little rocks out of big rocks, trying to drain the...

  • RE: Tuning a query

    chandan_jha18 (8/9/2011)


    I did'n use the profiler. I ran the whole procedure once and then found that each batch was taking almost 20-25 percent in the execution plan. So i just...

  • RE: SQL Server sysprocess data

    @SQLFRNDZ (8/9/2011)


    If you are working on 2008 version

    you can make use of this dmv in the script

    sys.dm_resource_governor_workload_groups

    See the comment lines in the above script

    Tx I forgot I'm...

  • RE: Need Help with a Question

    @SQLFRNDZ (8/9/2011)


    suhailtajraja (8/9/2011)


    I am referring to system tables accessible from DML triggers. please name them.

    SELECT * FROM sys.objects WHERE type='S'

    Execute this on a any database you are reffering to...

  • RE: Tuning a query

    chandan_jha18 (8/9/2011)


    Ninja's_RGR'us (8/9/2011)


    I stopped asking why many moons ago.. just give you headaches ;-).

    Do you have the new execution plan? At least we can see how we can help...

  • RE: sp_help and Openquery?

    OP started a new thread for the new problem. Please forward the discussion here : http://www.sqlservercentral.com/Forums/Topic1157186-1292-1.aspx

  • RE: OLE DB provider 'MSDASQL' reported an error.

    P.S. Try to not start too many threads at the same time. It just fragments replies and waste everybody's time.

  • RE: OLE DB provider 'MSDASQL' reported an error.

    What happens if you turn them off again?

  • RE: Need Help with a Question

    Ninja's_RGR'us (8/9/2011)


    What did google turn up?

    This sounds like an interview / exam question.

    What did your research find out, where are you getting stuck and where do you need o go...

  • RE: sp_help and Openquery?

    Catastrophic failure pretty much means hardware failure.

    I'd look at the windows event log to find more usefull info.

    That's how far my expertise goes into this domain. Might be time...

  • RE: Need Help with a Question

    suhailtajraja (8/9/2011)


    I am referring to system tables accessible from DML triggers. please name them.

    ALL OF THEM.

    Check the link I posted, they are all listed there.

    You might get more usefull help...

Viewing 15 posts - 3,496 through 3,510 (of 18,926 total)