Forum Replies Created

Viewing 15 posts - 796 through 810 (of 851 total)

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

    DavidB (2/3/2009)


    They are looking to streamline their application architecture in the object layer and with that part of it is using updatable views and instead of triggers. Agreed, they could...

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

    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 have you seen?...

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

    [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 you then go...

  • RE: Tool for DATA MODELLING

    [font="Verdana"]Heh. Nice to see someone who likes TOAD (I assume for SQL Server?) Personally I hate the product, but I know other people disagree. My issue with...

  • RE: SQL data migration to ORACLE

    [font="Verdana"]I agree with the earlier comment about migrating the code. One word of warning: you will likely want to change the table names once they are in Oracle so...

  • RE: Generate a script to create all tables

    [font="Verdana"]Me, I'd do this by writing a script that writes the script (by querying the SQL Server meta-data.)

    If you don't know what you're doing there, perhaps there's a better solution.

    Right...

  • RE: Using trim with Join

    [font="Verdana"]Ah! You see, with some context, it makes sense as to why you need to do it within the report. :D[/font]

  • RE: How can you supress the dash line in the output

    [font="Verdana"]From my reading of the question, a job defined in SQL Agent is running a series of queries, and the results from the queries are being logged to a file....

  • RE: Are the posted questions getting worse?

    GilaMonster (2/3/2009)


    So far arrogance ignorance and a question s way out I don't know how to answer it

    [font="Verdana"]I'm still struggling with reading most of the questions. I think it's...

  • RE: orthogonal relatonships between multiple tables

    beetlejuice (2/3/2009)


    Most modeling tools use proprietary file formats to store diagrams, which works fine for local editing but less in distributed environments, with several people accessing and modifying the same...

  • RE: delete records in sql without entry in transaction log

    [font="Verdana"]I'm guessing we need some idea of why you need to delete records without having the delete logged. If we understand the why, we may be able to give...

  • RE: SQL or Oracle

    GSquared (2/3/2009)


    Nah. He's just recursive. Not hierarchical. One's a potential subset of the other.

    [font="Verdana"]Ah, so he's a "common table expression"? In which case, he's also useful...

  • RE: Looking for the term used to describe the Status/State problem

    [font="Verdana"]Here's how I'd do it:

    Use a Common Table Expression (CTE) or in-live view to calculate the "house id" and maximum date for each "house id" (i.e. the last status entry)....

  • RE: list of month names and week ranges between dates

    [font="Verdana"]Heh, that's kinda ironic. Jeff Moden asking for a URL to one of his own posts.[/font]

  • RE: orthogonal relatonships between multiple tables

    [font="Verdana"]I guess I am still trying to understand why you need to do this. From experience, over-generalised designs are a way of compensating for a lack of analysis. ...

Viewing 15 posts - 796 through 810 (of 851 total)