Forum Replies Created

Viewing 15 posts - 20,116 through 20,130 (of 26,484 total)

  • RE: Are the posted questions getting worse?

    Roy Ernest (6/30/2009)


    Today I actually felt that I am invincible or totally ignored. It was as if I was a ghost... 😛

    Hey, I wasn't ignoring you Roy. 😉

    I think it...

  • RE: Join to Get a Distinct Record

    homebrew01 (6/30/2009)


    Lynn Pettis (6/30/2009)


    I'd still like the DDL for the tables and some sample data. I'd like to be sure that you get an answer that ensures you get...

  • RE: How can I allow multiple users to manage SQL Server Jobs

    Start by looking here.

  • RE: JOIN on two fields

    Sorry, you said the data was copied to SQL Server from a Progress database, not that you were directly querying a Progress database.

  • RE: Join to Get a Distinct Record

    I'd still like the DDL for the tables and some sample data. I'd like to be sure that you get an answer that ensures you get the correct join...

  • RE: Need to increment alpha field

    Please post the DDL for the table and some sample data in a readily consummable format that can be cut/paste/run in SSMS to load the table, and we'll see what...

  • RE: db_owner

    Easiest way to manage this, create an AD group for the application, put all users of the app into that group, and then grant execute permissions on the stored proces...

  • RE: db_owner

    Just ran a test in my Sandbox database. A user with only db_reader and db_writer could not execute a stored procedure. I had to give the user db_owner...

  • RE: db_owner

    rsheppick (6/30/2009)


    I have provided the group the roles db_datareader and db_datawriter , I'm not sure what more it is that I need to give them and why it is.

    I may...

  • RE: db_owner

    Have you granted your users execute permissions on the stored procedures?

  • RE: db_owner

    rsheppick (6/30/2009)


    Lynn Pettis (6/30/2009)


    Curious, what permissions were the developers using while building the app?

    We had full god mode rights ha ha, so it never came up.

    And that is probably your...

  • RE: Converting date time

    First, no reason to convert to mm/dd/yyyy when comparing to a datetime column as SQL Server will just convert the character representation back to a datetime value.

    Second, this will probably...

  • RE: Converting date time

    Why? What is the data type of the column you will be comparing the value with?

  • RE: db_owner

    Curious, what permissions were the developers using while building the app?

  • RE: Arithmetic overflow error converting varchar to data type numeric.

    Amedeo Feroce (6/30/2009)


    Our company's EMR has migrated from SQL Server 2000 to SQL Server 2005. I had created about 15 reports that all worked without any issues prior to the...

Viewing 15 posts - 20,116 through 20,130 (of 26,484 total)