﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Administering / SQL Server 2005  / moving databases,logins / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Mon, 20 May 2013 01:27:00 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: moving databases,logins</title><link>http://www.sqlservercentral.com/Forums/Topic421527-146-1.aspx</link><description>we've big script you execute that in primary server that creates two stored procedures in master database 1.sp_hexadecimal                                           2.sp_revloginif you execute first one it give one more script for us you execute that one (result script)in secondary then you can transfer dbs.in the same way if you execute sp_revlogin you can transfer logins also.</description><pubDate>Wed, 24 Aug 2011 06:01:55 GMT</pubDate><dc:creator>vijju.gaddam488</dc:creator></item><item><title>RE: moving databases,logins</title><link>http://www.sqlservercentral.com/Forums/Topic421527-146-1.aspx</link><description>Since I found this thread on this topic, it should be noted that MS has two KB's regarding moving login accounts between SQL servers.One KB is for moving logins between SQL7 to SQL2k or SQL2k to SQL2khttp://support.microsoft.com/kb/246133/The other is for moving logins between SQL 2k5/8 to 2k5/8http://support.microsoft.com/kb/918992/The reason for the differences is because they changed some of there sysobject schema.Cheers.Bill</description><pubDate>Fri, 27 Aug 2010 11:07:11 GMT</pubDate><dc:creator>Bill Prehl</dc:creator></item><item><title>RE: moving databases,logins</title><link>http://www.sqlservercentral.com/Forums/Topic421527-146-1.aspx</link><description>We have done the same that sugesh suggested.</description><pubDate>Wed, 14 Nov 2007 02:50:14 GMT</pubDate><dc:creator>Minaz</dc:creator></item><item><title>RE: moving databases,logins</title><link>http://www.sqlservercentral.com/Forums/Topic421527-146-1.aspx</link><description>Databases can be moved using the detach and attach method. For logins there is a script in MICROSOFT site that will script your logins with password. you can use that.</description><pubDate>Tue, 13 Nov 2007 23:15:38 GMT</pubDate><dc:creator>Sugesh Kumar</dc:creator></item><item><title>RE: moving databases,logins</title><link>http://www.sqlservercentral.com/Forums/Topic421527-146-1.aspx</link><description>Hi There,from the source server bcp  out..syslogins and copy to the target server using bcp in command.Hope it will resolve your login issue.CheersMenaka</description><pubDate>Tue, 13 Nov 2007 09:27:00 GMT</pubDate><dc:creator>Menaka-441717</dc:creator></item><item><title>RE: moving databases,logins</title><link>http://www.sqlservercentral.com/Forums/Topic421527-146-1.aspx</link><description>Hi, Check also the following http://blogs.techrepublic.com.com/howdoi/?p=140Regards,Ahmed</description><pubDate>Tue, 13 Nov 2007 08:57:16 GMT</pubDate><dc:creator>SQL_ABD</dc:creator></item><item><title>RE: moving databases,logins</title><link>http://www.sqlservercentral.com/Forums/Topic421527-146-1.aspx</link><description>Refer to KB 246133 (http://support.microsoft.com/kb/246133/)</description><pubDate>Tue, 13 Nov 2007 07:57:07 GMT</pubDate><dc:creator>Tommy Bollhofer</dc:creator></item><item><title>RE: moving databases,logins</title><link>http://www.sqlservercentral.com/Forums/Topic421527-146-1.aspx</link><description>Logins are stored in the master database, thus you can move your database but the logins wont be moved over. the DB usernames will be though. Using these you can relink the usernames and create logins. Use inbuilt stored procedure - I can't remember the name of it. Books online should give you these.</description><pubDate>Tue, 13 Nov 2007 07:33:46 GMT</pubDate><dc:creator>martin-210793</dc:creator></item><item><title>moving databases,logins</title><link>http://www.sqlservercentral.com/Forums/Topic421527-146-1.aspx</link><description>hi, how to move databases from old server 2005 to new server 2005  and also logins.if we moved databases and logins from old server.will it contain database ,logins or not?</description><pubDate>Tue, 13 Nov 2007 06:07:17 GMT</pubDate><dc:creator>srimkumarp</dc:creator></item></channel></rss>