If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Sybase > Issue with dropping a column (ASE 11.5)

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-11-03, 16:42
Wale Wale is offline
Registered User
 
Join Date: Mar 2002
Posts: 162
Issue with dropping a column (ASE 11.5)

I am simply trying to drop a column from a db of mine

but I get this error:

Server Message: Number 4933, Severity 16
Dropping a column from a replicated table is not allowed.


I think the tables in this db may have pulled from a dump of another db that was being replicated. How do I get ASE to realize that this table is not being replicated?

Thanks.
Reply With Quote
  #2 (permalink)  
Old 03-12-03, 01:48
osy45 osy45 is offline
Registered User
 
Join Date: Nov 2002
Posts: 833
dropping a colunm is a valid command from sybase 12.0
Reply With Quote
  #3 (permalink)  
Old 03-12-03, 02:54
rryn rryn is offline
Registered User
 
Join Date: Mar 2003
Posts: 2
remove the truncation point from within the db with dbcc settrunc (ltm, ignore). Maybe also sp_setreplicate table_name, false and try again.
Reply With Quote
  #4 (permalink)  
Old 03-12-03, 11:58
Wale Wale is offline
Registered User
 
Join Date: Mar 2002
Posts: 162
Quote:
Originally posted by osy45
dropping a colunm is a valid command from sybase 12.0

Actually you can drop a column in ASE 11.5
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On