SQL server A----Database AA
SQL Server B---Database BB
Do database migration:
I backup database AA on sql server A--create aa.back file
then I copy aa.bak file to Server B and restore aa.bak as BB(Overwrite database BB there).
I want to make sure that new database BB(restore from aa.bak) will have all the same as old database BB there--security, store procedure.........
How to do it?want to know the best way.Now, I have to compare each piece. That's too much work.