|
database
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
DBC to SQL ServerI have a database in VFP. How to generate a database in Sql Server with same
structure? Is there any tools? Hi Nick
Assuming VFP = Visual fox pro, Can you not use the upsizing wizard ? -- Show quoteRegards Reg Besseling "Nick" wrote: > I have a database in VFP. How to generate a database in Sql Server with same > structure? Is there any tools? > > > 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. -- Show quoteCindy Winegarden MCSD, Microsoft Most Valuable Professional ci***@cindywinegarden.com "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? |
|||||||||||||||||||||||