How to Convert a Table Column Float Datatype to Varchar in Sql Server 2008 R2
Hi DevelopersIn my sSql Database
I have created one Student Marks table and inserted more than
5000 student Marks with Float Data Type,
Now i want to insert Text also. So how can i convert the Mark Column Float datatype to Varchar datatype.
Please help me friends for i am done this task
Thanking You
Paul.S