Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Client for browsing cubes

    We are using Excel for the most part. It gives you pretty much the same functionality as the cube browser in the Analysis Services interface. If your users...

  • RE: Date Search

    Try this

    SELECT *

    FROM mytable

    WHERE mycolumn >= '29/03/2004' AND < '06/04/2004'

Viewing 2 posts - 1 through 2 (of 2 total)