|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Thursday, May 16, 2013 12:43 AM
Points: 378,
Visits: 897
|
|
How to convert a coloumn datatype ntext to varchar . The table have around 1 lack rows.
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Monday, January 28, 2013 1:45 AM
Points: 386,
Visits: 199
|
|
Best would be to create a new table and copy the data but you can do it by adding a new column, updating to copy the data then dropping the old column and renaming the new.
Cursors never. DTS - only when needed and never to control.
|
|
|
|