使用其对象迁移SQL Server数据库的步骤是什么? [英] What are the steps to migrate the SQL Server Database with its objects?

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

问题描述

我需要使用新架构将数据库迁移到新数据库并相应地更新存储过程。

我需要关注的是什么,或者这样做的过程是什么?

我目前正在使用SQL Server 2008 R2。

I need to migrate database to new database with new schema and update the stored procedures accordingly.
What are the things I need to look after or what is the process of doing so?
I am currently using SQL Server 2008 R2.

推荐答案

Yikes - 您不会提供大量信息,因此,首先要使用..



Yikes - you dont give a lot of information, so, to start with ..

Quote:

我需要将数据库迁移到新数据库

I need to migrate database to new database

为什么 - 是什么让这个必要



why - what makes this necessary

Quote:

with new schema

with new schema

is这个实际的原因?



a)当前架构/数据库中有多少个表

b)有多少数据?有多少个对象

c)要在相同版本的MSSQL下运行的数据库

d)数据库是否会在同一台机器/服务器上运行?

e)当前数据库的用途是什么 - 实时数据?

f)你有一个中断窗口来迁移数据吗?

g)做什么你相信你的备份

h)有多少客户端程序/系统需要更改才能使用新数据库

i)数据的年龄档案是什么 - 你有旧数据吗?坐在那里不需要迁移,因为它旧的例如

j)什么审计&您有安全要求

k)需要更改多少表/多数据以符合新架构





可能还有十亿个问题,围绕着什么,为什么,多少,什么时候 - 要求即使在你进入'过程'之前

is this the actual reason ?

a) how many tables in the current schema/database
b) how much data ? how many objects etc
c) are the databases going to run under the same version of MSSQL
d) are the databases going to run on the same machine/server ?
e) what is the use of the current database - realtime data ?
f) do you have an 'outage' window to migrate the data ?
g) do you trust your backups
h) how many client programs/systems need to change to use the new database
i) what is the age profile of the data - do you have old data sitting there that doesnt need to migrate because its old for example
j) what audit & security requirements do you have
k) how many tables/much data needs to change to conform to the new schema


There are probably a billion more questions, all around what, why, how much, when - requirements ie even before you get to 'process'

这篇关于使用其对象迁移SQL Server数据库的步骤是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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