TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
anil indorkar
NA
71
0
Alter column in Single query
Sep 13 2010 2:45 AM
Hi all,
I am a logical issue. I want to alter the data type of the some columns but to alter the data type of each column I will have to write the query number of times. for example
alter table ratesys_gc_cdr
alter column moderator_id varchar(10)
--
--
--
alter table ratesys_gc_cdr
alter column n varchar(10)
So the my question is, can we make it in a single alter script?
I am using sqlserver 2005.
Reply
Answers (
3
)
How to insert records in Table3
ajax Tool kit combobox problem