简体   繁体   English

如何将Pervasive数据库迁移到SQL Server 2008?

[英]How to migrate Pervasive database to SQL Server 2008?

I have a database that runs on Pervasive Control Center Version 11.30.051.000. 我有一个在Pervasive Control Center版本11.30.051.000上运行的数据库。 I want to copy that entire database to a SQL server database bs I dont want to use Pervasive anymore. 我想将整个数据库复制到SQL Server数据库中,因为我不想再使用Pervasive了。

You can use a tool like the " SQL Server Import and Export Wizard " to copy the data. 您可以使用“ SQL Server导入和导出向导 ”之类的工具来复制数据。 You might have to change data types as there are data types supported by Pervasive PSQL that aren't supported by SQL Server (and vice versa). 您可能需要更改数据类型,因为SQL Server不支持Pervasive PSQL支持的数据类型(反之亦然)。

Once you copy the data, you might need to re-write your application to call the SQL Server database instead of the Pervasive database. 复制数据后,可能需要重新编写应用程序以调用SQL Server数据库而不是Pervasive数据库。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM