>> but i want it to return all the 19 digits including the zeros and the sign on the left <<
> >> but i want it to return all the 19 digits including the zeros and the sign on the left <<
>
> What is the basic prinicple of a tiered architecture? Display is done
> in the front end and not in the database. Someone was asleep in class
> or really likes to use kludges.
Wrong! Display is done where it is most efficient to do it, you need to
consider other scalability parameters - network bandwidth, client spec
etc...
See
http://sqlblogcasts.com/blogs/tonyrogerson/archive/2006/05/11/429.aspx
for a my opinion on this.
Who was asleep in the class on 'developing for a scalable
architecture', that was the class that had practical excercises rather
than just theory!