sql server - Restore to remote database from my local machine -
i registered @ go daddy , want restore database there local machine. tool provide me doesn't work unless it's them. i'm trying restore local sql server, when browse can't restore local files of remote database.
they're intentionally preventing users restoring backups "foreign" them in order satisfy obscure microsoft security recommendation.
you have perform schema comparison , data comparison between local machine , empty database on hosting generate scripts re-create of objects , data. (having scripts available in source control storage helpful.)
Comments
Post a Comment