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-11-21 : 07:55:52
|
| Sheetal writes "How do I replicated views in sql server version 7? and also is there any way I can replicate the users/logins and permissions on objects in sql server 7" |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2003-11-21 : 13:27:58
|
| I have never used replication in SQL Server 7.0, but I have in SQL Server 2000. In 2000, you can replicate views. You add them on the same screen that you would add tables. I believe that the only things that can be replicated are tables, stored procedures, views, and UDFs (not available in 7.0).Tara |
 |
|
|
|
|
|