Forum Replies Created

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

  • RE: sql server 2005 stops every night

    sultankahut (7/16/2008)


    sultankahut (7/15/2008)


    Time: 3:01:10

    Descripiton:

    Service Broker manager has shut down.

    Do you have an automatic update squedchuled at 3:00 every day on that machine ?

  • RE: Analysis Services deployment wizard

    I do not know if its posible with the deployment wizzard, but you could use BIDS to do this.

  • RE: how to use indexed view

    Why not create a table 'YESNO':

    • value int,   char name
    • 1              NO
    • 2              YES

    The the first query can change the  case into a join becoming something like:

    Select a.col1,b.col2,c.col3, yn.text  from bla as a join YESNO as yn...

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