SQL SERVER - 将SQL Server 2005之间的登录和密码传输到sql server 2008 [英] SQL SERVER – Transfer The Logins and The Passwords Between SQL Server 2005 to sql server 2008

查看:84
本文介绍了SQL SERVER - 将SQL Server 2005之间的登录和密码传输到sql server 2008的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何将SQL Server 2005之间的登录和密码传输到sql server 2008?

how to transfer The Logins and The Passwords Between SQL Server 2005 to sql server 2008?

推荐答案

几乎是Google上的第一个结果:

如何在SQL Server实例之间传输登录名和密码 [ ^ ]



使用容易混淆的名字方法3:创建一个具有空密码的登录脚本以生成一个脚本,该脚本将使用相同的SID和密码在新实例上创建用户。
Almost the first result on Google:
How to transfer logins and passwords between instances of SQL Server[^]

Use the confusingly-named "Method 3: Create a log in script that has a blank password" to generate a script which will create the users on the new instance with the same SID and password.


这篇关于SQL SERVER - 将SQL Server 2005之间的登录和密码传输到sql server 2008的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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