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

Popular posts from this blog

Email notification in google apps script -

c++ - Difference between pre and post decrement in recursive function argument -

javascript - IE11 incompatibility with jQuery's 'readonly'? -