I need to integrate a few lines of code into my application , which allow me to copy a database from one MSSQL server to another MSSQL server, the code header should be like this
procedure MoveDataBase (OldServername : String; newServerName : String ; Databasename : String); begin
end;
Any short code and fast working Idea ? Copy a Database using MS Explorer is no option