i'm using EMS MS SQL manager to look at a DB on the site.
i'm trying to change a field from "text" to "ntext" - but i'm getting an error:
with this SQL:
does anyone know why? i have confirmed that there is no data (records) at all in that table.
is this something that support can do with out errors? how can i overcome this?
thanks!
PS: i also tried to login thru th CP to the MSSQl manager - but got a "page cannot be shown" error at: http://YYYY:XXXXXXX@torahmitzion.org/MSSQL/app/connect.aspx
i'm trying to change a field from "text" to "ntext" - but i'm getting an error:
Cannot alter column 'Message' because it is 'text'
with this SQL:
ALTER TABLE [dbo].[tblThread]
ALTER COLUMN [Message] ntext COLLATE SQL_Latin1_General_CP1_CI_AS
GO
ALTER COLUMN [Message] ntext COLLATE SQL_Latin1_General_CP1_CI_AS
GO
does anyone know why? i have confirmed that there is no data (records) at all in that table.
is this something that support can do with out errors? how can i overcome this?
thanks!
PS: i also tried to login thru th CP to the MSSQl manager - but got a "page cannot be shown" error at: http://YYYY:XXXXXXX@torahmitzion.org/MSSQL/app/connect.aspx