Forum Replies Created

Viewing 4 posts - 16 through 19 (of 19 total)

  • Reply To: VS 2019 TargetServerVersions

    In VS 2019 / SSDT, there are three options in the drop down list for TargetServerVersion:

    • SQL Server 2008
    • SQL Server 2008 R2, 2012 or 2014
    • SQL Server 2016 or...
  • Reply To: SSRS Expression Help

    Change the Switch to IIf.

    =IIf(Fields!IsRunning.Value ="Processing" , "DimGray", IIF(Fields!MostRecent.Value >= TODAY(), "GREEN", "RED"))

  • RE: Do I need an event?

    If after running the question of the day scripts you then try to 
    Script Session as > CREATE To > New Query Editor Window
    an error message is displayed stating...

  • RE: Who is the odd man out?

    I agree that's also why I picked CURRENT_TIMESTAMP.

Viewing 4 posts - 16 through 19 (of 19 total)