Link to home
Start Free TrialLog in
Avatar of ebertsys
ebertsysFlag for Germany

asked on

Best way to restore Datas in MSSQL without deleting Stored prozedures

I get each morning a backup from a DB (1,5GB) from server 1
In server 2 i have made some stored procedures and create some relationships to handle something.

When i took the restore database -
all my stored-prcedures are deleted and also the relationships i create in server2.

I need to restore the backup without deleting the relationships or the created stored procedures in server2.

What is the best way to get the goal?
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

cant you just mount the databases? a restore does just that it restores but the originating db doesn't have your stored procedures.
ASKER CERTIFIED SOLUTION
Avatar of ebertsys
ebertsys
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ebertsys

ASKER

i create views with external tables