G
Guest
HI
I know this is not the right forum to post this question, but i think some
one might have a suggestion.
I have a Table "Test" with columns
Id bigint (PK), Number Varchar(50), Notes ntext. in sql server 2000
I ahve a stored procedure in which i am trying to insert the same data as
new record with column "Number" changed.
So I declared a local variable "Localnotes" as varchar(8000), as ntext is
not allowed.
Now when i try to get the data from the "TEST"table into a cursor to locally
decalred variable "Localnotes", it gives me error
"Cursor Fetch: Implicit conversion from data type ntext to varchar is not
allowed."
..
Does any one know how to convert "varchar" to "ntext "data type explicitly
in sqlserver 2000.
Pls help
Sileesh
I know this is not the right forum to post this question, but i think some
one might have a suggestion.
I have a Table "Test" with columns
Id bigint (PK), Number Varchar(50), Notes ntext. in sql server 2000
I ahve a stored procedure in which i am trying to insert the same data as
new record with column "Number" changed.
So I declared a local variable "Localnotes" as varchar(8000), as ntext is
not allowed.
Now when i try to get the data from the "TEST"table into a cursor to locally
decalred variable "Localnotes", it gives me error
"Cursor Fetch: Implicit conversion from data type ntext to varchar is not
allowed."
..
Does any one know how to convert "varchar" to "ntext "data type explicitly
in sqlserver 2000.
Pls help
Sileesh