Hi Everyone,
I'm getting very strange results on 2 SQL 6.5 boxes (yes ok i know they are ancient) when using the LEN function. The query i run is:
Select len(Last_Update) from prod_authorisation
On first box i get -
Msg 195, Level 15, State 10
'len' is not a recognized built-in function name.
On second box i get
-----------
8
8
8
So how come it works on one and not the other??
Both databases have Select Into/Bulk Copy option turned on
I'm getting very strange results on 2 SQL 6.5 boxes (yes ok i know they are ancient) when using the LEN function. The query i run is:
Select len(Last_Update) from prod_authorisation
On first box i get -
Msg 195, Level 15, State 10
'len' is not a recognized built-in function name.
On second box i get
-----------
8
8
8
So how come it works on one and not the other??
Both databases have Select Into/Bulk Copy option turned on