Forum Replies Created

Viewing 15 posts - 1 through 15 (of 98 total)

  • RE: Automated Trigger To Require a WHERE Clause

    Firstly, I'll belatedly add my congratulations for a clear and concise article. It was well written and explained the intent despite the misleading title about the where clause rather than...

    [font="Arial"]_______________________________________________________
    Change is inevitable... Except from a vending machine.[/font]

  • RE: Automated Trigger To Require a WHERE Clause

    hilld (1/25/2011)


    You might not want this to be installed when you are first starting to use the table. If the table has only one row, even with a valid...

    [font="Arial"]_______________________________________________________
    Change is inevitable... Except from a vending machine.[/font]

  • RE: Automated Trigger To Require a WHERE Clause

    GilaMonster (1/25/2011)


    jts_2003 (1/25/2011)


    What would be great is an easy way of backing up (and restoring) just a table... maybe in Denali?

    No, and I doubt it will ever be a native...

    [font="Arial"]_______________________________________________________
    Change is inevitable... Except from a vending machine.[/font]

  • RE: Automated Trigger To Require a WHERE Clause

    carlos.ramon.martinez (1/25/2011)


    Hello,

    just to finish undestanding, I would like to know in which cases @@rowcount can be greater than the number of rows. If anybody could explain I would appreciate.

    Kind regards

    Rowcount...

    [font="Arial"]_______________________________________________________
    Change is inevitable... Except from a vending machine.[/font]

  • RE: Conditional WHERE Clauses and Boolean Algebra

    opc.three (8/31/2010)


    Rob Fisk (8/31/2010)


    opc.three (8/31/2010)


    Rob Fisk (8/31/2010)


    Very good points at the start of the article and I may do some refresher readin on some bits but for the specific example...

    [font="Arial"]_______________________________________________________
    Change is inevitable... Except from a vending machine.[/font]

  • RE: Conditional WHERE Clauses and Boolean Algebra

    opc.three (8/31/2010)


    Rob Fisk (8/31/2010)


    Very good points at the start of the article and I may do some refresher readin on some bits but for the specific example would something like...

    [font="Arial"]_______________________________________________________
    Change is inevitable... Except from a vending machine.[/font]

  • RE: Conditional WHERE Clauses and Boolean Algebra

    I didn't use ISNULL or COALESCE becuase i defaulted the parameters to '' instead of null to remove the need.

    Of course you have to ensure that the front end either...

    [font="Arial"]_______________________________________________________
    Change is inevitable... Except from a vending machine.[/font]

  • RE: Conditional WHERE Clauses and Boolean Algebra

    Very good points at the start of the article and I may do some refresher readin on some bits but for the specific example would something like this not be...

    [font="Arial"]_______________________________________________________
    Change is inevitable... Except from a vending machine.[/font]

  • RE: Exporting to Excel Using a CLR Stored Procedure

    sidni (7/2/2010)


    Is there a way I can run the procedure from other databases on the same server without having to copy into each database I want to run it on.

    Thanks

    s

    Yes,...

    [font="Arial"]_______________________________________________________
    Change is inevitable... Except from a vending machine.[/font]

  • RE: Exporting to Excel Using a CLR Stored Procedure

    sidni (6/30/2010)


    Igore my previous post, just figured it out. Great work.

    Thanks

    sidni

    Sorry, missed the original question so have not investigated. Since you have worked it out then an explanation of the...

    [font="Arial"]_______________________________________________________
    Change is inevitable... Except from a vending machine.[/font]

  • RE: How the Resource Governor Helped Our Report Server.

    Fantastic article. Made me want to go look at it (just for the learning experience since we are a small place and don't suffer from load issues-- yet).

    Unfortunaltely due to...

    [font="Arial"]_______________________________________________________
    Change is inevitable... Except from a vending machine.[/font]

  • RE: Exporting to Excel Using a CLR Stored Procedure

    I normally just create a very restriced access share on the DB machine so I can grab the files off it remotely. I find that with SQL server it's a...

    [font="Arial"]_______________________________________________________
    Change is inevitable... Except from a vending machine.[/font]

  • RE: Access variables values from Trigger

    christopher.cormier (6/9/2010)


    This may be a faily easy quesion, but aside from the business requirement are there any performance benefits of putting the audit trail in a trigger? I'm fairly...

    [font="Arial"]_______________________________________________________
    Change is inevitable... Except from a vending machine.[/font]

  • RE: Time Bomb Design - A Longer Fuse

    To some extent I agree.

    There is no need to have CustomerName in the Customer table but with columns such as ID I would never rely just on that. I would...

    [font="Arial"]_______________________________________________________
    Change is inevitable... Except from a vending machine.[/font]

  • RE: Sending HTML Newsletters in a Batch Using SQL Server

    I did touch on that subject that in http://www.sqlservercentral.com/Forums/FindPost928963.aspx

    Generally authenticated users can relay and setting up the profile to use authentication is fairly straightforward as I remember.

    For my profile I...

    [font="Arial"]_______________________________________________________
    Change is inevitable... Except from a vending machine.[/font]

Viewing 15 posts - 1 through 15 (of 98 total)