<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://www.dotnetzone.gr:443/cs/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Procedure η οποία κάνει enable  και disable τα Foreign Keys σέ μια βάση.</title><link>https://www.dotnetzone.gr:443/cs/blogs/imanoussakis/archive/2006/08/30/16132.aspx</link><description>CREATE PROC fk_disable_enable_sp @mode char(8) AS BEGIN DECLARE @tblname sysname, @constraintname sysname, @execstr varchar(8000) DECLARE fk_cur CURSOR FOR SELECT '[' + table_name + ']' ,constraint_name FROM information_schema.constraint_table_usage WHERE</description><dc:language>el</dc:language><generator>CommunityServer 2.1 SP3 (Build: 20423.1)</generator></channel></rss>