<?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="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : Upgrade script from Access to MSSQL</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : Upgrade script from Access to MSSQL]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 11 Apr 2026 10:14:07 +0000</pubDate>
  <lastBuildDate>Tue, 01 Aug 2006 16:36:04 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=20848</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[Upgrade script from Access to MSSQL : If you get this script working,...]]></title>
   <link>https://forums.webwiz.net/upgrade-script-from-access-to-mssql_topic20848_post111892.html#111892</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=4051">balearicjobs</a><br /><strong>Subject:</strong> 20848<br /><strong>Posted:</strong> 01&nbsp;August&nbsp;2006 at 4:36pm<br /><br />If you get this script working, would you please be kind enough to post it up. I've tried several times to upgrade my forum from access to SQL but without any luck.<DIV>&nbsp;</DIV><DIV>Thank you.</DIV>]]>
   </description>
   <pubDate>Tue, 01 Aug 2006 16:36:04 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/upgrade-script-from-access-to-mssql_topic20848_post111892.html#111892</guid>
  </item> 
  <item>
   <title><![CDATA[Upgrade script from Access to MSSQL : You could try using an SQL ALTER...]]></title>
   <link>https://forums.webwiz.net/upgrade-script-from-access-to-mssql_topic20848_post111809.html#111809</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 20848<br /><strong>Posted:</strong> 31&nbsp;July&nbsp;2006 at 11:00am<br /><br />You could try using an SQL ALTER query to alter the table so that the IDENT fields are set to an INT datatype during the transfer process, then Alter the tables back to IDENT data type after the process is complete.<br><br>Never tried this, but in theory I think it should work.<br>]]>
   </description>
   <pubDate>Mon, 31 Jul 2006 11:00:15 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/upgrade-script-from-access-to-mssql_topic20848_post111809.html#111809</guid>
  </item> 
  <item>
   <title><![CDATA[Upgrade script from Access to MSSQL : Hi Skeever. Thanks for the reply. I...]]></title>
   <link>https://forums.webwiz.net/upgrade-script-from-access-to-mssql_topic20848_post111746.html#111746</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=2236">Bjørn Holm</a><br /><strong>Subject:</strong> 20848<br /><strong>Posted:</strong> 29&nbsp;July&nbsp;2006 at 10:08pm<br /><br />Hi Skeever. Thanks for the reply.<DIV>I don't really need any better performance, as this is a one time job only, and this simple script works fine except for the mentioned problem.</DIV><DIV>Doesn't anyone know how to overwrite the autoincremented&nbsp;value from the IDENT column in a MSSQL table?</DIV>]]>
   </description>
   <pubDate>Sat, 29 Jul 2006 22:08:01 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/upgrade-script-from-access-to-mssql_topic20848_post111746.html#111746</guid>
  </item> 
  <item>
   <title><![CDATA[Upgrade script from Access to MSSQL : Why don&#180;t you read it into a GetRows...]]></title>
   <link>https://forums.webwiz.net/upgrade-script-from-access-to-mssql_topic20848_post111663.html#111663</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=8537">Skeever</a><br /><strong>Subject:</strong> 20848<br /><strong>Posted:</strong> 28&nbsp;July&nbsp;2006 at 6:34pm<br /><br />Why don´t you read it into a GetRows array and then create a simple stored procedure to take care of the insert part using SET IDENTITY_INSERT ON<br><br>See here for more info on the identity part. (http://www.sqlteam.com/item.asp?ItemID=8003)<br><br>That might give you some better performance.<br>]]>
   </description>
   <pubDate>Fri, 28 Jul 2006 18:34:30 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/upgrade-script-from-access-to-mssql_topic20848_post111663.html#111663</guid>
  </item> 
  <item>
   <title><![CDATA[Upgrade script from Access to MSSQL : Not sure if this is excactly the...]]></title>
   <link>https://forums.webwiz.net/upgrade-script-from-access-to-mssql_topic20848_post111650.html#111650</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=2236">Bjørn Holm</a><br /><strong>Subject:</strong> 20848<br /><strong>Posted:</strong> 28&nbsp;July&nbsp;2006 at 2:15pm<br /><br />Not sure if this is excactly the right place to post this question, but it is somewhat relevant to this forum I guess;<DIV>&nbsp;</DIV><DIV>I have made a .asp-script that imports all data from WWF-v.8 access tables to MS-SQL WWF-v.8 tables. But I am not able to import the correct ID(used for primary&nbsp;key)&nbsp;for all tables (eg. author_id from the tblAuthor table). MSSQL refuses to let me use the imported value, and insists on priming a new value for these fields. This means that all relations between tables goes out the window. </DIV><DIV>Anyone knows how to overwrite the Ident column of the MSSQL-tables?</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Heres an exampe of my code:</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;Do While Not NewsTableInn.EOF<BR>&nbsp;&nbsp;NewsTableUt.AddNew<BR>&nbsp;&nbsp;'NewstableUt.Fields("Cat_ID")&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = NewstableInn.Fields("Cat_ID")&nbsp;&nbsp; &lt;----- This line causes error<BR>&nbsp;&nbsp;NewstableUt.Fields("Cat_Name")&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = NewstableInn.Fields("Cat_Name")<BR>&nbsp;&nbsp;NewstableUt.Fields("Cat_Order")&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = NewstableInn.Fields("Cat_Order")<BR>&nbsp;&nbsp;NewsTableUt.Update<BR>&nbsp;&nbsp;NewsTableInn.MoveNext<BR>&nbsp;Loop <BR></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>If I get this to work, I can post the final script here if someone is interrested.</DIV><DIV>&nbsp;</DIV><DIV>regards,</DIV><DIV>Bjørn Holm</DIV>]]>
   </description>
   <pubDate>Fri, 28 Jul 2006 14:15:58 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/upgrade-script-from-access-to-mssql_topic20848_post111650.html#111650</guid>
  </item> 
 </channel>
</rss>