Forum Replies Created

Viewing 15 posts - 49,051 through 49,065 (of 59,065 total)

  • RE: Updating through cursors

    Thanks for taking the time for that feedback, Hugo. I appreciate it.

    Running totals are no excuse for using cursors... not even for display.

    http://www.sqlservercentral.com/articles/Advanced+Querying/61716/

    So far as the "bin packing" thing...

  • RE: Updating through cursors

    or because you run into one of the very rare problems where a cursor actually runs faster than a set-based solution

    Hi Hugo,

    Do you have an example of when that might...

  • RE: Handling Tempdb space full situtation?

    rames.net (7/21/2008)


    How can we handle the situation if the tempdb space was full?

    reply with more than 2 diff answers?

    Your turn, Pal... how about some feedback. We need at least 2...

  • RE: Handling Tempdb space full situtation?

    nisan.al (7/24/2008)


    Tempdb suppose to be growing until there is no more space available.

    So there are two options:

    1. some definition are wrong - check if tempdb deifintions are set to ...

  • RE: Test Data

    So, do you have a grip on generating the test data or do you still need a bit o' help on that?

  • RE: UDF execution through a CLR

    Thanks, Jonathan...

  • RE: Time-Consuming Update Command in Sotred Procedure

    pockeyfan (7/22/2008)


    Sergiy (7/22/2008)


    First, there is "error" message with update t1

    as "t1" could not be found

    Can you post the error message?

    Here is the error message:

    Number (208) Severity (16) State...

  • RE: Dumb Question

    rbarryyoung (7/23/2008)


    hmmm (scratches head) I guess I missed that transactional replication was involved.:ermm:

    Heh... I missed that data marts were involved. 😉

  • RE: UDF execution through a CLR

    If you want the object ID from the name, why not just use...

    SELECT OBJECT_ID('objectnamehere')

    There are several system functions that will help keep you from redeveloping the wheel... just look them...

  • RE: xp_cmdshell

    Ummm... let's do a small test on the "bad" machine... if you open a "Command Prompt" window, type DIR and press {Enter}, does it return anything? And, no, not...

  • RE: Dumb Question

    If transactional replication does not replicate truncations, then there is no need to audit inserts to rebuild a truncated table because you can always get it back from the replicated...

  • RE: Test Data

    Ah... I get it now... you want to test/compare every combination of 1 to 10 characters (36 characters total) of the old UDF against the new UDF. (3611)-1 is...

  • RE: Executing Stored Procedure Vs. Code within procedure

    Thanks for the feedback...

    By the way, being a bit of a code formatting and documentation freak, I really like your tagline on your posts. 😉

  • RE: Dumb Question

    rbarryyoung (7/23/2008)


    1) Recovery: Audit table is supposed to serve as a means to reconstruct a pre-existing table/database. Audit table is stored in a different DB & disk or...

  • RE: xp_cmdshell

    Lester Policarpio (7/21/2008)


    Good Day,

    I want to ask how to troubleshoot this kind of problem. I'm handling many servers everyday (select, update, delete). I created...

Viewing 15 posts - 49,051 through 49,065 (of 59,065 total)