Forum Replies Created

Viewing 15 posts - 3,841 through 3,855 (of 5,678 total)

  • RE: Tables empty, but DB Size out of control

    Mike Hinds (3/3/2011)


    There is a Service Broker - and here I turn ignorant. I don't know how to access or examine it, i.e. to verify the source queue.

    Alright, there's a...


    - Craig Farrell

    Never stop learning, even if it hurts. Ego bruises are practically mandatory as you learn unless you've never risked enough to make a mistake.

    For better assistance in answering your questions[/url] | Forum Netiquette
    For index/tuning help, follow these directions.[/url] |Tally Tables[/url]

    Twitter: @AnyWayDBA

  • RE: Table Scan vs. Clustered Index Scan

    kladna (3/2/2011)


    From the above table we can observe easily that the Table Scan is faster (with near 15%) than the Clustered Index Scan, however the CPU usage is higher with...


    - Craig Farrell

    Never stop learning, even if it hurts. Ego bruises are practically mandatory as you learn unless you've never risked enough to make a mistake.

    For better assistance in answering your questions[/url] | Forum Netiquette
    For index/tuning help, follow these directions.[/url] |Tally Tables[/url]

    Twitter: @AnyWayDBA

  • RE: Tables empty, but DB Size out of control

    Mike Hinds (3/2/2011)


    (No column name)(No column name)usedtotal

    queue_messages_846626059339836631990103199419sysdercv6796973484825484888

    sysdesend67969734883648856

    sysconvgroup67969733140131408

    sysobjvalues2596186

    What are they, and what can I safely do with them?

    :blink: Do you have Service Broker active on this database? Check to see...


    - Craig Farrell

    Never stop learning, even if it hurts. Ego bruises are practically mandatory as you learn unless you've never risked enough to make a mistake.

    For better assistance in answering your questions[/url] | Forum Netiquette
    For index/tuning help, follow these directions.[/url] |Tally Tables[/url]

    Twitter: @AnyWayDBA

  • RE: Tables empty, but DB Size out of control

    Ninja's_RGR'us (3/2/2011)


    I was first thinking unreleased spacefrom ntext or image datatypes. But it is being released so that can't be it (dbcc cleantable would have solved that).

    The only real...


    - Craig Farrell

    Never stop learning, even if it hurts. Ego bruises are practically mandatory as you learn unless you've never risked enough to make a mistake.

    For better assistance in answering your questions[/url] | Forum Netiquette
    For index/tuning help, follow these directions.[/url] |Tally Tables[/url]

    Twitter: @AnyWayDBA

  • RE: Says invalid object name after renaming proc..

    *facepalm*

    I'd assumed the code worked before the whole namechange malfunction previously. Welp, that would certainly do it! Glad you figured it out.


    - Craig Farrell

    Never stop learning, even if it hurts. Ego bruises are practically mandatory as you learn unless you've never risked enough to make a mistake.

    For better assistance in answering your questions[/url] | Forum Netiquette
    For index/tuning help, follow these directions.[/url] |Tally Tables[/url]

    Twitter: @AnyWayDBA

  • RE: Says invalid object name after renaming proc..

    Yeah Ninja, I fear you're right, we're missing something obvious and just not asking the right questions.

    NewBee... can you do the following for me? I want to see what...


    - Craig Farrell

    Never stop learning, even if it hurts. Ego bruises are practically mandatory as you learn unless you've never risked enough to make a mistake.

    For better assistance in answering your questions[/url] | Forum Netiquette
    For index/tuning help, follow these directions.[/url] |Tally Tables[/url]

    Twitter: @AnyWayDBA

  • RE: Says invalid object name after renaming proc..

    Just curious, have you tried stopping and restarting the SQL Server Service, and/or rebooting the server? Smells like a glitch, so I'd start with doing standard glitch recovery protocols....


    - Craig Farrell

    Never stop learning, even if it hurts. Ego bruises are practically mandatory as you learn unless you've never risked enough to make a mistake.

    For better assistance in answering your questions[/url] | Forum Netiquette
    For index/tuning help, follow these directions.[/url] |Tally Tables[/url]

    Twitter: @AnyWayDBA

  • RE: Are the posted questions getting worse?

    Stefan Krzywicki (3/2/2011)


    jcrawf02 (3/2/2011)


    Jan Van der Eecken (3/2/2011)


    Now we know why there is no longer a rain forest in Spain 😉

    No, that's because (all together now) the rain in Spain...


    - Craig Farrell

    Never stop learning, even if it hurts. Ego bruises are practically mandatory as you learn unless you've never risked enough to make a mistake.

    For better assistance in answering your questions[/url] | Forum Netiquette
    For index/tuning help, follow these directions.[/url] |Tally Tables[/url]

    Twitter: @AnyWayDBA

  • RE: Service broker moving the target queue

    I will agree with sturner that that multiple server brokering is much more complex, but worthwhile in the end. I find the Service Broker tool to be rather robust.

    What...


    - Craig Farrell

    Never stop learning, even if it hurts. Ego bruises are practically mandatory as you learn unless you've never risked enough to make a mistake.

    For better assistance in answering your questions[/url] | Forum Netiquette
    For index/tuning help, follow these directions.[/url] |Tally Tables[/url]

    Twitter: @AnyWayDBA

  • RE: Odd Questions

    GSquared (3/2/2011)


    amenjonathan (3/2/2011)


    Some experience at my prior employer lends me to believe they may have thought you weren't planning on staying? My last employer hired two very overqualified people to...


    - Craig Farrell

    Never stop learning, even if it hurts. Ego bruises are practically mandatory as you learn unless you've never risked enough to make a mistake.

    For better assistance in answering your questions[/url] | Forum Netiquette
    For index/tuning help, follow these directions.[/url] |Tally Tables[/url]

    Twitter: @AnyWayDBA

  • RE: Are Joins faster in a query in OLEDB Src or should I use a lookup

    dndaughtery (3/2/2011)


    I am now looking into adding indexes for several other queries. Should I follow what you did in the index you posted earlier? Just add the keys used in...


    - Craig Farrell

    Never stop learning, even if it hurts. Ego bruises are practically mandatory as you learn unless you've never risked enough to make a mistake.

    For better assistance in answering your questions[/url] | Forum Netiquette
    For index/tuning help, follow these directions.[/url] |Tally Tables[/url]

    Twitter: @AnyWayDBA

  • RE: Return records at least 10 minutes apart from last valid record without CURSOR

    Rob Reid-246754 (3/2/2011)


    <Snip a worthy explanation>

    Therefore in your opinion what would be the best way to achieve the UPDATE of multiple rows without resorting to a CURSOR/WHILE loop which I...


    - Craig Farrell

    Never stop learning, even if it hurts. Ego bruises are practically mandatory as you learn unless you've never risked enough to make a mistake.

    For better assistance in answering your questions[/url] | Forum Netiquette
    For index/tuning help, follow these directions.[/url] |Tally Tables[/url]

    Twitter: @AnyWayDBA

  • RE: SQL Server Agent don't start

    rafa.aborges (3/1/2011)


    Also, if I try to connect through "osql" I got the same error (Data source name not found and no default driver specified).

    :crazy: There goes my theory on...


    - Craig Farrell

    Never stop learning, even if it hurts. Ego bruises are practically mandatory as you learn unless you've never risked enough to make a mistake.

    For better assistance in answering your questions[/url] | Forum Netiquette
    For index/tuning help, follow these directions.[/url] |Tally Tables[/url]

    Twitter: @AnyWayDBA

  • RE: SQL Server Agent don't start

    rafa.aborges (3/1/2011)


    Craig Farrell (3/1/2011)


    From here: http://social.msdn.microsoft.com/Forums/en/sqlgetstarted/thread/73327808-c24d-4b01-be70-840c15c9ff3a

    Is this a virtual server? You might need to doublecheck the registry.

    Thanks for the reply, but I already tried this and it didn't work...


    - Craig Farrell

    Never stop learning, even if it hurts. Ego bruises are practically mandatory as you learn unless you've never risked enough to make a mistake.

    For better assistance in answering your questions[/url] | Forum Netiquette
    For index/tuning help, follow these directions.[/url] |Tally Tables[/url]

    Twitter: @AnyWayDBA

  • RE: SQL Server Agent don't start

    From here: http://social.msdn.microsoft.com/Forums/en/sqlgetstarted/thread/73327808-c24d-4b01-be70-840c15c9ff3a

    Is this a virtual server? You might need to doublecheck the registry.


    - Craig Farrell

    Never stop learning, even if it hurts. Ego bruises are practically mandatory as you learn unless you've never risked enough to make a mistake.

    For better assistance in answering your questions[/url] | Forum Netiquette
    For index/tuning help, follow these directions.[/url] |Tally Tables[/url]

    Twitter: @AnyWayDBA

Viewing 15 posts - 3,841 through 3,855 (of 5,678 total)