|
Comments
|
|
Thanks !
Another trick under "my" hood
|
|
|
love Andy's stuff - thanks!
|
|
|
Thanks.
|
|
Jamshid Nouri on
12/3/2010
excellent, short and powerful
|
|
Mark Hathaway on
12/3/2010
I was suprised you didn't mention the information_schema.columns view.
|
|
|
seeing a different way of using a function may inspire me to use funtions in different ways in the future.
|
|
|
I never knew about this, thank you!
|
|
|
You have an excelent voice and pace for demos
|
|
|
nice
|
|
|
For databases with lots of schemas, sometimes the name isn't enough. If there is an easy way to get the schema-qualified object name, that would have been useful to note. Especially if there's something easier than this kind of thing:
quotename(object_schema_name(object_id),'[') + '.' + quotename(object_name(object_id),'[')
|
|
Charlie Bruno on
12/3/2010
Excellent and informative as usual. Thanks.
|
|
|
Oh my gosh this was useful! I have working on this project where I needed just this answer of Object name and not the obeject id. ! Thanks Andy!
|
|
|
good
|
|
|
good
|
|
phuc bui van on
12/5/2010
good!
|
|
|
Very good information.
|
|
|
Very good and really useful, but the volume was too low
|
|
Maurice Ivory on
6/20/2011
I think I have to give this a try before I can say how usefull it would be.
|
|
|
Learned a New function... Thanks,
|