Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: immas
  • Order by date
  1. immas

    Why data truncated when doing calculation

    When I execute the following lines the data is getting trucated after 6 decimal or 9 decimal, why? how to overcome this problem. declare @a numeric(30,16), @b numeric(30,16) set @a=12.1234567890123456 set @b=1.1 select @a select @a*@b select (@a*1.00)*(@b*1.00) select (@a*@b)*1.00 select...
  2. immas

    I want to get Cognos Impromptu and

    I want to get Cognos Impromptu and Powerplay Certification. can any one of you send some questions. Can you tell in india is there any test centres thank you
  3. immas

    Best Tool To Build A Cube??

    Using Impromptu you can create catalog only. you cannot create cube. what is PS cube

Part and Inventory Search

Back
Top