Forum Replies Created

Viewing 15 posts - 16 through 30 (of 124 total)

  • RE: SSRS installation

    And when I do that through the control panel, the Visual Studio installer comes up and under Data Tools, I do not have the option for Reporting Services.

  • RE: SSRS installation

    It kind of helps, but I only have SSIS there.  How do I get the rest of the SSDT features?

  • RE: College Degrees Shouldn't Be Required for Tech Jobs

    I have been in the IT world on both hardware and software for over 30 years now.  Yes, I just turned 51 yesterday and an starting to count the years...

  • RE: Fairly straightforward IF question

    Yeah, Symplr sent me the data table dictionary and it is pretty massive.  We need some licensing reports for our Pharmacy that we are running using the Cactus DB.  I...

  • RE: Fairly straightforward IF question

    Thanks the for the information about LEFT join.  I modified the query and it did populate with approximately 50 extra records.

  • RE: Fairly straightforward IF question

    Thanks so much!  That worked.  I have been working with SQL for nearly 20 years, but again, I don't author SQL scripts that much.

  • RE: Fairly straightforward IF question

    Okay, so if I have a list of 500 providers and let's take one, like Provider A.  When I run the query, Provider A has TWO records because there is...

  • RE: Fairly straightforward IF question

    I am joining the License table based on Provider ID and the relationship is a one to many, however based on the license type (and for now there are two...

  • RE: Software Patents

    Interesting that this topic is resurfacing.  My husband and I this morning were just discussing the same topic, as we are both gamers, and we saw a story about Activision...

  • RE: A New New World

    Today's VR (AR) tech ala Halolens, Pokémon Go, Google Glass, etc is something I personally do not like, however I would love to live to see the day that I...

  • RE: "Is not in path" error?

    John Mitchell-245523 - Tuesday, June 20, 2017 7:52 AM

    In the first error, you're missing a backslash from your path.  What it's looking...

  • RE: "Is not in path" error?

    John Mitchell-245523 - Tuesday, June 20, 2017 7:31 AM

    Is the batch file in the root of the G drive?  Please try moving...

  • RE: Counting if not null

    Yep, I don't know why I didn't think this way (feel stupid sometimes), but NULL values are not counted anyway so yes, thank you!  Things are good.

  • RE: Get only the top 1 from each subset of data`

    Actually I think after some advice from our DBA here and playing around, I did this and it works

    Select * from (

    SELECT ClientName

    ,Telephone

    ,apptdate

    ,ROW_NUMBER() over...

  • RE: The Pressure to Compromise Ethics

    This topic is very timely and interesting as just yesterday I heard that the Breitbart company now wants to capitalize on working with data within the White House and the...

Viewing 15 posts - 16 through 30 (of 124 total)