The SQL Server Management Studio shows the data type of each column of views. I am wondering how SQL server determines the types since my SQL code of views does not specifiy data types for any columns.
I am much more interested in knowing whether the data types can be modified. Could anyone offer some hint
Thanks,
hz

Is it possible to modify column data type of view
mnemon
HTH, Jens Suessmeyer.
Kirk Larsen
Jens, thanks a lot! That is exactly what I was looking for.
hz