Options

how to transfer data from .sqlgen to sql database?

Hi
Can anybody guide me on this--
1. I had generated data in a database
2. then saved the project abc.sqlgen
3. I had modified the data in abc.sqlgen
4. How can i load this data in sqlserer 2005 in 'xyz'database

Help you be much appreciated

Thanks in advance

Comments

  • Options
    Does the database in the SQL Server 2005 server have the same schema as the abc database? If so, you can just edit the project and change the server and database name in the connection properties.
Sign In or Register to comment.