Update the schema of one table

Posts   
 
    
hypo
User
Posts: 34
Joined: 14-Oct-2008
# Posted on: 05-Jan-2010 18:45:32   

Hi all,

**How can I update the schema of one table? ** When I update the catalog (normal or unattended), all the table schema's are updated.

Kind regards, Wim

MTrinder
User
Posts: 1461
Joined: 08-Oct-2008
# Posted on: 05-Jan-2010 21:58:40   

You can't - this is by design. Why would you not want your code to be in sync with the schema of the other tables ?

Or is it a performance issue? You could investigate using the command line refresher (available as part of the SDK) - it is a lot faster than the designer.

Matt