<?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>Skowronek.org &#187; Code</title>
	<atom:link href="http://www.skowronek.org/tag/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.skowronek.org</link>
	<description>The official web site for the Skowronek family of South Jordan, Utah, USA</description>
	<lastBuildDate>Sat, 12 Jun 2010 23:21:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>AceProject Max User Account Delimma</title>
		<link>http://www.skowronek.org/2008/03/13/ace-project-max-user-account-delimma/</link>
		<comments>http://www.skowronek.org/2008/03/13/ace-project-max-user-account-delimma/#comments</comments>
		<pubDate>Thu, 13 Mar 2008 21:50:45 +0000</pubDate>
		<dc:creator>Skowronek</dc:creator>
				<category><![CDATA[Off-Topic]]></category>
		<category><![CDATA[AceProject]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Stored Procedure]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.skowronek.org/2008/03/13/ace-project-max-user-account-delimma/</guid>
		<description><![CDATA[I have been using AceProject project management system for years. First at LANDesk, and now at McCann Erickson. Though it is a great tool for managing projects and tasks, it&#8217;s user management system lacks a vital feature, cascade delete user. That is, delete the user along with all it&#8217;s assigned tasks, projects etc. So after [...]]]></description>
			<content:encoded><![CDATA[<p>I have been using <a href="http://www.aceproject.com" target="_blank">AceProject</a> project management system for years. First at <a href="http://www.landesk.com" target="_blank">LANDesk</a>, and now at <a href="http://www.mccannslc.com" target="_blank">McCann Erickson</a>. Though it is a great tool for managing projects and tasks, it&#8217;s user management system lacks a vital feature, cascade delete user. That is, delete the user along with all it&#8217;s assigned tasks, projects etc.</p>
<p>So after having make various request for this &#8220;feature&#8221; I have written my own sequel procedure to handle the re-assignment and deletion of user accounts. In a nutshell, this procedure will re-assign all relevant data to a new user account, then delete the actual user record from the database. This then allows you to actually take advantage of your licenses (in our case 50 for now.)</p>
<p>Hopefully this helps someone else that is hosting this application as it did me.</p>
<p><a href='/wp-content/uploads/2008/03/migrate-user.sql' title='Ace Project User Migration Stored Procedure' target="_blank">Ace Project User Migration Stored Procedure</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.skowronek.org/2008/03/13/ace-project-max-user-account-delimma/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
