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 strongm 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: *

  1. olapus

    Problem with creating view

    Hello Everyone, I am having problems in creating this view. create view age_group_view as select cust_id, birthdate = case where DIFF(year,birthdate,getdate()) <= 18 then 1 where DIFF(year,birthdate,getdate()) between 19 and 24 then 2 from dbo.customer The problem - case statement cannot be...
  2. olapus

    what if scenarios in Analysis services

    Hello everyone, I am a newbie to OLAP. I want to know how to implement what if scenarios in Analysis services. Are there any sample applications available? Does the sample (foodmart) provided with MSAS have what if scenarios? Thanks a lot

Part and Inventory Search

Back
Top