Moving databases and logins to another server SQL Server 2012 -
i have 300 databases , 45 log ins move new server. tool use? have script can accomplish that?
thanks
you can backup databases , restore them new server. mssqltips has script backing databases. sql shack has methods described on site well.
katherine villyard has written script on serverfault may find useful.
you use sql server integration services (ssis) migrate database on instance. pinal dave has an article on sql authority.
Comments
Post a Comment