Hi,
i have a field createdby with datatype GUID.
In following query ,i encountered with the error
"Conversion failed when converting from a character string to uniqueidentifie r"
select
ISNULL(VW_tbl_C hildProducts.cr eatedBy,' ' ) as createdBy
from table.
it is running with sql server 2005, but not supporting by sql 2000.
what is the synax in 2000?
i have a field createdby with datatype GUID.
In following query ,i encountered with the error
"Conversion failed when converting from a character string to uniqueidentifie r"
select
ISNULL(VW_tbl_C hildProducts.cr eatedBy,' ' ) as createdBy
from table.
it is running with sql server 2005, but not supporting by sql 2000.
what is the synax in 2000?
Comment