Forum Replies Created

Viewing 15 posts - 7,366 through 7,380 (of 18,923 total)

  • RE: Procedure and sys tables

    What are you trying to do exactly (the bigger project).

    You cannot use a variable for the db name. It has to be dynamic sql.

  • RE: Sum Null values

    rkaria (1/7/2011)


    its a calulated field.

    =iif(Fields!valuehome.Value>0,Fields!valuehome.Value,"0.00")

    Not sure where to define what type of field it is

    Does this work for you?

    =VAL(iif(Fields!valuehome.Value>0,Fields!valuehome.Value,"0.00"))

    You could also try cdbl instead of val.

  • RE: Sum Null values

    Could also be SQL server with Access as front end....

    That message is always a cast error or an error in the formula.

  • RE: utility

    Sounds like shared hosting w/o admin access.

  • RE: Tackle the Question of the Day on your cell phone

    Seems to work from my laptop as well... talk about your big bonuses :hehe:.

  • RE: I want to edit SSRS Projects Remotely

    The bids project can be on a shared drive, accessible from everywhere.

  • RE: Goals

    Steve Jones - SSC Editor (1/4/2011)


    For those of you setting weight goals, I'd discourage that. I think you ought to work on your health, and trying to get to the...

  • RE: DB Reverts to Single-User Mode

    Ninja's_RGR'us (1/5/2011)


    Hmm, why the heck didn't I think of that???

    Yup, just open the trace file, script it out, disable the default trace and run that one of startup and we're...

  • RE: DB Reverts to Single-User Mode

    Hmm, why the heck didn't I think of that???

    Yup, just open the trace file, script it out, disable the default trace and run that one of startup and we're done.

  • RE: DB Reverts to Single-User Mode

    ALZDBA (1/5/2011)


    I must admit I haven't heart of such a setting to controle the file size for the default trace, nor did I search for it in sqlserver.

    The easiest way...

  • RE: TRUNCATE in TRANSACTION

    cengland0 (1/5/2011)


    Ninja's_RGR'us (1/5/2011)


    Spin it however you want it, young 40+ years ago, AND programming, is still not young today :w00t:.

    My first exposure to computers was a mainframe using magnetic core...

  • RE: Parameters SSRS- BIDS

    I don't have bids 2008 here so I can't give you a screenshot nor look arount. AFAIK, the parameters are also available in the same treeview as the datasets.

  • RE: TRUNCATE in TRANSACTION

    cengland0 (1/5/2011)


    sjimmo (1/5/2011)


    Nice way to make some feel soo old:hehe:

    I agree. I was programming in the late 70's (not SQL) so I am way older but don't want to...

  • RE: Parameters SSRS- BIDS

    Then you need to manually add the parameter to the report. In design mode, if you right click under the footer section of the report you should see a...

  • RE: TRUNCATE in TRANSACTION

    sjimmo (1/5/2011)


    Ninja

    Wow so basically sql, even 1st commercial release, is way older than me

    Nice way to make some feel soo old:hehe:

    :w00t: Now you know why I chose Anakin Skywalker...

Viewing 15 posts - 7,366 through 7,380 (of 18,923 total)