Viewing 9 posts - 1 through 9 (of 9 total)
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...
February 25, 2020 at 6:03 pm
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...
June 28, 2018 at 6:19 am
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...
July 27, 2009 at 6:04 am
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...
August 12, 2008 at 2:00 pm
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...
August 12, 2008 at 1:18 pm
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...
August 12, 2008 at 11:28 am
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...
August 12, 2008 at 9:59 am
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...
August 12, 2008 at 9:34 am
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...
August 12, 2008 at 9:07 am
Viewing 9 posts - 1 through 9 (of 9 total)