Groups | Blog | Home
all groups > sql server (microsoft) > july 2005 >

sql server (microsoft) : Complex calculated expression - Newbie


Richard
7/16/2005 8:48:52 AM
Hello there,

I'm developing an application and have a number of requirements where
I am trying to do quite a few financial calculations on a number of
fields. I have gone against trying to store these as computed
columns, and have tried views, but meet the problem that the maximum
character length of an alias is 128 characters. Can anyone advise me
as to another way around this.

David Portas
7/18/2005 2:00:02 AM
The maximum length of an alias is 128 characters, same as for any other
identifiers. I don't understand why this would be a problem unless you
are using some poorly chosen names. Why isn't 128 characters enough for
you?

--
David Portas
SQL Server MVP
--
David Portas
7/18/2005 2:08:21 AM
I don't think you mean "alias" (correlation name) at all. Maybe you
could explain with an example exactly what limitation you are finding a
problem with.

--
David Portas
SQL Server MVP
--
AddThis Social Bookmark Button