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 |
|
ramu143
Yak Posting Veteran
64 Posts |
Posted - 2008-07-16 : 02:14:06
|
| i am adding one more column in table i need to pass value for new column in sql server |
|
|
webfred
Master Smack Fu Yak Hacker
8781 Posts |
Posted - 2008-07-16 : 02:17:56
|
| You can add a new column using default.If there is a need for individual values in the new column, you can make an update.greetingswebfredThere are 10 types of people in the world: Those who understand binary, and those who don't... |
 |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-07-16 : 03:18:51
|
quote: Originally posted by webfred You can add a new column using default.If there is a need for individual values in the new column, you can make an update.greetingswebfredThere are 10 types of people in the world: Those who understand binary, and those who don't...
add a new column by default? did you mean add a column with default value? |
 |
|
|
webfred
Master Smack Fu Yak Hacker
8781 Posts |
Posted - 2008-07-16 : 05:51:52
|
I am so sorry about my bad english There are 10 types of people in the world: Those who understand binary, and those who don't... |
 |
|
|
|
|
|