Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Table Change

Status
Not open for further replies.

ntbuddy

IS-IT--Management
Mar 9, 2001
19
US
I just changed the table in one SQL server. I need to find a way to run an osql statement to add / make changes to the other databases with the new information. Is there a way to do this without destroying the old data?
Thanks, John
 
More likley than not.. NO.

What did you do? Add a column or constrant?
Change a datatype?


 
You might want to look up "Alter Table" in BOL.. You will probably find the answer there, but if it isn't obvious post back...

Rob

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top