Forum Replies Created

Viewing 15 posts - 841 through 855 (of 1,790 total)

  • RE: Distribution Database Appears in Management Studio but Doesn't Really Exist

    Ok. Thanks for the update. I do know that you can typically clean up the old replication stuff but it can be a bit persnickety if it gets in an...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Does The DBCC CHECKDB statement generate error log in sql error log?

    From BOL:

    Understanding DBCC Error Messages

    After the DBCC CHECKDB command finishes, a message is written to the SQL Server error log. If the DBCC command successfully executes, the message indicates...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Distribution Database Appears in Management Studio but Doesn't Really Exist

    I'm pretty sure that executing the following will take care of your situation. However, having not been in it I can't say for sure. 😀

    The following are steps 6 and...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Implementing DR solution using Merge Replication

    You seem to be on the right track and merge replication would certainly cover what you are trying to do. You might also look at peer-to-peer transactional replication but you...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Instead of Triggers - The good and the bad

    Just a quick update but I did do some testing and found that there is additional cost associated with the use of these as expected. Some of it is a...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Are the posted questions getting worse?

    Grant Fritchey (2/3/2009)


    And apparently I'm no longer able to work the link buttony thing... If only it were a fiber optic laser beam assembler... I'd be fine.

    I always have to...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Instead of Triggers - The good and the bad

    Bruce W Cassidy (2/3/2009)


    DavidB (2/3/2009)


    Not a fan of triggers in any way.

    With that being said though do you have any experience with instead of triggers and if so, what...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Instead of Triggers - The good and the bad

    Jack Corbett (2/3/2009)


    If your data is "marked" as deleted why do the developers need to issue a delete? Why can't they code the delete commands for those "objects" to...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Instead of Triggers - The good and the bad

    Bruce W Cassidy (2/3/2009)


    [font="Verdana"]How best to put this...

    You might consider "database architecture" to be the parent of "database design". The architecture you choose will (to some degree) dictate how...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Instead of Triggers - The good and the bad

    Thanks Jack! I will check out the discussion. I had just read the article prior to posting. Great article by the way.

    Need is a big word that most people...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: SQL Injection

    GilaMonster (2/3/2009)


    ex__inferis (2/3/2009)


    Hmm, I guess my comment didn't come across the way I hoped. It made so much more sense in my head. Lets leave it at "you're right, I'm...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Are the posted questions getting worse?

    I think he meant http://www.sqlservercentral.com/Forums/Topic642190-145-1.aspx#bm648464

    Thanks for the laugh Grant... 🙂

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: SQL Injection

    NotManyPoints (2/3/2009)


    I know what the things mean and DBA is more than the avatar it is stated as occupation.

    It was a quizzical comment on the information about a person possibly...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: SQL Server stopped responding

    Just a note, but just because AWE is enabled and you have 26 Gig allocated doesn't mean that you are covered completely from the memory needs of an instance. There...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: SQL Server stopped responding

    Yes, Lynn is correct. No need for the trace flag.

    Do you have any errors in the SQL Server Error Log or the Windows application log?

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

Viewing 15 posts - 841 through 855 (of 1,790 total)