Hi guys,
I want to create a Function in MSSQL 2000, e.g : CDATE.
It is annoying that everytime I want to use that function, I must mention owner name of that function (e.g:dbo).
example :
SELECT * FROM XYZ WHERE ORDERDATE = dbo.CDATE("xyz"
otherwise, that function IS NOT recognized.
I Don't want to mention 'dbo.' every time I use that function, how to do that ?
Thanks in advance,
Krist
I want to create a Function in MSSQL 2000, e.g : CDATE.
It is annoying that everytime I want to use that function, I must mention owner name of that function (e.g:dbo).
example :
SELECT * FROM XYZ WHERE ORDERDATE = dbo.CDATE("xyz"
otherwise, that function IS NOT recognized.
I Don't want to mention 'dbo.' every time I use that function, how to do that ?
Thanks in advance,
Krist