<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>HieuUK &#187; MSSQL</title>
	<atom:link href="http://www.hieu.co.uk/blog/index.php/tag/mssql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hieu.co.uk/blog</link>
	<description>Creative Programing</description>
	<lastBuildDate>Tue, 09 Feb 2010 01:35:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Find all the SP using specific tables or views</title>
		<link>http://www.hieu.co.uk/blog/index.php/2009/04/14/find-all-the-sp-using-specific-tables-or-views/</link>
		<comments>http://www.hieu.co.uk/blog/index.php/2009/04/14/find-all-the-sp-using-specific-tables-or-views/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 15:56:11 +0000</pubDate>
		<dc:creator>HieuUK</dc:creator>
				<category><![CDATA[SQL Code]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[MSSQL]]></category>

		<guid isPermaLink="false">http://www.hieu.co.uk/blog/?p=468</guid>
		<description><![CDATA[Find in the database all the store procedures using specific tables or views.
Or list all the tables or view, which the specific Views or StoreProcudres use.

EXEC sp_depends @objname='tablename'

Sometime you want to check to see if any StoreProcedures or Views is using specific Views or StoreProcedures

SELECT DISTINCT o.name, o.xtype
FROM syscomments c
INNER JOIN sysobjects o ON c.id=o.id
WHERE [...]


Related posts:<ol><li><a href='http://www.hieu.co.uk/blog/index.php/2010/01/27/did-you-know-about-db4o-a-brilliant-object-oriented-database/' rel='bookmark' title='Permanent Link: Did you know about db4o &#8211; a brilliant object oriented database'>Did you know about db4o &#8211; a brilliant object oriented database</a> <small> Db4o. It's an object oriented database. It's so simple,...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://www.hieu.co.uk/blog/index.php/2009/04/14/find-all-the-sp-using-specific-tables-or-views/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing Save is not permitted in SQL Server 2008</title>
		<link>http://www.hieu.co.uk/blog/index.php/2009/04/14/fixing-save-is-not-permitted-in-sql-server-2008/</link>
		<comments>http://www.hieu.co.uk/blog/index.php/2009/04/14/fixing-save-is-not-permitted-in-sql-server-2008/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 13:33:35 +0000</pubDate>
		<dc:creator>HieuUK</dc:creator>
				<category><![CDATA[SQL Code]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[MSSQL]]></category>

		<guid isPermaLink="false">http://www.hieu.co.uk/blog/?p=462</guid>
		<description><![CDATA[When you try to save a table when you change a column in SQL Server 2008, you will received: "<em>Saving changes is not permitted. The changes you have made require the following tables to be dropped and recreated. You have either made changes to a table that can't be re-created or enabled the option Prevent saving changes that require the table to be re-create.</em>"


Related posts:<ol><li><a href='http://www.hieu.co.uk/blog/index.php/2010/01/20/application-to-fix-case-sensitive-problem-when-move-your-website-website-to-linux-server/' rel='bookmark' title='Permanent Link: Application to fix case sensitive problem when move your website website to linux server'>Application to fix case sensitive problem when move your website website to linux server</a> <small> I have a trouble with case sensitive when moving...</small></li>
<li><a href='http://www.hieu.co.uk/blog/index.php/2009/10/06/my-room/' rel='bookmark' title='Permanent Link: My room in 3D'>My room in 3D</a> <small> After my verrrrry long holiday, it's time for me...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://www.hieu.co.uk/blog/index.php/2009/04/14/fixing-save-is-not-permitted-in-sql-server-2008/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
