FUNCTION  fIAUNameVVV

Convert ra, dec in degrees to extended IAU name for the VVV.

Will create a 23 char IAU name as VVV Jhhmmss.ss+ddmmss.s
Calls dbo.fIAUNAME with VVV as survey.
Example usages:

SELECT dbo.fIAUNameVVV(182.25, -12.5)
=> VVV J120900.00-123000.0

SELECT top 10 dbo.fIAUNameVVV(ra,dec),sourceID FROM vvvSource

NameTypeLengthinoutpnum
@rafloat8input1
@decfloat8input2
 varchar25output1