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 |
|
nicki_assumption
Yak Posting Veteran
69 Posts |
Posted - 2005-04-15 : 12:53:12
|
| Hi- I'm new to sql server and I'm trying to alter some columns that are ntext to become nvarchar. I see that this is not allowed. How do people do this? I need the column to be able to be selected DISTINCT which will not work with ntext.ThanksNicki |
|
|
Michael Valentine Jones
Yak DBA Kernel (pronounced Colonel)
7020 Posts |
Posted - 2005-04-15 : 16:09:39
|
| You may be able to do the select distinct another way. What is the maximum length of the data in the NTEXT column?CODO ERGO SUM |
 |
|
|
|
|
|