<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : Identity column keys require dbcc privileges</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce Classic : Identity column keys require dbcc privileges</description>
  <pubDate>Wed, 10 Jun 2026 08:44:08 -700</pubDate>
  <lastBuildDate>Fri, 20 May 2011 12:20:23 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=2700</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>Identity column keys require dbcc privileges :   Well on the bright side, per...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2700&amp;PID=10774#10774</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=11" rel="nofollow">kimj</a><br /><strong>Subject:</strong> 2700<br /><strong>Posted:</strong> 20-May-2011 at 12:20pm<br /><br />Well on the bright side, per your other thread, you've still got the "SortOrder" to work with, and that shouldn't require too much change to your code.&nbsp; :)]]>
   </description>
   <pubDate>Fri, 20 May 2011 12:20:23 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2700&amp;PID=10774#10774</guid>
  </item> 
  <item>
   <title>Identity column keys require dbcc privileges : Thanks for the info. I see that...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2700&amp;PID=10772#10772</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=512" rel="nofollow">aschaff</a><br /><strong>Subject:</strong> 2700<br /><strong>Posted:</strong> 20-May-2011 at 11:56am<br /><br />Thanks for the info. I see that it doesn't work with SQL2000, which we still have some customers on. <br><br>As for generating an ID via DevForce, I'm afraid that wouldn't work. I have (a) existing rows in the database that would need a value, and (b) other existing applications that I can't modify which create rows in the table. Adding an identity column solves both (a) and (b) but not non-admin sql users on SQL2000. <br><br>I guess I'm just out of luck. <br><br><br>]]>
   </description>
   <pubDate>Fri, 20 May 2011 11:56:48 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2700&amp;PID=10772#10772</guid>
  </item> 
  <item>
   <title>Identity column keys require dbcc privileges :    By default DevForce does...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2700&amp;PID=10769#10769</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=11" rel="nofollow">kimj</a><br /><strong>Subject:</strong> 2700<br /><strong>Posted:</strong> 20-May-2011 at 9:34am<br /><br /><p>By default DevForce does use DBCC CheckIdent when working with Identity keys.&nbsp; You can instead use a DevForce-supplied stored procedure to handle Identity keys - this requires installing the stored procedure and settting an option in the config file.&nbsp; You can find a step-by-step description of how to set this up in the "Sql Server Identity Id Generation" section of the Developer's Guide.</p><p>I should add that you do have another option for key generation.&nbsp;&nbsp; A common means of handling Id generation in DevForce Classic is to implement an IIdGenerator.&nbsp; This may sound harder than it is, since you can generally use the "NumericIdGenerator" class found in many of the learning units as is.&nbsp; </p><div>&nbsp;</div><div>&nbsp;</div>]]>
   </description>
   <pubDate>Fri, 20 May 2011 09:34:11 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2700&amp;PID=10769#10769</guid>
  </item> 
  <item>
   <title>Identity column keys require dbcc privileges : I have noticed that if I create...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2700&amp;PID=10762#10762</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=512" rel="nofollow">aschaff</a><br /><strong>Subject:</strong> 2700<br /><strong>Posted:</strong> 19-May-2011 at 4:21pm<br /><br />I have noticed that if I create a DevForce entity from a table with a SQL identity column as primary key, it seems that DevForce issues DBCC CHECKIDENT commands. This is causing permission issues for users who do not have DBCC permissions. What options do I have to get around this? <br>]]>
   </description>
   <pubDate>Thu, 19 May 2011 16:21:40 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2700&amp;PID=10762#10762</guid>
  </item> 
 </channel>
</rss>