迁移数据库对象 [英] migrating database objects

查看:72
本文介绍了迁移数据库对象的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何使用ASP.NET从sql服务器数据库对象迁移到oracle

How to migrate from sql server database objects into oracle using ASP.NET

推荐答案

好吧,您根本就不将数据库从一个供应商迁移到另一个使用ASP.Net.

查看
Well, You simply don''t do migrations of databases from one vendor to another using ASP.Net.

Look at Google [^]to know about various methods, considerations while migrating from SQL Server to Oracle.


考虑到ASP.NET不是一种语言,与数据库完全没有关系,您不需要使用ASP.NET进行此操作.

您可以用C#或VB.NET编写代码来完成迁移数据库所需的一切.

但是,由于这通常是一次性操作,因此您实际上绝对不会在代码中执行此操作,而是使用专门为该任务设计的工具,这些工具几乎总是与各自的数据库引擎软件包一起提供.
Considering ASP.NET is not a language and has nothing to do with databases at all, you don''t do this using ASP.NET.

You write code in C# or VB.NET to do whatever you need to do to migrate your database.

But, since this is usually a one-time operation, you really don''t do this in code anyway and you use tools specifically designed for the task, which just about always come with their respective database engine packages.


这篇关于迁移数据库对象的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆