Home All Groups Group Topic Archive Search About
Author
11 Aug 2006 3:35 PM
Nick
I have a database in VFP. How to generate a database in Sql Server with same
structure? Is there any tools?

Author
11 Aug 2006 5:15 PM
Reg Besseling
Hi Nick

Assuming VFP = Visual fox pro, Can you not use the upsizing wizard ?


--
Regards

Reg Besseling


Show quote
"Nick" wrote:

> I have a database in VFP. How to generate a database in Sql Server with same
> structure? Is there any tools?
>
>
>
Author
11 Aug 2006 6:24 PM
Cindy Winegarden
Hi Nick,

Besides the Upsizing Wizard that Reg mentioned, you can run GenDBC.prg on
your database and use the SQL code it generates (Create Table, etc.) to
create a SQL Server database. You'll need to edit it a little since VFP's
SQL implementation is slightly different than T-SQL.

--
Cindy Winegarden  MCSD, Microsoft Most Valuable Professional
ci***@cindywinegarden.com


Show quote
"Nick" <N***@yahoo.com> wrote in message
news:urFXIvVvGHA.2036@TK2MSFTNGP05.phx.gbl...
>I have a database in VFP. How to generate a database in Sql Server with
>same
> structure? Is there any tools?

AddThis Social Bookmark Button