One of my customers sent me their database so that I can upgrade them to the new version of my software. Part of the update process modifies the table structures.
I have a SQL Command:
[blue]Alter Table Address Alter Column XCoord Decimal(8,5)[/blue]
When I run this command, I get the following message:
[red]Cannot alter table 'Address' because it is being published for replication.[/red]
I've never used replication and therefore know very little about it. At this point, I would like to remove replication. My plan is to generate a new database that I will send back to them. If they want to replicate the new database, then they will have to set it up for the new DB.
Can someone please help me here? I'm stumped. If I can't make this work soon, I'll probably select the data in to a blank database without replication so that I can update them. I'd rather avoid this.
-George
Strong and bitter words indicate a weak cause. - Fortune cookie wisdom
I have a SQL Command:
[blue]Alter Table Address Alter Column XCoord Decimal(8,5)[/blue]
When I run this command, I get the following message:
[red]Cannot alter table 'Address' because it is being published for replication.[/red]
I've never used replication and therefore know very little about it. At this point, I would like to remove replication. My plan is to generate a new database that I will send back to them. If they want to replicate the new database, then they will have to set it up for the new DB.
Can someone please help me here? I'm stumped. If I can't make this work soon, I'll probably select the data in to a blank database without replication so that I can update them. I'd rather avoid this.
-George
Strong and bitter words indicate a weak cause. - Fortune cookie wisdom