<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-495177919198719500.post4787343262622487261..comments</id><updated>2009-06-04T16:46:54.705-07:00</updated><category term='Integration Services SSIS'/><category term='SQL Azure'/><category term='Link List'/><category term='SQL Data Services'/><category term='Transact SQL T-SQL'/><category term='SQL Server Training'/><category term='Business Intelligence'/><category term='SQL Server Administration'/><category term='SQL Server Denali'/><category term='Analysis Services SSAS'/><category term='Reporting Services SSRS'/><category term='SQL Server General'/><title type='text'>Comments on Microsoft Sql Server Tutorials: 8 Common Uses of the undocumented Stored Procedure...</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://www.sqlservercurry.com/feeds/4787343262622487261/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/495177919198719500/4787343262622487261/comments/default'/><link rel='alternate' type='text/html' href='http://www.sqlservercurry.com/2009/04/8-common-uses-of-undocumented-stored.html'/><author><name>Suprotim Agarwal</name><uri>http://www.blogger.com/profile/08349831623922214390</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://3.bp.blogspot.com/_0j4bzarlOBg/TEefNfVYJBI/AAAAAAAABOE/GoGXFIVogfU/S220/Supmvp.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-495177919198719500.post-8738817987200142108</id><published>2009-06-04T16:46:54.705-07:00</published><updated>2009-06-04T16:46:54.705-07:00</updated><title type='text'>This will give you the full name, the table name, ...</title><content type='html'>This will give you the full name, the table name, and the schema:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Exec sp_MSForEachTable &amp;#39;&lt;br /&gt;    Select &amp;#39;&amp;#39;?&amp;#39;&amp;#39; as [Full Name]&lt;br /&gt;    ,   PARSENAME(&amp;#39;&amp;#39;?&amp;#39;&amp;#39;,1) as [Table]&lt;br /&gt;    ,   PARSENAME(&amp;#39;&amp;#39;?&amp;#39;&amp;#39;,2) as [Schema]&lt;br /&gt;    &amp;#39;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/495177919198719500/4787343262622487261/comments/default/8738817987200142108'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/495177919198719500/4787343262622487261/comments/default/8738817987200142108'/><link rel='alternate' type='text/html' href='http://www.sqlservercurry.com/2009/04/8-common-uses-of-undocumented-stored.html?showComment=1244159214705#c8738817987200142108' title=''/><author><name>Bob Sovers</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.sqlservercurry.com/2009/04/8-common-uses-of-undocumented-stored.html' ref='tag:blogger.com,1999:blog-495177919198719500.post-4787343262622487261' source='http://www.blogger.com/feeds/495177919198719500/posts/default/4787343262622487261' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-794566559'/></entry><entry><id>tag:blogger.com,1999:blog-495177919198719500.post-2577584700070353561</id><published>2009-04-14T06:33:00.000-07:00</published><updated>2009-04-14T06:33:00.000-07:00</updated><title type='text'>Interesting post - is there a way to use that to g...</title><content type='html'>Interesting post - is there a way to use that to get the schema for each table visited?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/495177919198719500/4787343262622487261/comments/default/2577584700070353561'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/495177919198719500/4787343262622487261/comments/default/2577584700070353561'/><link rel='alternate' type='text/html' href='http://www.sqlservercurry.com/2009/04/8-common-uses-of-undocumented-stored.html?showComment=1239715980000#c2577584700070353561' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.sqlservercurry.com/2009/04/8-common-uses-of-undocumented-stored.html' ref='tag:blogger.com,1999:blog-495177919198719500.post-4787343262622487261' source='http://www.blogger.com/feeds/495177919198719500/posts/default/4787343262622487261' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-119680576'/></entry></feed>
