﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » .NET Forums » General .NET Discussion  » Shot in the dark. VFP/Stonefield to SQL Server Tool?</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 00:16:48 GMT</lastBuildDate><ttl>20</ttl><item><title>Shot in the dark. VFP/Stonefield to SQL Server Tool?</title><link>http://forum.strataframe.net/FindPost23752.aspx</link><description>I have well over a hundred tables that need to be created in SQL Server from VFP. I am about to do this with COPY Stucture and SMO, unless someone here knows of a magic tool to do this that I cannot find via the magic of Google. I also have the table definitions in Stonefield metadata.</description><pubDate>Thu, 09 Jul 2009 08:37:57 GMT</pubDate><dc:creator>Keith Chisarik</dc:creator></item><item><title>RE: Shot in the dark. VFP/Stonefield to SQL Server Tool?</title><link>http://forum.strataframe.net/FindPost23801.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;Upsizing wizard is shipped with VFP, but didn't run fine when import data, and had ennoying bugs. I've corrected the main bugs and now it's OK. &lt;/P&gt;&lt;P&gt;Tables definitions, index definitions, RI, triggers, and data are well upsized in SQL server. I've used it agains hundred tables, with more than 500000 records by table&lt;/P&gt;&lt;P&gt;you can download it from &lt;A href="http://vfpx.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=12819"&gt;CodePlex&lt;/A&gt;, in the french localized version, with the source (you will see all locs strings are now in h files, with original english strings - just modify and recompile).</description><pubDate>Thu, 09 Jul 2009 08:37:57 GMT</pubDate><dc:creator>Michel Levy</dc:creator></item><item><title>RE: Shot in the dark. VFP/Stonefield to SQL Server Tool?</title><link>http://forum.strataframe.net/FindPost23790.aspx</link><description>I do / have done a lot of VFP - SQL conversions and the best tool I've found so far is called Full Convert Enterprise&lt;br&gt;
from Spectral Core&lt;br&gt;
&lt;br&gt;
http://www.spectralcore.com/fullconvert/index.php?app=fc-ent&amp;trial=0&amp;from=helpweb&lt;br&gt;
&lt;br&gt;</description><pubDate>Wed, 08 Jul 2009 14:34:46 GMT</pubDate><dc:creator>Charles R Hankey</dc:creator></item><item><title>RE: Shot in the dark. VFP/Stonefield to SQL Server Tool?</title><link>http://forum.strataframe.net/FindPost23762.aspx</link><description>Just in case this doesn't work out, Edhy's suggestion is a good one as I came from the same direction - VFP to xCase, xCase to SQL, SQL to DDT.&lt;br&gt;
&lt;br&gt;
Aaron</description><pubDate>Tue, 07 Jul 2009 03:32:51 GMT</pubDate><dc:creator>Aaron Young</dc:creator></item><item><title>RE: Shot in the dark. VFP/Stonefield to SQL Server Tool?</title><link>http://forum.strataframe.net/FindPost23760.aspx</link><description>I think this will do it....should be really close if not :D&lt;br&gt;
&lt;br&gt;
[codesnippet]bcdedit.exe /set {current} nx AlwaysOff[/codesnippet]</description><pubDate>Mon, 06 Jul 2009 15:36:18 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Shot in the dark. VFP/Stonefield to SQL Server Tool?</title><link>http://forum.strataframe.net/FindPost23759.aspx</link><description>I set it as an excpetion and it still did it, trying to remember/Google the way to turn it off globally now.</description><pubDate>Mon, 06 Jul 2009 15:23:08 GMT</pubDate><dc:creator>Keith Chisarik</dc:creator></item><item><title>RE: Shot in the dark. VFP/Stonefield to SQL Server Tool?</title><link>http://forum.strataframe.net/FindPost23758.aspx</link><description>[quote]and DEP keeps killing the process.[/quote]&lt;br&gt;
&lt;br&gt;
Is there a reason that you cannot turn off DEP?  I turn it off by default any more as it gets in the way more than it ever helps.  But even if you just trn it off and then turn it back on, you could at least get through this cycle.</description><pubDate>Mon, 06 Jul 2009 15:15:26 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Shot in the dark. VFP/Stonefield to SQL Server Tool?</title><link>http://forum.strataframe.net/FindPost23757.aspx</link><description>thanks for the kind offer, Ill let you know shortly. I want to make sure that will work for me.</description><pubDate>Mon, 06 Jul 2009 15:06:47 GMT</pubDate><dc:creator>Keith Chisarik</dc:creator></item><item><title>RE: Shot in the dark. VFP/Stonefield to SQL Server Tool?</title><link>http://forum.strataframe.net/FindPost23756.aspx</link><description>That is why I offer to import the VFF tables using xCase, so you can create them in a temp DB in MS-SQL, so then you can import them in the DDT from MS-SQL.&lt;br&gt;
&lt;br&gt;
The offer still stand, so just let me know if you need it.</description><pubDate>Mon, 06 Jul 2009 15:03:59 GMT</pubDate><dc:creator>Edhy Rijo</dc:creator></item><item><title>RE: Shot in the dark. VFP/Stonefield to SQL Server Tool?</title><link>http://forum.strataframe.net/FindPost23755.aspx</link><description>Eventually I need the metadata in DDT. I know the DDT imports VFP tables as well, but it isnt working. It is only "seeing" three of the 30+ tables in the database, and DEP keeps killing the process.&lt;/P&gt;&lt;P&gt;Also I have an existing DDT definition that I need to add to, it seems like the DDT import creates a new database.&lt;/P&gt;&lt;P&gt;Ill check out &lt;STRONG&gt;xCase&lt;/STRONG&gt; as an alternative. My thought if I cant get the DDT to work was to create the tables via SMO, then import them as the SQL Import seems to work a tad better.</description><pubDate>Mon, 06 Jul 2009 14:54:01 GMT</pubDate><dc:creator>Keith Chisarik</dc:creator></item><item><title>RE: Shot in the dark. VFP/Stonefield to SQL Server Tool?</title><link>http://forum.strataframe.net/FindPost23754.aspx</link><description>Hi Keith,&lt;br&gt;
&lt;br&gt;
You can use xCase if you have it, to import from VFP and then create the MS-SQL script.&lt;br&gt;
&lt;br&gt;
If you do not have xCase, then put your VFP tables in a zip file on your ftp and give me access to it, I will have it done in xCase for your and send you the script.</description><pubDate>Mon, 06 Jul 2009 14:47:46 GMT</pubDate><dc:creator>Edhy Rijo</dc:creator></item></channel></rss>