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 - 2004-06-21 : 11:20:24
|
| Amit Gupta writes "Hi,Using SQL SERVER 2000 Standard Edition (SP3)Configured Transactional ReplicationHow to alter the published table (say datatype of the published column)?Regards,Amit" |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2004-06-21 : 13:12:29
|
| According to Books Online, you can only add or drop a column and it must be done in the replication configuration screen in Enterprise Manger. See the Replication topic in the index. Underneath it, you will find schema changes topic.Tara |
 |
|
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2004-06-21 : 13:12:42
|
| Have a look at sp_repldropcolunm and sp_repladdcolumn==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy. |
 |
|
|
|
|
|