I am trying to migrate or Copy one database from one server to another server. Here is what I have tried so far:
sqlcmd -S <server> -i C:\<your file here>.sql
" in CMD but it does not show the process.So my question is, What is the best way to migrate or copy the database to another server with the Keys?