Viewing post 1 (of 1 total)
Why not declare a user defined function for each constant required? This will work in SQL Server 2000 as well.
For example:
[font="Courier New"]CREATE FUNCTION Const_Address_Work()
RETURNS INT
AS
BEGIN
RETURN 1;
END;[/font]
Then simply use it...
October 16, 2007 at 12:20 am
Viewing post 1 (of 1 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy