I have two databases with same structure in MS SQL server.
I\'d like to copy all views another database.
I tried to use Export data functionality by DTS (tha
Right click the database, choose Tasks, and then Generate Script. This will allow you to generate a single script containing all views in the database.