xbox
Replies to this thread:
More by xbox
What people are reading
Subscribers
Please log in to subscribe to xbox's postings.
:: Subscribe
|
[VIEWED 3902
TIMES]
|
SAVE! for ease of future access.
|
|
|
xbox
Please log in to subscribe to xbox's postings.
Posted on 07-13-07 1:15
PM
Reply
[Subscribe]
|
Login in to Rate this Post:
0
?
|
|
Hi all, I have to do small thing is SQL server. rename the existing column name and update the character of that column but all the values of column in it. for eg Number Code Amount 1001 W 123.45 1001 A 123.45 1002 B 78.90 1003 C 86753.09 I need to change Number into ID and keep all the values in it. also right now number has character int(10) which needs to change into int(6). I know i can do this by right clicking that column and clicking design table and changing everything out there but the thing is i need this in script. Can somebody help me to do this in simplest way.
|
|
|
|
xbox
Please log in to subscribe to xbox's postings.
Posted on 07-13-07 1:58
PM
Reply
[Subscribe]
|
Login in to Rate this Post:
0
?
|
|
exec SP_Rename 'tablename.oldcolumnname','newcolumname','Column' this proc works fine but can we write our own script
|
|
|
cofi
Please log in to subscribe to cofi's postings.
Posted on 07-13-07 2:07
PM
Reply
[Subscribe]
|
Login in to Rate this Post:
0
?
|
|
try this one to change the data type ALTER TABLE MODIFY (Number int(6) NOT NULL ); Try this one to rename the column Name EXEC sp_rename @objname = 'table_name.old_column_name', @newname = 'new_column_name', @objtype = 'COLUMN'
|
|
|
cofi
Please log in to subscribe to cofi's postings.
Posted on 07-13-07 2:09
PM
Reply
[Subscribe]
|
Login in to Rate this Post:
0
?
|
|
correction on first one ALTER TABLE tableName MODIFY (Number int(6) NOT NULL );
|
|
Please Log in! to be able to reply! If you don't have a login, please register here.
YOU CAN ALSO
IN ORDER TO POST!
Within last 365 days
Recommended Popular Threads |
Controvertial Threads |
Conservative discussions |
TPS Re-registration case still pending .. |
TPS for Nepal likely to extend next week |
सालीको चाक |
ChatSansar.com Naya Nepal Chat |
TPS for Venezuela is terminated, only 60 days extension for transition period |
TPS to F1 Status. |
TPS To F-1 COS |
Venezuela TPS lawuit |
Toilet paper or water? |
tesla stock OMG !! |
Those who are in TPS, what’s your backup plan? |
Biden out, Trump next president, so what’s gonna happen to TPS, termination? |
TPS Sakiyo Tara Case is in Court. |
Got my F1 reinstatement approved within 3 months(was out of F1 for almost 2 years) |
Homeland Security revokes temporary status for 532,000 Cubans, Haitians, Nicaraguans and Venezuelans |
Has anyone here successfully reinstated to F-1 status after a year-long gap following a drop from F-1? |
I hope all the fake Nepali refugee get deported |
Court Hearing Approval. |
and it begins - on Day 1 Trump will begin operations to deport millions of undocumented immigrants |
|
Looking for girl |
Who is hottest nepali female? |
|
NOTE: The opinions
here represent the opinions of the individual posters, and not of Sajha.com.
It is not possible for sajha.com to monitor all the postings, since sajha.com merely seeks to provide a cyber location for discussing ideas and concerns related to Nepal and the Nepalis. Please send an email to admin@sajha.com using a valid email address
if you want any posting to be considered for deletion. Your request will be
handled on a one to one basis. Sajha.com is a service please don't abuse it.
- Thanks.
|