Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)

  • RE: ER Modeling

    Eirikur Eiriksson (9/11/2015)


    My 2 Cents, when working with large and often complex schema, cluttering a detail level ERD into a single diagram does neither make sense nor serve any purpose...

  • RE: ER Modeling

    This is a great topic, mostly because answers to it will illuminate critical processes around database design and development.

    You could actually ask an inverse question: how many of you take...

  • RE: Fastest way to split delimited string in SQL Server

    I would disagree with your contention that this is the fastest way to split a delimited string. You've encapsulated the logic in a UDF, which itself must be called...

  • RE: Scripting INSERTs

    This type of query is used when we need to create a script that mirrors the data in a given table to a sql script. This often used to...

  • RE: Scripting INSERTs

    Suggested revisions: eliminate the cursor with a "while" loop, and use the metadata more effectively to eliminate the function calls. The input param that is nullable simply needs...

Viewing 5 posts - 1 through 5 (of 5 total)