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 |
|
kelleyb
Yak Posting Veteran
61 Posts |
Posted - 2001-11-17 : 15:35:02
|
| I posted a question the other day about making mods to a production tables without destroying data. The answer I got had me a little bummed that I'd have to write extensive scripts just to add a single column or change a constraint to a table. Then it dawned on my that I can generate change scripts in a diagram which will allow me to track the changes I make in scripts without having to write every single one from scratch.Hopefully this will solve the problem I seemed to be facing.Yesterday's post:"http://www.sqlteam.com/Forums/topic.asp?TOPIC_ID=10677&FORUM_ID=5&CAT_ID=3&Topic_Title=Updating+SQL+structures+without+loosing+data&Forum_Title=Developer""Grove giveth and Gates taketh away." - Bob Metcalfe (inventor of Ethernet) on the trend of hardware speedups not being able to keep up with software demands. |
|
|
|
|
|