Forum Replies Created

Viewing 15 posts - 2,866 through 2,880 (of 5,111 total)

  • RE: Login failed for user

    That looks like you're trying to connect via an AD account, however, Unix/Linux doesn't natively support Domain Authentication.

    Can I assume that you do indeed have kerboros installed on...

  • RE: Are the posted questions getting worse?

    Eirikur Eiriksson - Saturday, October 14, 2017 7:31 AM

    Phil Parkin - Saturday, October 14, 2017 7:24 AM

  • RE: SSRS Chart Custom Colors by Category Group

    In all honesty, I'm not sure you can for your current set up. I notice that some of the bars are the same colour in the P and E columns,...

  • RE: Are the posted questions getting worse?

    Ed Wagner - Friday, October 13, 2017 1:46 PM

    Thom A - Friday, October 13, 2017 11:00 AM

  • RE: TSQL help on strings

    Luis Cazares - Friday, October 13, 2017 1:49 PM

    Actually, I think that the solution is something as the one presented here:

  • RE: calculation

    Also, for the values you have supplied, what is the expected value for your expression? The TotalValue is 4,944 for the sample data and expression you've supplied, which doesn't match...

  • RE: calculation

    adisql - Friday, October 13, 2017 8:56 PM

    Thank you for the response.
    Here are the sample data of these three columns.

    October 14, 2017 at 2:14 am

    #1963676

  • RE: Are the posted questions getting worse?

    Luis Cazares - Friday, October 13, 2017 1:57 PM

    I'm all set to start my birthday weekend in New Orleans. Any recommendations for...

  • RE: TSQL help on strings

    Have a look at rtrim and ltrim, or just trim if you're on SQL 2017.

  • RE: Are the posted questions getting worse?

    Good! We're meant to be migrating our main 3rd party server over tomorrow, but thought I'd check just before the end of day that everything was ready. New server has...

  • RE: Get the SSIS Package names from database

    What deployment method have you used. MSDB, SSISDB or file system (I really hope not the latter!).

    If SSISDB, try:
    USE SSISDB;
    GO
    SELECT p.name AS ProjectName,...

  • RE: Are the posted questions getting worse?

    Phil Parkin - Friday, October 13, 2017 9:28 AM

    Thom A - Friday, October 13, 2017 9:20 AM

  • RE: User Not able to access Schema owned tables

    ksr39 - Friday, October 13, 2017 9:09 AM

    Hi Thom,
    yes the user is in an AD group and the group has db_readonly...

  • RE: Are the posted questions getting worse?

    Phil Parkin - Friday, October 13, 2017 9:10 AM

    Michael L John - Friday, October 13, 2017 8:56...

  • RE: User Not able to access Schema owned tables

    When you say he's in a group, is this an AD group or do you mean a Database role?

    Is the user a member of any of AD...

  • Viewing 15 posts - 2,866 through 2,880 (of 5,111 total)