Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2003-03-11 : 07:19:57
|
| Amir writes "Dear Madam/Sir,HiI have a question about Importing a DB in SQL/Server 2000. Why when we import a DB into another server all Views objects transformed into table.Then I lost all of my veiws.How can I solve this problem?ThanksBest Regards,Amir" |
|
|
samsekar
Constraint Violating Yak Guru
437 Posts |
Posted - 2003-03-11 : 08:45:34
|
| To Import a Whole DB Using Import/Export wizard you can select 'copy all objects and data between databases'. Here all views will not be transformed into table.___________________________________________________________________________Success is not a destination that you ever reach. Success is the quality of your journey. |
 |
|
|
|
|
|