<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: How to use extended properties as documentation with sp_showdoc</title>
	<atom:link href="http://www.xaprb.com/blog/2005/12/08/sp_showdoc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xaprb.com/blog/2005/12/08/sp_showdoc/</link>
	<description>Stay curious!</description>
	<pubDate>Tue, 07 Oct 2008 02:54:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Erik</title>
		<link>http://www.xaprb.com/blog/2005/12/08/sp_showdoc/#comment-14666</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Tue, 27 May 2008 18:54:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=56#comment-14666</guid>
		<description>Ah. But that still requires complex logic of updating and keeping things in sync. It would be an interesting experiment to see if I could get such a system up. Thanks for putting me on that track.

Cheers,
Erik.</description>
		<content:encoded><![CDATA[<p>Ah. But that still requires complex logic of updating and keeping things in sync. It would be an interesting experiment to see if I could get such a system up. Thanks for putting me on that track.</p>
<p>Cheers,<br />
Erik.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xaprb</title>
		<link>http://www.xaprb.com/blog/2005/12/08/sp_showdoc/#comment-14659</link>
		<dc:creator>Xaprb</dc:creator>
		<pubDate>Tue, 27 May 2008 13:23:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=56#comment-14659</guid>
		<description>Hi Erik, that's what I've done -- but it has been a long time and my memory is hazy.  I think it should be pretty straightforward: create table foo(db, tbl, prop, val).</description>
		<content:encoded><![CDATA[<p>Hi Erik, that&#8217;s what I&#8217;ve done &#8212; but it has been a long time and my memory is hazy.  I think it should be pretty straightforward: create table foo(db, tbl, prop, val).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik</title>
		<link>http://www.xaprb.com/blog/2005/12/08/sp_showdoc/#comment-14657</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Tue, 27 May 2008 08:24:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=56#comment-14657</guid>
		<description>Hi Xaprb,

I would be very interested to know how you setup self-documening system in MySQL. What (and: how many) table(column)s did you use? Looks like ideal to have a common place to store 'generic' captions for fields in HTML forms.

Cheers,
Erik.</description>
		<content:encoded><![CDATA[<p>Hi Xaprb,</p>
<p>I would be very interested to know how you setup self-documening system in MySQL. What (and: how many) table(column)s did you use? Looks like ideal to have a common place to store &#8216;generic&#8217; captions for fields in HTML forms.</p>
<p>Cheers,<br />
Erik.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tony</title>
		<link>http://www.xaprb.com/blog/2005/12/08/sp_showdoc/#comment-1687</link>
		<dc:creator>tony</dc:creator>
		<pubDate>Fri, 01 Sep 2006 00:20:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=56#comment-1687</guid>
		<description>&lt;p&gt;Hi xaprb.&lt;/p&gt;

&lt;p&gt;Ok. I'll try what you suggest and see how that goes. &lt;/p&gt;

&lt;p&gt;thanks&lt;/p&gt;
&lt;p&gt;tony&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Hi xaprb.</p>
<p>Ok. I&#8217;ll try what you suggest and see how that goes. </p>
<p>thanks</p>
<p>tony</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xaprb</title>
		<link>http://www.xaprb.com/blog/2005/12/08/sp_showdoc/#comment-1683</link>
		<dc:creator>Xaprb</dc:creator>
		<pubDate>Thu, 31 Aug 2006 11:34:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=56#comment-1683</guid>
		<description>&lt;p&gt;Hi Tony,&lt;/p&gt;

&lt;p&gt;No, the extended properties are associated with the original table by a reference to its system object ID.  The new table will have a new object ID, and no properties will be copied over.  You could write a procedure that accepts two table names, looks up the extended properties for one, and copies them to the other.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Hi Tony,</p>
<p>No, the extended properties are associated with the original table by a reference to its system object ID.  The new table will have a new object ID, and no properties will be copied over.  You could write a procedure that accepts two table names, looks up the extended properties for one, and copies them to the other.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
