Forum Replies Created

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

  • Reply To: In Praise of User-Defined Datatypes

    for sure !  I've used UDTs for years - example:  when having a db using typical autoincrement primary keys; that means any FK reference is of data type "int".  SO...

  • RE: String or binary data would be truncated

    one freaky thing though .. this issue is posted on "feedback.AZURE.com ..." - as if SQL Server was a sub-entity of the Azure cloud world (I sure as sh*t hope...

  • RE: SQL Server 2008 T-SQL Enhancements Part - II

    Nice summary. Probably the biggest disappointment with TVPs is how promising they are in concept but how limiting they are in practice. Its unfortunate that one needs to define...

  • RE: SQL Profanities

    Grant you seem more stressed than Gail; the point of discussion was Gail earlier stmt:

    "Just watch the performance implications. A single statement tvf is usually fine, the multi-statement ones temd...

  • RE: SQL Profanities

    Just watch the performance implications. A single statement tvf is usually fine, the multi-statement ones temd not to perform well if they are returning lots of rows and are part...

  • RE: does moving diagrams actually work?

    thanks for the boot in the right direction ! Was such an obtuse topic (I thought) that it never even occurred to me to search in BOL. For anyone watching...

  • RE: SQL Profanities

    regarding comment:

    "view vs stored proc....you still need to wrap the view up in a stored proc in order use dynamic selection criteria."

    wrong - use a table-valued function. Much tidier and...

  • RE: SQL Profanities

    hey Ryan I know what u mean - stepping into dba shoes seems often like moving into the Dark Arts or something - tons of sage knowledge from all directions...

  • RE: SQL Profanities

    why not add in diagrams and foreign key constraints? surely there's a perf penalty to consider when every fk is constantly yet needlessly checked by the dbms when the...

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